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-07-14
LibWeb: Move Origin into the HTML namespace
Linus Groh
2022-07-12
LibWeb: Traverse shadow-including subtree when adopting DOM nodes
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-11
LibWeb: Implement all "attributes" mutation records for MutationObserver
Luke Wilde
2022-07-11
LibWeb: Implement "characterData" mutation record for MutationObserver
Luke Wilde
2022-07-11
LibWeb: Implement all "childList" mutation records for MutationObserver
Luke Wilde
2022-07-11
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
Luke Wilde
2022-07-11
LibWeb: Implement CharacterData.{append,insert,delete}Data
Luke Wilde
2022-07-11
LibWeb: Implement CharacterData::set_data in terms of replace_data
Luke Wilde
2022-07-11
LibWeb: Allow creating a StaticNodeList without an r-value Vector
Luke Wilde
2022-07-11
LibWeb: Stop putting the FormattingState nodes in a slow hash map
Andreas Kling
2022-07-05
LibWeb: Trigger a relayout after setting Element.innerHTML
Itamar
2022-07-04
LibWeb: Simplify some WeakPtr assignments
Andreas Kling
2022-07-04
LibWeb: Add the type field to DOM::Document
networkException
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
2022-06-27
LibWeb: Add CDATASection
Luke Wilde
2022-06-19
LibWeb: Add support for the <base> element changing the base URL
Luke Wilde
2022-06-18
LibWeb: Rename Event.srcTarget to Event.srcElement
Luke Wilde
2022-06-06
LibWeb: Adjust implementation of `Document::create_event`
stelar7
2022-06-03
LibWeb: Support DocumentFragments in Node.prototype.cloneNode
Idan Horowitz
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
[next]