Cnidarias
|
1a1e5aaf54
LibWeb: Add null check for get_client_rects() on non paintable elements
|
1 year ago |
Andreas Kling
|
193fc7ef98
LibWeb: Allow cloneNode() to clone elements with weird attributes
|
1 year ago |
Alex
|
13abb1b2c7
LibWeb: Add name validation and document check to setAttribute
|
1 year ago |
Andreas Kling
|
41667f969d
LibWeb: Fix two problems where media queries didn't invalidate properly
|
1 year ago |
Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
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 |
Kenneth Myhra
|
d5c7959c45
LibWeb: Let queue_a_microtask() take a JS::HeapFunction
|
1 year ago |
Andreas Kling
|
870a954e11
LibWeb: Implement Element.outerHTML
|
1 year ago |
Andreas Kling
|
2ef37c0b06
LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated
|
1 year ago |
Aliaksandr Kalenik
|
d5c6e45dca
LibWeb: Change Element::closest() to check if any of selector matches
|
1 year ago |
Aliaksandr Kalenik
|
e232a84f0e
LibWeb: Do not include box's own scroll offset in get_client_rects()
|
1 year ago |
Andreas Kling
|
cf60f52a78
LibWeb: Add DOM tree version counter
|
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
|
4679dbc9df
LibWeb: Make Element::inline_style() return specific declaration type
|
1 year ago |
Aliaksandr Kalenik
|
3fd1164171
LibWeb: Account for scroll offset in Element::get_client_rects()
|
1 year ago |
Aliaksandr Kalenik
|
15524b97b6
LibWeb: Update paint-only props only when needed in get_client_rects()
|
1 year ago |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Andreas Kling
|
43c720db81
LibWeb: Remove a bunch of redundant Document::navigable() lookups
|
1 year ago |
Aliaksandr Kalenik
|
a9b8840a82
LibWeb: Add fast path for animated style properties update
|
1 year ago |
Andreas Kling
|
0c76c7ee36
LibWeb: Make Element::is_document_element() slightly nicer
|
1 year ago |
Aliaksandr Kalenik
|
3b4230e0b0
LibWeb: Visit custom element's lifecycle callbacks
|
1 year ago |
Andreas Kling
|
1b8d8c7bbc
LibWeb: Make a Layout::BlockContainer for MathML boxes
|
1 year ago |
Andreas Kling
|
3591a82e8d
LibWeb: Look at paintable directly in Element::scroll* APIs
|
1 year ago |
Aliaksandr Kalenik
|
c6e69d501f
LibWeb: Add style sheets to the shadow root if applicable
|
2 years ago |
Matthew Olsson
|
24ec5838ba
LibWeb: Visit Animatable::m_associated_effects
|
1 year ago |
Bastiaan van der Plaat
|
76f767c867
LibWeb: Apply transform origin in Element::get_client_rects()
|
1 year ago |
Matthew Olsson
|
1ca31e0dc1
LibWeb: Remove unnecessary ErrorOr<> from StyleComputer
|
1 year ago |