Andreas Kling
|
40f87f0954
LibWeb: Stop timers when finalizing a Window or WorkerGlobalScope
|
1 year ago |
Aliaksandr Kalenik
|
4969ad9d6b
LibWeb: Limit scroll position by overflow area in Window::scroll()
|
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
|
0178929387
LibWeb: Use Element::id() in Window::supported_property_names()
|
1 year ago |
Shannon Booth
|
48f39f0555
LibWeb: Port Window from ByteString
|
1 year ago |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 year ago |
Andrew Kaster
|
f68c67bf3f
LibWeb: Implement MessagePort.postMessage closer to the spec
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Andreas Kling
|
9793d69d4f
LibWeb: Make HTML::Window::page() return a Page&
|
1 year ago |
Andreas Kling
|
7c95ebc302
LibWeb: Make Document::page() return a Page&
|
1 year ago |
Andrew Kaster
|
ec11743fae
LibWeb: Use StructuredSerializeWithTransfer in window.postMessage()
|
1 year ago |
Reimar
|
4299fb604b
LibWeb: Add window.status property
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
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 |
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 |