Commit History

Author SHA1 Message Date
  Linus Groh 9f4ac38f08 LibWeb: Add basic support for script string argument to setTimeout() 3 years ago
  Linus Groh 1d45541278 LibJS: Convert Object::set() to ThrowCompletionOr 3 years ago
  Linus Groh b7e5f08e56 LibJS: Convert Object::get() to ThrowCompletionOr 3 years ago
  Linus Groh ba6e4c7ae1 LibJS+LibWeb: Use Object::set_prototype() in more places 3 years ago
  Idan Horowitz 2c6c9b73c8 LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues 3 years ago
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr 3 years ago
  Andreas Kling 63d971d33b LibWeb: Support window.screen{X,Y,Left,Top} 3 years ago
  Andreas Kling 7410736b0f LibWeb: Support window.devicePixelRatio 3 years ago
  Luke Wilde e0e41116a4 LibWeb: Make WindowObject's prototype immutable 3 years ago
  Andreas Kling a248ec63e3 LibWeb: Implement window.queueMicrotask(callback) 3 years ago
  Andreas Kling 2c0987c93b LibWeb: Move window.scroll{X,Y} from wrapper into DOM::Window 3 years ago
  Linus Groh 1a7136b37a LibWeb: Return undefined from event handler setters, not an empty value 3 years ago
  Andreas Kling 635ab6db0b LibWeb: Expose the GlobalEventHandlers mixin on the Window object 3 years ago
  Linus Groh 51da5d03da LibWeb: Implement window.matchMedia() 3 years ago
  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