Aliaksandr Kalenik
|
6942bdcfce
LibWeb: Update top_level_browsing_context() to use navigables
|
1 year ago |
Aliaksandr Kalenik
|
fda420875d
LibWeb: Delete BrowsingContext::set_active_document()
|
1 year ago |
Aliaksandr Kalenik
|
4532584b3a
LibWeb: Remove unused BrowsingContext::create_a_new_browsing_context()
|
1 year ago |
Aliaksandr Kalenik
|
6665f0db43
LibWeb: Delete unused `document_tree_child_browsing_context_count()`
|
1 year ago |
Aliaksandr Kalenik
|
7daa462ef8
LibWeb: Remove BrowsingContext::create_a_new_top_level_browsing_context
|
1 year ago |
Aliaksandr Kalenik
|
3171abe92a
LibWeb: Call Document::set_window() from Document::make_active()
|
1 year ago |
Aliaksandr Kalenik
|
24b3e315a0
LibWeb: Remove unused navigation methods in BrowsingContext
|
1 year ago |
Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 year ago |
Aliaksandr Kalenik
|
ce9af96f78
LibWeb: Use document from DocumentState in navigation
|
2 years ago |
Aliaksandr Kalenik
|
ee50d9b2b5
LibWeb: Update Page to use navigables
|
1 year 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 |
Sam Atkins
|
4897643ffb
LibWeb: Allow non-HTMLInputElements to have did_edit_text_node() called
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Andrew Kaster
|
5f0fb84379
LibWeb: Stub out determine_the_creation_sandboxing_flags
|
1 year ago |
Andrew Kaster
|
a565021147
LibWeb: De-duplicate definition of url_matches_about_blank
|
1 year ago |
Andrew Kaster
|
d97b09693e
LibWeb: Convert SandboxingFlagSet into a enum class
|
1 year ago |
Andrew Kaster
|
d3a8ee6e4b
LibWeb: Remove unused SessionHistoryEntry::serialized_state
|
1 year ago |
Aliaksandr Kalenik
|
5ff7448fee
LibWeb: Move viewport subscriptions from BrowsingContext to Document
|
1 year ago |
Aliaksandr Kalenik
|
b2b99aba95
LibWeb: Use `Core::Timer` for cursor blink timer in `BrowsingContext`
|
1 year ago |
Shannon Booth
|
9d60f23abc
AK: Port URL::m_fragment from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
55a01e72ca
AK: Port URL username/password from DeprecatedString to String
|
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 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 year ago |
Lucas CHOLLET
|
a5edc9cdfc
Userland: Prefer `_short_string` over `String::from_utf8_short_string`
|
1 year ago |
Shannon Booth
|
8751be09f9
AK: Serialize URL hosts with 'concept-host-serializer'
|
1 year ago |
Andreas Kling
|
8f927eaa68
LibWeb: Add HTMLDocument class
|
2 years ago |
Luke Wilde
|
bd62fe9c33
LibWeb: Set method, headers and Content-Length in BC navigation
|
2 years ago |
Hendiadyoin1
|
eeb15fc10b
LibWeb: Stop lying about string types
|
2 years ago |