Matthew Olsson
|
a5f4c9a632
AK+Userland: Remove NOESCAPE
|
1 year ago |
Shannon Booth
|
71819153cb
LibWeb: Implement Element::scroll(HTML::ScrollToOptions)
|
1 year ago |
Shannon Booth
|
e640a68733
LibWeb: Implement Element::scroll_by(HTML::ScrollToOptions)
|
1 year ago |
Tim Ledbetter
|
57f0ea186e
LibWeb: Update `Element::directionality()` to match current spec text
|
1 year ago |
Shannon Booth
|
aede010096
LibWeb: Use GCPtr for Element::layout_node
|
1 year ago |
Andreas Kling
|
193fc7ef98
LibWeb: Allow cloneNode() to clone elements with weird attributes
|
1 year ago |
Andreas Kling
|
0b28a310b1
LibWeb: Stub out Element.scrollBy()
|
1 year ago |
Andreas Kling
|
82f8b64017
LibWeb: Stub out Element.currentCSSZoom
|
1 year ago |
Andreas Kling
|
20bdda7f02
LibWeb: Implement Element.removeAttributeNode()
|
1 year ago |
Timothy Flynn
|
4b1abcf61d
LibWeb: Generalize support for dimension attributes
|
1 year ago |
Andreas Kling
|
870a954e11
LibWeb: Implement Element.outerHTML
|
1 year ago |
Matthew Olsson
|
ff00d21d58
Everywhere: Mark a bunch of function parameters as NOESCAPE
|
1 year ago |
Andreas Kling
|
2ef37c0b06
LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated
|
1 year ago |
Aliaksandr Kalenik
|
ca363f0024
LibWeb: Add basic "top layer" support
|
1 year ago |
Aliaksandr Kalenik
|
cf7c933312
LibWeb: Add fast path to calculate invalidations for animated css props
|
1 year ago |
Andreas Kling
|
a6c23d3db5
LibWeb: Make Element::has_class() an inline function
|
1 year ago |
Andreas Kling
|
b40f0415ef
LibWeb: Make Node::parent_element() an inline function
|
1 year ago |
Andreas Kling
|
4679dbc9df
LibWeb: Make Element::inline_style() return specific declaration type
|
1 year ago |
Aliaksandr Kalenik
|
a9b8840a82
LibWeb: Add fast path for animated style properties update
|
1 year ago |
Aliaksandr Kalenik
|
c6e69d501f
LibWeb: Add style sheets to the shadow root if applicable
|
2 years ago |
Bastiaan van der Plaat
|
69e4f924b7
LibWeb: Add element adjust_computed_style and move set_property() to it
|
1 year ago |
Matthew Olsson
|
dd1fd5fe47
LibWeb: Add Animatable interface to Element
|
1 year ago |
Timothy Flynn
|
a17074422e
LibWeb: Reset form association when any element with an ID changes
|
1 year ago |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 year ago |
Bastiaan van der Plaat
|
c477f90df7
LibWeb: Remove DOM element deprecated_tag_name()
|
1 year ago |
Shannon Booth
|
3910efb80b
LibWeb: Implement Element.removeAttributeNS
|
1 year ago |
Shannon Booth
|
7a26a889cb
LibWeb: Implement Element.getAttributeNodeNS
|
1 year ago |
Shannon Booth
|
e6861cb5ef
LibWeb: Port Element::insert_adjacent from ByteString
|
1 year ago |
Shannon Booth
|
41f84deb9f
LibWeb: Port Element::name to a cached FlyString
|
1 year ago |
Shannon Booth
|
785fa60cca
LibWeb: Implement Element.getAttributeNS
|
1 year ago |