Andrew Kaster
|
a8091c009b
LibWeb: Add assorted AOs related to populating the navigation API's SHEs
|
1 year ago |
Aliaksandr Kalenik
|
7c2713c14f
LibWeb: Move set_needs_display() from layout node to paintable
|
1 year ago |
Shannon Booth
|
bd2fe3dcaa
LibWeb: Use FlyString in Document::get_elements_by_name
|
1 year ago |
Shannon Booth
|
0695236408
LibWeb: Use cached element name and id where possible
|
1 year ago |
Shannon Booth
|
41f84deb9f
LibWeb: Port Element::name to a cached FlyString
|
1 year ago |
Shannon Booth
|
636a85f04e
LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation
|
1 year ago |
Andreas Kling
|
f0722671c3
LibWeb: Cache the viewport rect across all of style computation
|
1 year ago |
Andreas Kling
|
302752d092
LibWeb: Ignore layout/paint invalidations in subtree under display:none
|
1 year ago |
Aliaksandr Kalenik
|
07928129dd
LibWeb: Wait until new document becomes active before running scripts
|
1 year ago |
MacDue
|
daecf741d4
LibWeb: Ensure DocumentObserver document_completely_loaded() is called
|
1 year ago |
Sam Atkins
|
a20951fbc0
LibWeb: Support making a document active after it has completely loaded
|
1 year ago |
Sam Atkins
|
ad8ccd4c52
LibWeb: Update spec comment for Document::create_and_initialize()
|
1 year ago |
Sam Atkins
|
40f7cab21e
LibWeb: Implement Document::populate_with_html_head_and_body()
|
1 year ago |
Shannon Booth
|
562e0d710c
LibWeb: Port ProcessingInstruction from ByteString
|
1 year ago |
Andreas Kling
|
fe04d83ef5
LibWeb: Process all pending lazy loading intersection observations
|
1 year ago |
Aliaksandr Kalenik
|
cfcec5e18e
LibWeb: Scroll to the top after navigating to a new document
|
1 year ago |
Aliaksandr Kalenik
|
41b065dec9
LibWeb: Do not crash for empty fragment in determine_the_indicated_part
|
1 year ago |
Aliaksandr Kalenik
|
c5d91dce8b
LibWeb: Scroll to the "start" in Document::scroll_to_fragment()
|
1 year ago |
Aliaksandr Kalenik
|
f6f80a1a72
LibWeb: Scroll to "nearest" instead of "start" in set_focused_element()
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
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 |
Andreas Kling
|
8730e56f62
LibWeb: Fix uninitialized value in find_a_potential_indicated_element()
|
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
|
0cb0d60ac5
LibWeb: Make BrowsingContextGroup & TraversableNavigable return a Page&
|
1 year ago |
Shannon Booth
|
88f8ea7c60
LibWeb: Make BrowsingContex::page() return a Page&
|
1 year ago |
Shannon Booth
|
f976ec005c
LibWeb: Port DOM::Document from DeprecatedString
|
1 year ago |
Shannon Booth
|
a8f5ebeddd
LibWeb: Port DOM::Node from DeprecatedString
|
1 year ago |