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-05-06
LibWeb: Remove unneeded iteration filter on LiveNodeList
DexesTTP
2022-04-20
LibWeb: Fix various spec comment inconsistencies
Linus Groh
2022-04-20
LibWeb: Add spec comments to Node
stelar7
2022-04-20
LibWeb: Add spec comments to EventTarget
stelar7
2022-04-20
LibWeb: Add spec comments to Event
stelar7
2022-04-20
LibWeb: Add spec comments to EventDispatcher
stelar7
2022-04-13
LibWeb: Use Vector::in_reverse() in DOM::EventDispatcher
Andreas Kling
2022-04-12
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
Sam Atkins
2022-04-12
LibWeb: Bring Node closer to spec
Igor Pissolati
2022-04-12
LibWeb: Bring Document closer to spec
Igor Pissolati
2022-04-11
LibWeb: Implement CSS declaration block's "updating flag"
Andreas Kling
2022-04-11
LibWeb: Add SVGDefsElement
Simon Danner
2022-04-10
LibWeb: Bring Element.client{Left,Top} closer to spec
Andreas Kling
2022-04-10
LibWeb: Sketch out a very basic SVG <clipPath> element
Andreas Kling
2022-04-10
LibWeb: Update layout in Element.getBoundingClientRect()
Andreas Kling
2022-04-10
LibWeb: Bring Element.client{Width,Height} closer to spec
Andreas Kling
2022-04-10
LibWeb: Show correct favicon when default favicon is loaded
Anthony Van de Gejuchte
2022-04-10
LibWeb: Update displayed favicon when a favicon is loaded
Anthony Van de Gejuchte
2022-04-09
LibWeb: Invalidate layout after the computed font changes
Simon Wanner
2022-04-09
LibWeb: Bring MouseEvent a bit closer to spec
Igor Pissolati
2022-04-02
LibWeb: Add the GlobalEventHandlers IDL mixin
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject
Linus Groh
2022-03-31
LibWeb: Remove Document::is_scripting_enabled() and use Node's
Linus Groh
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
2022-03-30
LibWeb: Implement Element.toggleAttribute()
Elisée Maurer
2022-03-30
LibWeb: Add fast_is<T>() for some common DOM Node subclasses
Andreas Kling
2022-03-29
LibWeb: Streamline how inline CSS style declarations are constructed
Andreas Kling
2022-03-28
LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()
Sam Atkins
2022-03-27
LibWeb: Ensure lazy WindowObject creation when activating event handler
Linus Groh
2022-03-24
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
Timothy Flynn
2022-03-23
LibWeb: Fill the whole viewport with the correct background color
Andreas Kling
2022-03-23
LibWeb: Make NodeIterator behave like other browser engines
Andreas Kling
2022-03-23
LibWeb: Minor cleanups in NodeIterator and TreeWalker
Andreas Kling
2022-03-22
LibWeb: Implement Range.deleteContents()
Andreas Kling
2022-03-22
LibWeb: Implement Range.cloneContents()
Andreas Kling
2022-03-22
LibWeb: Convert Text to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ShadowRoot to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ParentNode to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert NodeOperations to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Node to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Element to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert DOMTokenList to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert DOMImplementation to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Document to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ChildNode to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY()
Linus Groh
2022-03-22
LibWeb: Convert Range to use TRY for error propagation
Timothy Flynn
2022-03-22
LibWeb: Make DOM::ExceptionOr compatible with the TRY macro
Timothy Flynn
2022-03-22
LibWeb: Fix crash when removing event listeners
Jamie Mansfield
[next]