Aliaksandr Kalenik
|
ca363f0024
LibWeb: Add basic "top layer" support
|
1 year ago |
Aliaksandr Kalenik
|
ffd3639b17
LibWeb: Pass navigation params by const-ref to load_document()
|
1 year ago |
Aliaksandr Kalenik
|
b590d1b48b
LibWeb: Transform SessionHistoryEntry from a struct to a class
|
1 year ago |
Aliaksandr Kalenik
|
4ae2eaead1
LibWeb: Dispatch mouseout and mouseover events
|
1 year ago |
Andreas Kling
|
afe6abfc09
LibWeb: Use an ancestor filter to quickly reject many CSS selectors
|
1 year ago |
Aliaksandr Kalenik
|
42d5883d57
LibWeb: Set animation update flag from Animation::invalidate_effect()
|
1 year ago |
Aliaksandr Kalenik
|
b7d28ee57d
LibWeb: Change update_style() to update animated style only if needed
|
1 year ago |
Aliaksandr Kalenik
|
96d67ded3e
LibWeb: Always run layout and style updates from event loop processing
|
1 year ago |
Aliaksandr Kalenik
|
cf7c933312
LibWeb: Add fast path to calculate invalidations for animated css props
|
1 year ago |
Andreas Kling
|
4e4b9f440f
Revert "LibWeb: Run IntersectionObserver steps only when needed"
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Andreas Kling
|
1987318cc2
LibWeb: Move selection state from layout tree to paint tree
|
1 year ago |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Andreas Kling
|
98cf845d8a
LibWeb: Use HTML::EventNames::animation* instead of string literals
|
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
|
b98a2be96b
LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM
|
1 year ago |
Aliaksandr Kalenik
|
ecce570cb7
LibWeb: Stop animation driver timer after document becomes inactive
|
1 year ago |
Aliaksandr Kalenik
|
fd63ffb8c3
LibWeb: Use Core::Timer instead for animation driver timer
|
1 year ago |
Matthew Olsson
|
e91f4dcd79
LibWeb: Use Performance for animation time instead of MonotonicTime
|
1 year ago |
Aliaksandr Kalenik
|
91ec1d6f95
LibWeb: Maintain list of allocated shadow roots in Document
|
1 year ago |
Aliaksandr Kalenik
|
8ce8697a66
LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot
|
1 year ago |
Aliaksandr Kalenik
|
f19c92d78e
LibWeb: Add ObservableArray::for_each()
|
1 year ago |
Aliaksandr Kalenik
|
7c322ec710
LibWeb: Implement adoptedStyleSheets attribute for Document
|
1 year ago |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 year ago |
Andreas Kling
|
11b4216e65
LibWeb: Run IntersectionObserver steps only when needed
|
1 year ago |
Matthew Olsson
|
fc62989f1a
LibWeb: Add missing visits for Document's pending animation event queue
|
1 year ago |
Matthew Olsson
|
65858154de
LibWeb: Dispatch Animation events
|
1 year ago |
Matthew Olsson
|
ae3326a447
LibWeb: Transition StyleComputer to Web Animations
|
1 year ago |
Matthew Olsson
|
10fddb99fc
LibWeb: Implement Document::remove_replaced_animations()
|
1 year ago |