Aliaksandr Kalenik
|
dc19de58d0
LibWeb: Do not use JS::Handle for "scripts to execute" in DOM::Document
|
1 year ago |
Aliaksandr Kalenik
|
67c727177e
LibWeb: Clear all active timers when document is destroyed
|
1 year ago |
Aliaksandr Kalenik
|
699ead0939
LibWeb: Start fleshing out update document for history step application
|
1 year ago |
Andrew Kaster
|
dc0f7c4c54
LibWeb: Align NavigationParams and the creation AOs to the spec
|
1 year ago |
Shannon Booth
|
8ce9e51c97
LibWeb: Port Node interface from DeprecatedString to String
|
1 year ago |
Aliaksandr Kalenik
|
f01cbaf5fb
LibWeb: Remove unused `javascript:` url navigation methods in Document
|
1 year ago |
Aliaksandr Kalenik
|
cd75b1de3d
LibWeb: Delete discard() in Document and BrowsingContext
|
1 year ago |
Aliaksandr Kalenik
|
2fbb6ae520
LibWeb: Add did_stop_being_active_document_in_navigable()
|
1 year ago |
Aliaksandr Kalenik
|
e5302e0f56
LibWeb: Update Document::unload() to match latest spec
|
2 years ago |
Aliaksandr Kalenik
|
359d8a3dc2
LibWeb: Update Document::create_and_initialize() to match latest spec
|
2 years ago |
Shannon Booth
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
c3e6077cfc
LibWeb: Make Document::{visibility,read}_state return a StringView
|
1 year ago |
Shannon Booth
|
49eb3bfb1d
LibWeb: Make Document::run_the_document_write_steps take a StringView
|
1 year ago |
Shannon Booth
|
827170f6e6
LibWeb: Take a StringView in Document::get_elements_by_class_name
|
1 year ago |
Shannon Booth
|
ec39a5a41a
LibWeb: Const qualify Document::number_of_things_delaying_the_load_event
|
1 year ago |
Shannon Booth
|
e42bda5f19
LibWeb: Make Document::open functions take a StringView
|
1 year ago |
Shannon Booth
|
8ad05fff4a
LibWeb: Make Document::set_cookie take a StringView
|
1 year ago |
Andrew Kaster
|
03eae09619
LibWeb: Implement snapshotting source snapshot params per the spec
|
1 year ago |
Andrew Kaster
|
7ad45d9e71
LibWeb: Expose a getter for Document's unload_counter
|
1 year ago |
Andrew Kaster
|
5374fbfbcf
LibWeb: Make Document::determine_the_indicated_part public
|
1 year ago |
Aliaksandr Kalenik
|
5ff7448fee
LibWeb: Move viewport subscriptions from BrowsingContext to Document
|
1 year ago |
Andreas Kling
|
234a73e43e
LibWeb: Implement "document-tree child navigables"
|
2 years ago |
Andreas Kling
|
ae5313d33c
LibWeb: Add Document::viewport_rect()
|
1 year ago |
Aliaksandr Kalenik
|
01cc14714e
LibWeb: Implement getting "inclusive ancestor navigables" of a document
|
1 year ago |
Andreas Kling
|
e211f6c925
LibWeb: Implement getting "ancestor navigables" of a document
|
1 year ago |
Andreas Kling
|
25375bf1d5
LibWeb: Make Document::paintable() return a ViewportPaintable
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Sam Atkins
|
8bd3b74e3a
LibWeb: Implement and use "scroll to the fragment" algorithm
|
1 year ago |
Sam Atkins
|
be9c975b2e
LibWeb: Implement algorithms for determining an indicated element
|
1 year ago |
Sam Atkins
|
13b4bf48a8
LibWeb: Give Document a "target element"
|
1 year ago |