index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2021-10-05
LibWeb: Make things aware of box-sizing
Sam Atkins
2021-10-04
LibWeb: Improve resolved style for CSS {min,max}-{width,height}
Andreas Kling
2021-10-04
LibWeb: Implement window.location's stringifier
Idan Horowitz
2021-10-04
LibWeb: Flexbox: Don't outgrow parent in main axis when using wrap
Tobias Christiansen
2021-10-04
LibWeb: Handle inline-block children of a flex-container as block
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Collect empty inline-block flex children
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Care more about cross-axis margins
Tobias Christiansen
2021-10-04
LibWeb: Flexbox: Take parents' specified main size into account
Tobias Christiansen
2021-10-04
LibWeb: Make WindowObject::clear_interval() call correct function
Andreas Kling
2021-10-04
LibWeb: Add basic support for script string argument to setInterval()
Linus Groh
2021-10-04
LibWeb: Add basic support for script string argument to setTimeout()
Linus Groh
2021-10-04
LibJS: Convert set_immutable_prototype() to ThrowCompletionOr
Linus Groh
2021-10-04
LibWeb: Don't send a request body in XMLHttpRequest GET or HEAD
Andreas Kling
2021-10-03
LibWeb+Browser: Disable Same-Origin Policy by default for now
Andreas Kling
2021-10-03
LibWeb: Basic support for location.replace(url)
Andreas Kling
2021-10-03
LibWeb: Run clang-format on HTMLAreaElement.cpp
Linus Groh
2021-10-03
LibWeb: Make the URL.port setter return after assigning the empty string
Andreas Kling
2021-10-03
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
Andreas Kling
2021-10-03
LibJS: Convert set_integrity_level() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::set() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables
Andreas Kling
2021-10-03
LibWeb: Remove unnecessary `this` capture in RequestAnimationFrameDriver
Andreas Kling
2021-10-03
LibWeb: Remove pointless brackets from Length::to_string()
Andreas Kling
2021-10-03
LibWeb: Make ColorStyleValue serialization spec compliant
Andreas Kling
2021-10-03
LibWeb: Don't update rendering in BrowsingContexts without opportunity
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop drive the firing of `resize` events
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop drive animation frame callbacks
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop keep track of live DOM::Document objects
Andreas Kling
2021-10-03
LibWeb: Allow Document::ref() when ref-count is zero
Andreas Kling
2021-10-03
LibWeb: Only take runnable tasks from the HTML task queue
Andreas Kling
2021-10-03
LibWeb: Improve HTML::EventLoop::spin_until()
Andreas Kling
2021-10-03
LibWeb: Have CSSStyleRule inherit from CSSRule in IDL
Luke Wilde
2021-10-03
LibWeb: Pass the correct timestamp to requestAnimationFrame callbacks
Andreas Kling
2021-10-03
LibWeb: Run setTimeout() and setInterval() callbacks as HTML tasks
Andreas Kling
2021-10-03
LibWeb: Convert Node.childNodes to NodeList
Luke Wilde
2021-10-03
LibWeb: Convert ParentNode.querySelectorAll to NodeList
Luke Wilde
2021-10-03
LibWeb: Add support for NodeList
Luke Wilde
2021-10-02
LibJS: Put zombie cell tracking code behind a compile-time flag
Andreas Kling
2021-10-02
LibJS+LibWeb: Use Object::set_prototype() in more places
Linus Groh
2021-10-02
LibWeb: Implement Navigator.cookieEnabled
Linus Groh
2021-10-01
LibWeb: Implement CSSRule and CSSStyleDeclaration serialization
Andreas Kling
2021-10-01
LibWeb: Make CSSStyleDeclaration support both dashed-name and camelCase
Andreas Kling
2021-10-01
LibWeb: Add missing virtual/override/final in CSSStyleRule
Andreas Kling
2021-10-01
LibWeb: Flexbox: Catch zero flex-basis and use width instead
Tobias Christiansen
2021-10-01
LibWeb: Create real Keybord & Message events in Document::create_event
Idan Horowitz
2021-10-01
LibWeb: Change the type of MouseEvent members to double
Idan Horowitz
2021-10-01
LibWeb: Add the missing KeyboardEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Dispatch keydown/keyup events on the appropriate target
Idan Horowitz
2021-10-01
LibWeb: Change the parent interface of MouseEvent to UIEvent
Idan Horowitz
[next]