Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 年之前 |
Andreas Kling
|
0b28a310b1
LibWeb: Stub out Element.scrollBy()
|
1 年之前 |
Andreas Kling
|
82f8b64017
LibWeb: Stub out Element.currentCSSZoom
|
1 年之前 |
Andreas Kling
|
20bdda7f02
LibWeb: Implement Element.removeAttributeNode()
|
1 年之前 |
Kenneth Myhra
|
d5c7959c45
LibWeb: Let queue_a_microtask() take a JS::HeapFunction
|
1 年之前 |
Andreas Kling
|
870a954e11
LibWeb: Implement Element.outerHTML
|
1 年之前 |
Andreas Kling
|
2ef37c0b06
LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated
|
1 年之前 |
Aliaksandr Kalenik
|
d5c6e45dca
LibWeb: Change Element::closest() to check if any of selector matches
|
1 年之前 |
Aliaksandr Kalenik
|
e232a84f0e
LibWeb: Do not include box's own scroll offset in get_client_rects()
|
1 年之前 |
Andreas Kling
|
cf60f52a78
LibWeb: Add DOM tree version counter
|
1 年之前 |
Aliaksandr Kalenik
|
cf7c933312
LibWeb: Add fast path to calculate invalidations for animated css props
|
1 年之前 |
Andreas Kling
|
a6c23d3db5
LibWeb: Make Element::has_class() an inline function
|
1 年之前 |
Andreas Kling
|
4679dbc9df
LibWeb: Make Element::inline_style() return specific declaration type
|
1 年之前 |
Aliaksandr Kalenik
|
3fd1164171
LibWeb: Account for scroll offset in Element::get_client_rects()
|
1 年之前 |
Aliaksandr Kalenik
|
15524b97b6
LibWeb: Update paint-only props only when needed in get_client_rects()
|
1 年之前 |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 年之前 |
Andreas Kling
|
43c720db81
LibWeb: Remove a bunch of redundant Document::navigable() lookups
|
1 年之前 |
Aliaksandr Kalenik
|
a9b8840a82
LibWeb: Add fast path for animated style properties update
|
1 年之前 |
Andreas Kling
|
0c76c7ee36
LibWeb: Make Element::is_document_element() slightly nicer
|
1 年之前 |
Aliaksandr Kalenik
|
3b4230e0b0
LibWeb: Visit custom element's lifecycle callbacks
|
1 年之前 |
Andreas Kling
|
1b8d8c7bbc
LibWeb: Make a Layout::BlockContainer for MathML boxes
|
1 年之前 |
Andreas Kling
|
3591a82e8d
LibWeb: Look at paintable directly in Element::scroll* APIs
|
1 年之前 |
Aliaksandr Kalenik
|
c6e69d501f
LibWeb: Add style sheets to the shadow root if applicable
|
2 年之前 |
Matthew Olsson
|
24ec5838ba
LibWeb: Visit Animatable::m_associated_effects
|
1 年之前 |
Bastiaan van der Plaat
|
76f767c867
LibWeb: Apply transform origin in Element::get_client_rects()
|
1 年之前 |
Matthew Olsson
|
1ca31e0dc1
LibWeb: Remove unnecessary ErrorOr<> from StyleComputer
|
1 年之前 |
Andreas Kling
|
d1b5f55f91
LibWeb: Make Paintable::containing_block() return a PaintableBox*
|
1 年之前 |
Luke Wilde
|
48e11a1f12
LibWeb: Empty CE reaction queue instead of destroying it on exception
|
1 年之前 |
Aliaksandr Kalenik
|
591c8d2b68
LibWeb: Return overflow rect height from Element::scroll_height()
|
1 年之前 |
Aliaksandr Kalenik
|
9f581d0bc9
LibWeb: Return overflow rect width from Element::scroll_width()
|
1 年之前 |