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-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
2021-10-01
LibWeb: Add the missing UIEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the UIEvent::{view, detail} IDL attributes
Idan Horowitz
2021-10-01
LibWeb: Add the missing PageTransitionEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the missing ProgressEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the missing SubmitEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the missing MessageEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add the lastEventId IDL attribute to MessageEvent
Idan Horowitz
2021-10-01
LibWeb: Change the IDL type of MessageEvent::data to any
Idan Horowitz
2021-10-01
LibWeb: Add the missing CloseEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Use the LibWeb source directory as the IDL #import base path
Idan Horowitz
2021-10-01
LibWeb: Parse media queries! :^)
Sam Atkins
2021-10-01
LibWeb: Add TokenStream::rewind_to_position()
Sam Atkins
2021-10-01
LibWeb: Parse `@media` rules into CSSMediaRule objects
Sam Atkins
2021-10-01
LibWeb: Make consume_a_qualified_rule() understand block tokens
Sam Atkins
2021-10-01
LibWeb: Make MediaQueryList store MediaQueries instead of a String
Sam Atkins
2021-10-01
LibWeb: Sketch out media-query parsing
Sam Atkins
2021-10-01
LibWeb: Add CSSMediaRule
Sam Atkins
2021-10-01
LibWeb: Add MediaList
Sam Atkins
[next]