Commit History

Author SHA1 Message Date
  Linus Groh 22a627fc1a LibWeb: Move Origin into the HTML namespace 3 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  Luke Wilde 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 years ago
  ReimarPB 235e977e3a LibWeb: Add window.clientInformation property 3 years ago
  Igor Pissolati a387b822a0 LibWeb: Add basic constructor/prototype to exotic objects 3 years ago
  Simon Wanner ea9857a423 LibWeb: Add the requestIdleCallback/cancelIdleCallback API 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
  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 fc5e414596 LibWeb: Reorganize window.parent so it looks a bit more like the spec 3 years ago
  Andreas Kling 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 years ago
  Luke Wilde 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec 3 years ago
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object 3 years ago
  Sam Atkins c388a879d7 AK+Userland: Make AK::decode_base64 return ErrorOr 3 years ago
  Linus Groh 038d354b5d LibJS: Remove Object::value_of() 3 years ago
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
  Timothy Flynn 95e492de59 LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr 3 years ago
  Timothy Flynn 85dc3a8099 LibWeb: Convert the Window object to ThrowCompletionOr 3 years ago
  Ben Wiederhake cb868cfa41 AK+Everywhere: Make Base64 decoding fallible 3 years ago
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 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
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr 3 years ago
  Idan Horowitz 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr 3 years ago
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr 3 years ago
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 years ago