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
/
DOM
Age
Commit message (
Expand
)
Author
2022-02-24
LibWeb: Append only one line feed character in Document.writeln
Timothy Flynn
2022-02-24
LibWeb: Actually query the orientation
Sam Atkins
2022-02-24
LibWeb: Implement `@media(overflow-inline)`
Sam Atkins
2022-02-21
LibWeb: Implement Node.removeChild() in terms of "pre-remove"
Andreas Kling
2022-02-21
LibWeb: Make document.write() work while document is parsing
Andreas Kling
2022-02-21
LibWeb: Rename FormattingState::ensure() -> get_mutable()
Andreas Kling
2022-02-21
LibWeb: Start making our layout system "transactional"
Andreas Kling
2022-02-21
LibWeb: Add Layout::FormattingState
Andreas Kling
2022-02-21
LibWeb: Add basic support for dynamic markup insertion
Lorenz Steinert
2022-02-21
LibWeb: Implement `Node.nodeValue` DOM attribute
Adam Hodgen
2022-02-20
LibWeb: Add support for the options variant of {add,remove}EventListener
Luke Wilde
2022-02-19
LibWeb: Share QualifiedName data between identical instances
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName.h into LibWeb/DOM/
Andreas Kling
2022-02-19
LibWeb: Shrink DOM::EventTarget by 80 bytes
Andreas Kling
2022-02-17
LibWeb: Only invalidate styles if a `@media` rule changes match status
Sam Atkins
2022-02-17
LibWeb: Fire "input" and "change" events when editing a text <input>
Andreas Kling
2022-02-17
LibWeb: Use public inheritance for the RefCounted base class
Daniel Bertalan
2022-02-17
LibWeb: Fix -Wmismatched-tags warning from Clang
Daniel Bertalan
2022-02-16
LibWeb: Support "useCapture" parameter to add/removeEventListener
Andreas Kling
2022-02-16
LibWeb: Separate "event listener" from "EventListener"
Andreas Kling
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-16
LibWeb: Support Element.closest(selectors)
Edwin Hoksberg
2022-02-15
LibWeb: Add EventTarget::run_activation_behavior()
Andreas Kling
2022-02-15
LibWeb: Add Element::did_remove_attribute() virtual
Andreas Kling
2022-02-15
LibWeb: Add stubs for document.write and document.writeln
Maciej
2022-02-15
LibWeb: Repaint entire viewport after document layout
Andreas Kling
2022-02-13
LibWeb: Don't crash on unknown CSS display types, fall back to inline
Andreas Kling
2022-02-12
LibWeb: Add stub implementation for Element's getClientRects
DerpyCrabs
2022-02-12
LibWeb: Move initial containing block setup out of BFC
Andreas Kling
2022-02-12
LibWeb: Pass cookie string by reference in Document::set_cookie
Idan Horowitz
2022-02-11
LibWeb: Add SVG `<polygon>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<polyline>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<line>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<ellipse>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<circle>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<rect>` element and test case :^)
Sam Atkins
2022-02-10
LibWeb: Cache CSS rules in buckets to reduce number of rules checked
Andreas Kling
2022-02-10
LibWeb: Perform CSS custom property cascade once instead of per-property
Andreas Kling
2022-02-08
LibWeb: Implement EventHandler::focus_previous_element()
Kenneth Myhra
2022-02-08
LibWeb: Add Storage interface and window.localStorage
Andreas Kling
2022-02-08
LibWeb: Implement the JS host hooks for promises, job callbacks and more
Luke Wilde
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-07
LibWeb: Add a proper FocusEvent interface for "focus" and "blur" events
Andreas Kling
2022-02-06
LibWeb: Move is_focusable() virtual from Element to EventTarget
Andreas Kling
2022-02-06
LibWeb: Make HTMLInputElement move cursor into text node when focused
Andreas Kling
2022-02-06
LibWeb: Rename "frame" to "browsing_context" in various places
Andreas Kling
2022-02-06
LibWeb: Make window.inner{Width,Height} return *viewport* size
Andreas Kling
[next]