Andrew Kaster
|
6a0fe08604
LibWeb: Implement document.elementsFromPoint
|
1 year ago |
Tim Ledbetter
|
774119bb57
LibWeb: Implement `document.designMode`
|
1 year ago |
Aliaksandr Kalenik
|
fc40d35012
LibWeb: Move paint properties invalidation flag into Document
|
1 year ago |
Tim Ledbetter
|
69df94ec5c
LibWeb: Implement `document.elementFromPoint()`
|
1 year ago |
Timothy Flynn
|
a17074422e
LibWeb: Reset form association when any element with an ID changes
|
1 year ago |
Aliaksandr Kalenik
|
531025465a
LibWeb: Remove list_of_descendant_browsing_contexts()
|
1 year ago |
Aliaksandr Kalenik
|
2175c85cea
LibWeb: Remove did_stop_being_active_document_in_browsing_context()
|
1 year ago |
Andrew Kaster
|
6c1944ee61
LibWeb: Flesh out apply the history step to setup the navigation API
|
1 year ago |
Andrew Kaster
|
a8091c009b
LibWeb: Add assorted AOs related to populating the navigation API's SHEs
|
1 year ago |
Shannon Booth
|
bd2fe3dcaa
LibWeb: Use FlyString in Document::get_elements_by_name
|
1 year ago |
Shannon Booth
|
636a85f04e
LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation
|
1 year ago |
Aliaksandr Kalenik
|
07928129dd
LibWeb: Wait until new document becomes active before running scripts
|
1 year ago |
Sam Atkins
|
a20951fbc0
LibWeb: Support making a document active after it has completely loaded
|
1 year ago |
Sam Atkins
|
40f7cab21e
LibWeb: Implement Document::populate_with_html_head_and_body()
|
1 year ago |
Andreas Kling
|
7c95ebc302
LibWeb: Make Document::page() return a Page&
|
1 year ago |
Andreas Kling
|
70193c0009
LibWeb: Let Document have a direct GCPtr to its containing Web::Page
|
1 year ago |
Aliaksandr Kalenik
|
41a3c19cfe
LibWeb: Make HTML::DecodedImageData to be GC-allocated
|
1 year ago |
Aliaksandr Kalenik
|
6ac43274b2
LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects
|
1 year ago |
Shannon Booth
|
83758d4cdd
LibWeb: Wrap PseudoElements stored in SimpleSelector in a class
|
1 year ago |
Shannon Booth
|
f976ec005c
LibWeb: Port DOM::Document from DeprecatedString
|
1 year ago |
Sam Atkins
|
2805e16c1c
LibWeb: Let NavigableContainers delay the document load event
|
1 year ago |
Sam Atkins
|
6c5450f9ce
LibWeb: Report if anything is delaying load event, not the count
|
1 year ago |
Sam Atkins
|
cc633123ca
LibWeb: Extract shared lazy-loading behavior into a base class
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Matthew Olsson
|
979b9b942b
LibWeb: Add Document's pending animation event queue
|
1 year ago |
Matthew Olsson
|
13ae2a4dab
LibWeb: Store all timelines associated with a document on the document
|
1 year ago |
Matthew Olsson
|
2fbb9649e3
LibWeb: Add a default DocumentTimeline object to DOM::Document
|
1 year ago |
Shannon Booth
|
b337b4370a
LibWeb: Port validate_and_extract from DeprecatedFlyString
|
1 year ago |
Andreas Kling
|
6b20a109c6
LibWeb: Pass DOM namespace strings as FlyString in more places
|
1 year ago |
Aliaksandr Kalenik
|
8ebb4e8047
LibWeb: Forbid sharing image requests across documents
|
1 year ago |