Aliaksandr Kalenik
|
c3e2a40b76
LibWeb: Early return from update_layout() if document is not active
|
1 年之前 |
Aliaksandr Kalenik
|
80a06fa672
LibWeb: Use relevant_global_object in lookup_custom_element_definition
|
1 年之前 |
Aliaksandr Kalenik
|
3171abe92a
LibWeb: Call Document::set_window() from Document::make_active()
|
1 年之前 |
Aliaksandr Kalenik
|
c0c542d495
LibWeb: Update `shared_declarative_refresh_steps()" to use navigables
|
1 年之前 |
Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 年之前 |
Aliaksandr Kalenik
|
4a6ac18cd4
LibWeb: Call did_finish_load when page readiness changes to complete
|
2 年之前 |
Aliaksandr Kalenik
|
537bf4c917
LibWeb: Update Document::is_fully_active() to match latest spec
|
2 年之前 |
Aliaksandr Kalenik
|
bd119b92f1
LibWeb: Update Document::is_active() for navigables
|
1 年之前 |
Aliaksandr Kalenik
|
e5302e0f56
LibWeb: Update Document::unload() to match latest spec
|
2 年之前 |
Aliaksandr Kalenik
|
359d8a3dc2
LibWeb: Update Document::create_and_initialize() to match latest spec
|
2 年之前 |
Aliaksandr Kalenik
|
2c3bb26551
LibWeb: Update the document "abort" algorithm for navigables
|
2 年之前 |
Aliaksandr Kalenik
|
ee50d9b2b5
LibWeb: Update Page to use navigables
|
1 年之前 |
Andreas Kling
|
f91b34ef2e
LibWeb: Update "obtain a BC to use for a navigation response"
|
2 年之前 |
Andreas Kling
|
35ff38aaea
LibWeb: Visit Document::m_visual_viewport
|
1 年之前 |
Shannon Booth
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
c3e6077cfc
LibWeb: Make Document::{visibility,read}_state return a StringView
|
1 年之前 |
Shannon Booth
|
49eb3bfb1d
LibWeb: Make Document::run_the_document_write_steps take a StringView
|
1 年之前 |
Shannon Booth
|
827170f6e6
LibWeb: Take a StringView in Document::get_elements_by_class_name
|
1 年之前 |
Shannon Booth
|
e42bda5f19
LibWeb: Make Document::open functions take a StringView
|
1 年之前 |
Shannon Booth
|
8ad05fff4a
LibWeb: Make Document::set_cookie take a StringView
|
1 年之前 |
Aliaksandr Kalenik
|
7eee3f6952
LibWeb: Add `mutable_computed_values()` for `NodeWithStyle`
|
1 年之前 |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
bcb6851c07
LibWeb: Port Text interface from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
cc1e4c5cb3
LibWeb: Port Comment interface from DeprecatedString to String
|
1 年之前 |
Jonatan Klemets
|
acd46b5974
LibWeb: Fix int parsing in Document::shared_declarative_refresh_steps
|
1 年之前 |
Aliaksandr Kalenik
|
a482166087
LibWeb: Bring html element height calculation closer to the spec
|
1 年之前 |
Andrew Kaster
|
d97b09693e
LibWeb: Convert SandboxingFlagSet into a enum class
|
1 年之前 |
Andreas Kling
|
b3a885755c
LibWeb: Detach the paint tree in Document::tear_down_the_layout_tree()
|
1 年之前 |
Andrew Kaster
|
03eae09619
LibWeb: Implement snapshotting source snapshot params per the spec
|
1 年之前 |
Sam Atkins
|
84a5c67d6b
LibWeb: Use system colors in more places
|
1 年之前 |