Tim Ledbetter
|
fc1f037cd1
LibWeb: Implement the `window.opener` attribute
|
1 year ago |
Andreas Kling
|
b98a2be96b
LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM
|
1 year ago |
Timothy Flynn
|
090dbac5a3
Revert "LibWeb: Allow bypassing transient activation checks for tests"
|
1 year ago |
auipc
|
6a662e0d43
LibWeb: Add various window transformation methods
|
1 year ago |
Timothy Flynn
|
e52c30cbd5
LibWeb: Allow bypassing transient activation checks for tests
|
1 year ago |
Andrew Kaster
|
521ed0e911
LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject
|
1 year ago |
Andreas Kling
|
40f87f0954
LibWeb: Stop timers when finalizing a Window or WorkerGlobalScope
|
1 year ago |
Andreas Kling
|
de993be02f
LibWeb: Return child navigable target name set with FlyString keys
|
1 year ago |
Andreas Kling
|
41f56b0df9
LibWeb: Let supported_property_names() return Vector<FlyString>
|
1 year ago |
Andreas Kling
|
9793d69d4f
LibWeb: Make HTML::Window::page() return a Page&
|
1 year ago |
Reimar
|
4299fb604b
LibWeb: Add window.status property
|
1 year ago |
Shannon Booth
|
629f661e3b
LibWeb: Port supported property names from DeprecatedString to String
|
1 year ago |
Timothy Flynn
|
ffdc2d8add
LibWeb+LibWebView+WebContent: Add an Inspector IDL object to the Window
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Luke Wilde
|
fc42c75a0c
LibWeb: Make Window.postMessage closer to the spec
|
1 year ago |
Shannon Booth
|
b37aab1277
LibWeb: Port named_item_value from DeprecatedFlyString
|
1 year ago |
Andrew Kaster
|
5949e3c3e8
LibWeb: Implement named property access AOs on Window
|
1 year ago |
Andrew Kaster
|
247f12d7b0
LibWeb: Insert WindowProperties object into Window's prototype chain
|
1 year ago |
Andrew Kaster
|
64899dba44
LibWeb: Implement document-tree child navigable target name property set
|
1 year ago |
Aliaksandr Kalenik
|
6665f0db43
LibWeb: Delete unused `document_tree_child_browsing_context_count()`
|
1 year ago |
Aliaksandr Kalenik
|
089a23a1f2
LibWeb: Update `Window::length()` to use navigables
|
1 year ago |
Aliaksandr Kalenik
|
d45f2a4952
LibWeb: Update `Location::replace()` to use navigables
|
1 year ago |
Aliaksandr Kalenik
|
acff244335
LibWeb: Use `navigate()` instead of `did_set_location_href` in Location
|
1 year ago |
Aliaksandr Kalenik
|
083e4a3f30
LibWeb: Update `Location::reload()` to use navigables
|
1 year ago |
Andrew Kaster
|
7f043e3083
LibWeb: Add window.navigation property
|
1 year ago |
Aliaksandr Kalenik
|
5f21285337
LibWeb: Add `Window::navigable()`
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
9f6ceff7cf
LibWeb: Implement basic version of CSSOM View's VisualViewport
|
2 years ago |
Andreas Kling
|
ec24d7555a
LibWeb: Add a simple `internals` objects only available during testing
|
1 year ago |
Shannon Booth
|
a975fca42e
LibWeb: Implement size attribute of ByteLengthQueuingStrategy
|
2 years ago |