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 |
Andrew Kaster
|
18fc3a1e26
LibWeb: Update window.open to match the current spec steps
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 year ago |
Idan Horowitz
|
20734ac335
LibWeb: Support [de]serialization for {Map, Set, Object, Array} objects
|
1 year ago |
Luke Wilde
|
fc42c75a0c
LibWeb: Make Window.postMessage closer to the spec
|
1 year ago |
Aliaksandr Kalenik
|
44f7d7406c
LibWeb: Use struct to pass Navigable::navigate() params
|
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
|
6736a76915
LibWeb: Update `Window::name()` to use navigables
|
1 year ago |
Aliaksandr Kalenik
|
5d12dea4c9
LibWeb: Update `Window::set_name()` to use navigables
|
1 year ago |
Aliaksandr Kalenik
|
c95215f829
LibWeb: Update `Window::focus()` to use navigables
|
1 year ago |
Aliaksandr Kalenik
|
e54071ce89
LibWeb: Update `Window::parent()` to use navigables
|
1 year ago |
Aliaksandr Kalenik
|
8d82dc3a9f
LibWeb: Update `Window::top()` to use navigables
|
1 year ago |
Aliaksandr Kalenik
|
0e0936e1ce
LibWeb: Update `Window::frame_element()` to use navigables
|
1 year ago |
Aliaksandr Kalenik
|
6942bdcfce
LibWeb: Update top_level_browsing_context() to use navigables
|
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
|
3634749d98
LibWeb: Update `Window::open_impl()` 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 |
Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 year ago |
Andreas Kling
|
da8692572a
LibWeb: Support media queries with the `resolution` feature
|
1 year ago |
Andrew Kaster
|
7f043e3083
LibWeb: Add window.navigation property
|
1 year ago |