Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& il y a 4 ans
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() il y a 5 ans
  Andreas Kling 685e006e27 LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^) il y a 5 ans
  Matthew Olsson bda39ef7ab LibJS: Explicitly pass a "Function& new_target" to Function::construct il y a 5 ans
  Andreas Kling 42870a9494 LibWeb: Add some missing wrapper calls to base class initialize() il y a 5 ans
  Andreas Kling 03da70c7d0 LibWeb: Split JS wrapper constructors into construct/initialize il y a 5 ans
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction il y a 5 ans
  Andreas Kling affc479e83 LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object() il y a 5 ans
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions il y a 5 ans
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties il y a 5 ans
  Linus Groh 602a36970f LibWeb: Add XMLHttpRequest.readyState and constants il y a 5 ans
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object il y a 5 ans
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor il y a 5 ans
  Andreas Kling 4036f15728 LibWeb: Support relative URL's in XMLHttpRequest il y a 5 ans
  Andreas Kling 4ffac713b9 LibWeb: Add XMLHttpRequest object :^) il y a 5 ans