Luke Wilde
|
678dd2d180
LibWeb: Expose the location object via Document.location
|
3 years ago |
Linus Groh
|
7991077284
LibWeb: Implement window.event as a [Replaceable] property
|
3 years ago |
Luke Wilde
|
1927600852
LibWeb: Add the History object and stub pushState and replaceState
|
3 years ago |
Timothy Flynn
|
c59b97043e
LibWeb: Use ErrorType::NotAnObjectOfType instead of NotA
|
3 years ago |
Sam Atkins
|
57371f7608
LibWeb: Implement Window.scroll() and Window.scrollBy() JS methods
|
3 years ago |
Sam Atkins
|
9588a377ec
LibWeb: Implement Window.scroll{X,Y} JS properties
|
3 years ago |
Andreas Kling
|
d69133e4ac
LibWeb: Stub out a dummy window.getComputedStyle()
|
3 years ago |
Andreas Kling
|
90cdeebfb3
LibWeb: Rename DOM::Window::document() => associated_document()
|
3 years ago |
Andreas Kling
|
84fcf879f9
LibWeb: Rename BrowsingContext::document() => active_document()
|
3 years ago |
davidot
|
e22539bdd9
LibWeb: Fix that non-member calls to window gave the wrong this_value
|
4 years ago |
Idan Horowitz
|
53f70e5208
LibJS: Remove the default length & attributes from define_native_*
|
4 years ago |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 years ago |
Idan Horowitz
|
c830de4983
LibWeb: Replace usage of native properties with accessors in Window
|
4 years ago |
Linus Groh
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 years ago |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 years ago |
Idan Horowitz
|
670be04c81
LibJS: Add the Set built-in object
|
4 years ago |
Luke
|
2ad25aa8f8
LibWeb: Return null in Window.{top,parent} if browsing context is null
|
4 years ago |
Andreas Kling
|
4190fd2199
LibWeb: Rename Web::Frame to Web::BrowsingContext
|
4 years ago |
Ali Mohammad Pur
|
a2af04837e
LibWeb: Implement a very basic WebAssembly JS API
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Luke
|
9ec4defdd2
LibWeb: Add Window.parent and fix Window.top attributes
|
4 years ago |
Andreas Kling
|
2f9321a0d4
LibWeb: Implement window.top
|
4 years ago |
Luke
|
4fa59baafe
LibWeb: Remove document_setter from Window.document
|
4 years ago |
Linus Groh
|
340e1f4b28
LibWeb: Implement the Screen interface
|
4 years ago |
Andreas Kling
|
d792200a55
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
|
4 years ago |
Andreas Kling
|
906cccbf7f
LibWeb: Add Window.innerWidth and Window.innerHeight
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Linus Groh
|
5e07c27e25
LibWeb: Implement Window.prompt()
|
4 years ago |
Andreas Kling
|
9de1253f44
LibWeb: Remove a whole bunch of unnecessary #includes
|
4 years ago |
Andreas Kling
|
c68148efc5
LibWeb: Remove Range constructor/prototype caches from WindowObject
|
4 years ago |