Andreas Kling
|
a004d3043f
LibWeb: Implement Node.cloneNode for Attr nodes
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Andreas Kling
|
15c324a70b
Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes
|
2 年之前 |
Baitinq
|
0758bc457e
LibWeb: Replace some unnecessary ShadowRoot verify_cast with static_cast
|
2 年之前 |
Andreas Kling
|
87b0ddb354
LibWeb: Add DOM::Node::parent_or_shadow_host_element()
|
2 年之前 |
Timothy Flynn
|
13b8eeff54
LibWeb: Fully implement the fragment serializing algorithm
|
2 年之前 |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 年之前 |
Andreas Kling
|
c7489e7665
LibWeb: Don't invalidate style for entire document on Node insertion
|
2 年之前 |
Andreas Kling
|
e7da96acaf
LibWeb: Call superclass GC finalizer in DOM::Node::finalize()
|
2 年之前 |
Andreas Kling
|
c877eb47a2
LibWeb: Add GC finalizer for DOM::Node
|
2 年之前 |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 年之前 |
Andrew Kaster
|
45838579c3
LibWeb: Remove unused DOM::Node::window helper method
|
2 年之前 |
Andrew Kaster
|
8de7e49a56
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
|
2 年之前 |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 年之前 |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 年之前 |
Andreas Kling
|
f36cbd3b65
LibWeb: Invalidate layout when a DOM node is removed from the tree
|
2 年之前 |
Andreas Kling
|
a5bb30d2ba
LibWeb: Make Node.childNodes vend the same NodeList every time
|
2 年之前 |
Andreas Kling
|
1903dff365
LibWeb: Support getting and setting Attr.textContent
|
2 年之前 |
Andreas Kling
|
530675993b
LibWeb: Rename Attribute to Attr
|
2 年之前 |
Andreas Kling
|
4b9c5635b3
LibWeb: Make :link selector behave according to spec
|
2 年之前 |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 年之前 |
Andreas Kling
|
905eb8cb4d
LibWeb: Make MutationObserver GC-allocated
|
2 年之前 |
Andreas Kling
|
43ec0f734f
LibWeb: Make MutationRecord GC-allocated
|
2 年之前 |
Andreas Kling
|
48e0066371
LibWeb: Make NodeList GC-allocated
|
2 年之前 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 年之前 |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 年之前 |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 年之前 |
Luke Wilde
|
aa9f7cc597
LibWeb: Fix queuing mutation records for node removal
|
3 年之前 |
Linus Groh
|
22a627fc1a
LibWeb: Move Origin into the HTML namespace
|
3 年之前 |