提交历史

作者 SHA1 备注 提交日期
  Linus Groh 22a627fc1a LibWeb: Move Origin into the HTML namespace 3 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Luke Wilde 3fe66bddf4 LibWeb: Implement WindowEventHandlers 3 年之前
  ReimarPB 235e977e3a LibWeb: Add window.clientInformation property 3 年之前
  Igor Pissolati a387b822a0 LibWeb: Add basic constructor/prototype to exotic objects 3 年之前
  Simon Wanner ea9857a423 LibWeb: Add the requestIdleCallback/cancelIdleCallback API 3 年之前
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
  Simon Wanner 7969161f07 LibWeb: Implement window.name 3 年之前
  Paul Wratt 83eb5ac8fd LibWeb: Add window.sessionStorage 3 年之前
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 年之前
  Timothy Flynn 18b9d02edd LibWeb: Implement setTimeout/setInterval with ESO according to the spec 3 年之前
  Alex M f0f2009170 LibWeb: Add origin property to window object 3 年之前
  Andreas Kling f855cbac92 LibWeb: Add simple ad-hoc version of window.postMessage() 3 年之前
  Andreas Kling fc5e414596 LibWeb: Reorganize window.parent so it looks a bit more like the spec 3 年之前
  Andreas Kling 47979996e8 LibWeb: Add Storage interface and window.localStorage 3 年之前
  Luke Wilde 5aacec65ab LibWeb: Rewrite EventTarget to more closely match the spec 3 年之前
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object 3 年之前
  Sam Atkins c388a879d7 AK+Userland: Make AK::decode_base64 return ErrorOr 3 年之前
  Linus Groh 038d354b5d LibJS: Remove Object::value_of() 3 年之前
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 年之前
  Timothy Flynn 95e492de59 LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr 3 年之前
  Timothy Flynn 85dc3a8099 LibWeb: Convert the Window object to ThrowCompletionOr 3 年之前
  Ben Wiederhake cb868cfa41 AK+Everywhere: Make Base64 decoding fallible 3 年之前
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 年之前
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 年之前
  Idan Horowitz 56e769e4ba LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER 3 年之前
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr 3 年之前
  Idan Horowitz 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr 3 年之前
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr 3 年之前
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 年之前