Aliaksandr Kalenik
|
e3e6af39bc
LibWeb: Add basic implementation of has_a_rendering_opportunity()
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
mobounya
|
190a8f948e
LibWeb: Don't crash when visiting about:srcdoc
|
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 |
Aliaksandr Kalenik
|
d3f8d24abb
LibWeb+WebContent: Remove PageClient::page_did_invalidate()
|
1 year ago |
Aliaksandr Kalenik
|
c3f5dbb101
LibWeb: Paint page only if something that requires repaint happened
|
1 year ago |
Aliaksandr Kalenik
|
fcf293a8df
LibWeb: Implement gathering and broadcasting of resize observations
|
1 year ago |
Aliaksandr Kalenik
|
11d746a67f
LibWeb+WebContent: Separate painting command list from RecordingPainter
|
1 year ago |
Andrew Kaster
|
a0e7af0cd9
LibWeb: Don't choose destroyed navigables in choose a navigable AO
|
1 year ago |
Aliaksandr Kalenik
|
76d1536307
LibWeb: Optimize scroll offset and clip state recalculation
|
1 year ago |
Aliaksandr Kalenik
|
fc40d35012
LibWeb: Move paint properties invalidation flag into Document
|
1 year ago |
Andrew Kaster
|
9645daaf6c
LibWeb: Remove RemoteBrowsingContext and AbstractBrowsingContext
|
1 year ago |
Andrew Kaster
|
3aee787539
LibWeb+WebContent: Convert WebDriver to choose a navigable AO
|
1 year ago |
Andrew Kaster
|
adb5c27331
LibWeb: Create a new WebView for window.open()'d top level traversables
|
1 year ago |
Aliaksandr Kalenik
|
bf14de4118
LibWeb: Remove direct calls of page_did_request_scroll_to()
|
1 year ago |
Aliaksandr Kalenik
|
1af466babf
LibWeb: Fix invalidation of CSS properties that do not affect layout
|
1 year ago |
Aliaksandr Kalenik
|
d27b376699
LibWeb: Store clip border radii in CSSPixels instead of DevicePixels
|
1 year ago |
Aliaksandr Kalenik
|
0bf82f748f
LibWeb: Move clip rect calculation to happen before painting
|
1 year ago |
Andrew Kaster
|
567bb0f6a2
LibWeb: Implement user navigation involvement helper for MouseEvents
|
1 year ago |
Andrew Kaster
|
4f088aff3d
LibWeb: Implement synchronous session history steps
|
1 year ago |
Andrew Kaster
|
6c1944ee61
LibWeb: Flesh out apply the history step to setup the navigation API
|
1 year ago |
Aliaksandr Kalenik
|
cc447c9c80
LibWeb+WebContent: Move paint recording init into Navigable
|
1 year ago |
Aliaksandr Kalenik
|
7c2713c14f
LibWeb: Move set_needs_display() from layout node to paintable
|
1 year ago |
Aliaksandr Kalenik
|
814bed33b4
LibWeb: Move box_type_agnostic_position() from layout node to paintable
|
1 year ago |
Andreas Kling
|
0c7b1d27b4
LibWeb: Remove incomplete attempt to avoid repaints outside viewport
|
1 year ago |
Sam Atkins
|
c5223ae77f
LibWeb: Adjust create_document_for_inline_content() for future use
|
1 year ago |
Shannon Booth
|
c63d30ce67
LibWeb: Port HTML Environments from ByteString
|
1 year ago |
Sam Atkins
|
99fc3c7551
LibWeb: Stop shadowing location_url
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |