Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector il y a 2 ans
  Ali Mohammad Pur 8a36d8826f LibWeb: Implement the js-api portion of Wasm multi-value il y a 2 ans
  Ali Mohammad Pur 6b50f23242 LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result il y a 2 ans
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String il y a 2 ans
  Tim Schumacher 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` il y a 2 ans
  Tim Schumacher 093cf428a3 AK: Move memory streams from `LibCore` il y a 2 ans
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() il y a 2 ans
  Tim Schumacher 982ebbc304 LibWasm: Port the parser to `Core::Stream` il y a 2 ans
  Timothy Flynn 7bd8fd000f LibWeb: Generate dedicated methods to create Web constructors/prototypes il y a 2 ans
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun il y a 2 ans
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Ali Mohammad Pur af511a64cd LibWeb: Add support for accessing exported wasm table instances il y a 2 ans
  Andrew Kaster d0efc7734a LibWeb: Remove unecessary dependence on Window from WebAssembly classes il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger il y a 2 ans
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() il y a 2 ans
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions il y a 2 ans
  Linus Groh 5f1fe4b012 LibWeb: Replace GlobalObject with VM in WebAssembly AOs [Part 1/4] il y a 2 ans
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] il y a 2 ans
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 2 ans
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions il y a 2 ans
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors il y a 2 ans