Andreas Kling
|
aa3ba629ba
LibWeb: Add DOM::Element::queue_an_element_task(source, steps)
|
3 年之前 |
DoubleNegation
|
0fdfdbed9f
LibWeb: Ensure inline CSS loaded from HTML is ElementInline
|
4 年之前 |
Sam Atkins
|
3bd14941c7
LibWeb: Switch to new CSS Parser :^)
|
3 年之前 |
Lenny Maiorani
|
a0d7640e03
Userland: Make use of container version of any_of
|
3 年之前 |
Brian Gianforcaro
|
217179a39f
LibWeb: Remove unused header includes
|
3 年之前 |
Sam Atkins
|
004ae453d1
LibWeb: Add context to new CSS parser, and deprecate the old one
|
4 年之前 |
Paul Irwin
|
5eb65286b6
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
|
4 年之前 |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 年之前 |
Luke
|
19731fc14c
LibWeb: Use HTML-uppercased qualified name for the Element node name
|
4 年之前 |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 年之前 |
Andreas Kling
|
e4df1b223f
LibWeb: Implement a slow but functional HTMLCollection :^)
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Luke
|
ca71ac484b
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)"
|
4 年之前 |
Andreas Kling
|
cad4cc9a2a
LibWeb: Invalidate element style after setting Element.style.foo
|
4 年之前 |
Andreas Kling
|
33e3f0c71f
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
|
4 年之前 |
Andreas Kling
|
16cde3f14a
LibWeb: Rename CSSParser => DeprecatedCSSParser
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Linus Groh
|
e064194061
LibWeb: Return InvalidCharacterError from Element::set_attribute() for empty attr
|
4 年之前 |
Andreas Kling
|
d597626ea1
LibWeb: Add a way to give DOM::Element a ShadowRoot
|
4 年之前 |
Andreas Kling
|
5e91e61900
LibWeb: Remove WidgetBox layout node
|
4 年之前 |
Andreas Kling
|
9de1253f44
LibWeb: Remove a whole bunch of unnecessary #includes
|
4 年之前 |
Linus Groh
|
79bab28f5e
LibWeb: Implement Element.getElementsBy{Tag,Class}Name()
|
4 年之前 |
Linus Groh
|
2a38f008bf
LibWeb: Make getElementsByClassName() case-insensitive in quirks mode
|
4 年之前 |
Andreas Kling
|
0eac44af49
LibWeb: Don't assert on <colgroup> & friends
|
4 年之前 |
Andreas Kling
|
796c31a52b
LibWeb: Reorganize Element::create_layout_node() into a switch
|
4 年之前 |
Andreas Kling
|
e6712fcd82
LibWeb: Use any_of() for DOM::Element::has_class()
|
4 年之前 |
Andreas Kling
|
330c3fcb59
LibWeb: Use move semantics for QualifiedName more often
|
4 年之前 |
Andreas Kling
|
140463e833
LibWeb: Parse "display: flex" and create BlockBox layout nodes for them
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |