Kenneth Myhra
|
a3661fd7f2
LibWeb: Let queue_global_task() take a JS::HeapFunction
|
1 year ago |
PGHales
|
75626c6cd2
LibWeb/DOM: Implement the Document object's partial attributes
|
1 year ago |
PGHales
|
ded344aa2c
LibWeb/DOM: Rename link_color to normal_link_color
|
1 year ago |
Andreas Kling
|
d0076aaa24
LibWeb: Remove unnecessary Document::force_layout() API
|
1 year ago |
Tim Ledbetter
|
0564e06f10
LibWeb: Add methods to Document that must do nothing
|
1 year ago |
Aliaksandr Kalenik
|
94d72c174a
LibWeb: Allow executing scripts for iframes with src=about:blank
|
1 year ago |
mobounya
|
bdb8af94ee
LibWeb: Don't load fallback icon for SVG documents
|
1 year ago |
Shannon Booth
|
ce341c0230
LibWeb: Add support for document.lastModified
|
1 year ago |
Shannon Booth
|
249ee0a30e
LbiWeb: Return an HTMLAllCollection from document.all
|
1 year ago |
Aliaksandr Kalenik
|
9098fa23a2
LibWeb: Catch up with the spec on document destroy, abort and unload
|
1 year ago |
Matthew Olsson
|
e4f1cb6f8c
LibWeb: Track the transition generation
|
1 year ago |
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
|
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 |
Andreas Kling
|
cf60f52a78
LibWeb: Add DOM tree version counter
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Andreas Kling
|
b98a2be96b
LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM
|
1 year ago |
Aliaksandr Kalenik
|
fd63ffb8c3
LibWeb: Use Core::Timer instead for animation driver timer
|
1 year ago |
Aliaksandr Kalenik
|
91ec1d6f95
LibWeb: Maintain list of allocated shadow roots in Document
|
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 |
Matthew Olsson
|
ae3326a447
LibWeb: Transition StyleComputer to Web Animations
|
1 year ago |
Matthew Olsson
|
fe848487db
LibWeb: Add Document::update_animations_and_send_events
|
1 year ago |
Aliaksandr Kalenik
|
fcf293a8df
LibWeb: Implement gathering and broadcasting of resize observations
|
1 year ago |
Aliaksandr Kalenik
|
fb8edcea00
LibWeb: Flesh out implementation of ResizeObserver interfaces
|
1 year ago |
Tim Ledbetter
|
02c2b1e67e
LibWeb: Implement `document.createCDATASection()`
|
1 year ago |
Tim Ledbetter
|
70b9cddc48
LibWeb: Align `Document::document_type()` default with the specification
|
1 year ago |
Andrew Kaster
|
5d2a36f244
LibWeb: Stub out all the functions from the execCommand spec
|
1 year ago |