提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 2eaa528a0e LibJS: Rip out the AST interpreter :^) 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Andreas Kling 34344120f2 AK: Make "foo"_string infallible 1 年之前
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 年之前
  Kenneth Myhra e905f25911 LibWeb: Port Worker to new String 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Andrew Kaster 14e1513077 LibWeb: Remove the workaround "Worker Window" from Workers 2 年之前
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
  Andrew Kaster c61a4f35dc LibWeb: Move Web prototypes and constructors to new Intrinsics object 2 年之前
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
  Linus Groh 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 年之前
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro 2 年之前
  Linus Groh 6055b0e850 LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro 2 年之前
  Andreas Kling e97cc671ea LibWeb: Give web workers a (totally hacky) Window object 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Andreas Kling 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap 2 年之前
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 年之前
  Andreas Kling 602f927982 LibWeb: Start implementing "create and initialize a Document" from HTML 2 年之前
  Ben Abraham ae346cff6b LibWeb: Add partially functioning Worker API 3 年之前