Andrew Kaster
|
d97b09693e
LibWeb: Convert SandboxingFlagSet into a enum class
|
1 年之前 |
Andrew Kaster
|
d3a8ee6e4b
LibWeb: Remove unused SessionHistoryEntry::serialized_state
|
1 年之前 |
Aliaksandr Kalenik
|
5ff7448fee
LibWeb: Move viewport subscriptions from BrowsingContext to Document
|
1 年之前 |
Aliaksandr Kalenik
|
b2b99aba95
LibWeb: Use `Core::Timer` for cursor blink timer in `BrowsingContext`
|
1 年之前 |
Shannon Booth
|
9d60f23abc
AK: Port URL::m_fragment from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
55a01e72ca
AK: Port URL username/password from DeprecatedString to String
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Sam Atkins
|
8bd3b74e3a
LibWeb: Implement and use "scroll to the fragment" algorithm
|
1 年之前 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 年之前 |
Lucas CHOLLET
|
a5edc9cdfc
Userland: Prefer `_short_string` over `String::from_utf8_short_string`
|
1 年之前 |
Shannon Booth
|
8751be09f9
AK: Serialize URL hosts with 'concept-host-serializer'
|
1 年之前 |
Andreas Kling
|
8f927eaa68
LibWeb: Add HTMLDocument class
|
2 年之前 |
Luke Wilde
|
bd62fe9c33
LibWeb: Set method, headers and Content-Length in BC navigation
|
2 年之前 |
Hendiadyoin1
|
eeb15fc10b
LibWeb: Stop lying about string types
|
2 年之前 |
stelar7
|
266d4a3553
LibWeb: Implement step 7 of `choose_a_browsing_context`
|
2 年之前 |
Andreas Kling
|
33500bb6db
LibWeb: Protect against null deref during Web::Page initialization
|
2 年之前 |
Andreas Kling
|
fdbdc4d5ff
LibWeb: Only forward scroll requests for the top-level browsing context
|
2 年之前 |
Andreas Kling
|
58d3322b0e
LibWeb: Don't tell UI process about subframe title changes
|
2 年之前 |
Andreas Kling
|
e30709fca9
LibWeb: Don't throw away the layout tree on viewport resize
|
2 年之前 |
Andreas Kling
|
6ae208dbf6
LibWeb: Broadcast the viewport rect to clients immediately after layout
|
2 年之前 |
Aliaksandr Kalenik
|
3b00636288
LibWeb: Implement "create a new browsing context and document"
|
2 年之前 |
Andreas Kling
|
6871fbce9f
LibWeb: Implement the "top-level traversable" of a browsing context
|
2 年之前 |
Andreas Kling
|
65467021e2
LibWeb: Add updated version of "determine the origin" AO from HTML spec
|
2 年之前 |
Aliaksandr Kalenik
|
9f691b7fe4
LibWeb: Convert navigationId from DeprecatedString to String
|
2 年之前 |
Linus Groh
|
4ee72420e8
LibWeb/HTML: Store NonnullGCPtr in browsing context set
|
2 年之前 |
Andreas Kling
|
d8ccc2d54e
LibWeb: Rename BrowsingContextContainer => NavigableContainer
|
2 年之前 |
Andreas Kling
|
3b0e5a87db
LibWeb: Make SessionHistoryEntry GC-allocated
|
2 年之前 |
MacDue
|
35612c6a7f
AK+Everywhere: Change URL::path() to serialize_path()
|
2 年之前 |
Kenneth Myhra
|
cbefab21be
LibWeb: Port fire_a_page_transition_event() to new FlyString
|
2 年之前 |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 年之前 |