Commit History

Author SHA1 Message Date
  Simon Wanner ea9857a423 LibWeb: Add the requestIdleCallback/cancelIdleCallback API 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
  Simon Wanner 7969161f07 LibWeb: Implement window.name 3 years ago
  Paul Wratt 83eb5ac8fd LibWeb: Add window.sessionStorage 3 years ago
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 years ago
  Linus Groh 8b4e5220aa LibWeb: Implement the [[CrossOriginPropertyDescriptorMap]] internal slot 3 years ago
  Timothy Flynn 18b9d02edd LibWeb: Implement setTimeout/setInterval with ESO according to the spec 3 years ago
  Alex M f0f2009170 LibWeb: Add origin property to window object 3 years ago
  Andreas Kling f855cbac92 LibWeb: Add simple ad-hoc version of window.postMessage() 3 years ago
  Andreas Kling 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 years ago
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object 3 years ago
  Timothy Flynn 85dc3a8099 LibWeb: Convert the Window object to ThrowCompletionOr 3 years ago
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 years ago
  Idan Horowitz 56e769e4ba LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER 3 years ago
  Andreas Kling 5c9ca5c2dc LibWeb: Stub out a basic Selection interface 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 635ab6db0b LibWeb: Expose the GlobalEventHandlers mixin on the Window object 3 years ago
  Linus Groh 51da5d03da LibWeb: Implement window.matchMedia() 3 years ago
  Andreas Kling 7691c7abcb LibWeb: Explicitly zero-initialize WindowObject::m_location_object 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
  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