Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 03da70c7d0 LibWeb: Split JS wrapper constructors into construct/initialize před 5 roky
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& před 5 roky
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction před 5 roky
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors před 5 roky
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h před 5 roky
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) před 5 roky
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions před 5 roky
  Linus Groh b962728c4e LibWeb: Enforce set{Interval,Timeout}() min interval of 0 před 5 roky
  Linus Groh c769784406 LibWeb: Allow setInterval() with no interval před 5 roky
  Linus Groh e3e9749d88 LibWeb: Let various functions throw if not enough arguments před 5 roky
  Linus Groh 2d503b20da LibWeb: Embrace Interpreter::{argument_count(), argument(index)} před 5 roky
  Andreas Kling 1ec4db04cd LibWeb: Add a simple window.location object with some getters :^) před 5 roky
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. před 5 roky
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) před 5 roky
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() před 5 roky
  Linus Groh 99be27b4a1 LibJS: Add "name" property to functions před 5 roky
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties před 5 roky
  Nick Tiberi d12f27b58e LibWeb: support confirm() with no arguments před 5 roky
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object před 5 roky
  Nick Tiberi 1f6578ee0a LibWeb: Implement JS confirm() před 5 roky
  Linus Groh 9eb9b46640 LibWeb: Support alert() with no arguments před 5 roky
  Linus Groh 62d0fa5af8 LibWeb: Use specific error classes when throwing exceptions před 5 roky
  Andreas Kling 4ffac713b9 LibWeb: Add XMLHttpRequest object :^) před 5 roky
  Andreas Kling b3c62d0bc8 LibWeb: Expose the global object as "window" před 5 roky
  Andreas Kling bdffc9e7fb LibJS: Support array holes, encoded as empty JS::Value před 5 roky
  Andreas Kling 6e5c9970bf LibWeb: Allow window.setTimeout() with no interval před 5 roky
  Andreas Kling ca90f88d4e LibWeb: Add window.setTimeout() před 5 roky
  Linus Groh cd3e2690eb LibJS: Set length property in Object::put_native_function() před 5 roky
  Andreas Kling a2b0cc8f08 LibWeb: Add "navigator" object and expose navigator.userAgent před 5 roky
  Andreas Kling a27884e4be LibWeb: Remove debug spam in WindowObject před 5 roky