Andreas Kling
|
c4826eae4f
LibWeb: Rename Layout::BlockBox => BlockContainer
|
3 年之前 |
Andreas Kling
|
85a0772147
LibWeb: Start work towards modern CSS "display" values
|
3 年之前 |
Andreas Kling
|
0264ae23bc
LibWeb: Make CSS layout lazier
|
3 年之前 |
Andreas Kling
|
3006e15c94
LibWeb: Support Element.client{Top,Left,Width,Height}
|
3 年之前 |
Andreas Kling
|
9d852623f2
LibWeb: Support Element.matches(selectors)
|
3 年之前 |
Andreas Kling
|
43d378940f
LibWeb: Add DOMRect and Element.getBoundingClientRect()
|
3 年之前 |
Andreas Kling
|
f67648f872
LibWeb: Rename HTMLDocumentParser => HTMLParser
|
3 年之前 |
Andreas Kling
|
f8dd3e14ba
LibWeb: Rename CSS::StyleResolver => StyleComputer
|
3 年之前 |
Andreas Kling
|
3d36e4d944
LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"
|
3 年之前 |
Luke Wilde
|
d47e431d54
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
|
3 年之前 |
Sam Atkins
|
86f78bff2a
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
|
3 年之前 |
Luke Wilde
|
8e0f3436a2
LibWeb: Make the innerHTML setter spec compliant
|
3 年之前 |
Luke Wilde
|
f62477c093
LibWeb: Implement HTML fragment serialisation and use it in innerHTML
|
3 年之前 |
Andreas Kling
|
bf86419979
LibWeb: Use ComputedCSSStyleDeclaration to generate data for inspector
|
3 年之前 |
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 年之前 |