Aliaksandr Kalenik
|
8f8ec37d58
LibWeb: Add missing paintable null check in get_bounding_client_rect()
|
1 year ago |
Andreas Kling
|
7c95ebc302
LibWeb: Make Document::page() return a Page&
|
1 year ago |
Aliaksandr Kalenik
|
e464d484c4
LibWeb: Implement getBoundingClientRect() for inline paintables
|
1 year ago |
Shannon Booth
|
83758d4cdd
LibWeb: Wrap PseudoElements stored in SimpleSelector in a class
|
1 year ago |
Aliaksandr Kalenik
|
2cb0039a13
LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm
|
1 year ago |
Andreas Kling
|
20da5b6153
LibWeb: Remove an unnecessary (and unsafe) cast from Node to Element
|
1 year ago |
Shannon Booth
|
0cb0d60ac5
LibWeb: Make BrowsingContextGroup & TraversableNavigable return a Page&
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Timothy Flynn
|
aa4dcda5dc
LibWeb+LibWebView+Ladybird: Scale scroll-to CSS positions in PageHost
|
1 year ago |
Shannon Booth
|
decc071060
LibWeb: Return a scroll offset of 0 for colgroup elements
|
1 year ago |
Andreas Kling
|
ef809eea1e
LibWeb: Don't assume IO.unobserve() called on observed element
|
1 year ago |
implicitfield
|
ccea69ad40
LibWeb: Add special handling for text-align when applied to tables
|
1 year ago |
Shannon Booth
|
c5d3ccca00
LibWeb: Port AriaData from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
6c42de3e8b
LibWeb: Port XMLSerializer from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
7ee47d81ca
LibWeb: Allocate custom element reactions queue on demand
|
1 year ago |
Andreas Kling
|
ac8bb89f50
LibWeb: Allocate list of registered intersection observers on demand
|
1 year ago |
Andreas Kling
|
bdac94870c
LibWeb: Convert Element "attribute change steps" from vector to virtual
|
1 year ago |
Andreas Kling
|
48dbec8a9e
LibWeb: Allocate storage for pseudo element layout nodes on demand
|
1 year ago |
Andreas Kling
|
37505d9746
LibWeb: Allocate storage for pseudo element custom properties on demand
|
1 year ago |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 year ago |
Aliaksandr Kalenik
|
6bed27cca9
LibWeb: Use border box rect in getBoundingClientRect()
|
1 year ago |
Aliaksandr Kalenik
|
ef71f46da6
LibWeb: Flesh out "scroll a target into view" spec implementation
|
1 year ago |
Shannon Booth
|
45b63b463a
LibWeb: Add Element::for_each_attribute(Function<void(Attr const&)>)
|
1 year ago |
Shannon Booth
|
ea2b733862
LibWeb: Port custom properties to FlyString
|
1 year ago |
Shannon Booth
|
7e9a40dbad
LibWeb: Port attribute change steps from DeprecatedFlyString
|
1 year ago |
Shannon Booth
|
b337b4370a
LibWeb: Port validate_and_extract from DeprecatedFlyString
|
1 year ago |
Shannon Booth
|
2f009d983b
LibWeb: Port Element::get_attribute_value from DeprecatedFlyString
|
1 year ago |
Shannon Booth
|
673e3ec57d
LibWeb: Port Element::set_attribute_value from DeprecatedString
|
1 year ago |
Shannon Booth
|
d00c030fce
LibWeb: Port Element::set_attribute_value namespace to FlyString
|
1 year ago |