Historial de Commits

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