提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Ali Mohammad Pur 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2 年之前
  Andreas Kling 3811be2f7c LibWeb: Make module maps GC-allocated 2 年之前
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Luke Wilde 7e701f6256 LibWeb: Keep unhandledrejection event promises alive when task is queued 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Idan Horowitz efe94d9040 LibWeb: Support parsing a URL relative to environment settings object 2 年之前
  Idan Horowitz f69c135796 LibWeb: Implement the 'Entry Realm/{settings,global} object' concepts 2 年之前
  Linus Groh 8db64a8704 LibWeb: Implement 'Is non-secure context' AO 2 年之前
  Linus Groh 4baf0a4486 LibWeb: Implement 'Is secure context' AO 2 年之前
  networkException 9afea1248f LibWeb: Add disallow further import maps steps to ESO 2 年之前
  Linus Groh 93405b4aff LibWeb: Add virtual destructor to Environment 2 年之前
  Linus Groh 4817b7c623 LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObject 2 年之前
  Andreas Kling 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated 2 年之前
  Andreas Kling 18a5c56f14 LibWeb: Don't store JS::Handle<JS::Promise> in EnvironmentSettingsObject 2 年之前
  networkException 992311c0ee LibWeb: Implement ModuleMap and expose it on EnvironmentSettingsObject 2 年之前
  networkException cfa0c9bf9f LibWeb: Implement module type allowed 2 年之前
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 年之前
  Andrew Kaster c61a4f35dc LibWeb: Move Web prototypes and constructors to new Intrinsics object 2 年之前
  Andreas Kling 62fed2a31d LibWeb: Add `id` field to Environment 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前
  Linus Groh 52543fc771 LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]] 2 年之前
  Andreas Kling 2a7924f96c LibWeb: Bring browsing context creation closer to spec 2 年之前
  Andreas Kling 602f927982 LibWeb: Start implementing "create and initialize a Document" from HTML 2 年之前
  Linus Groh 22a627fc1a LibWeb: Move Origin into the HTML namespace 3 年之前
  Linus Groh 7bdbac7fd9 LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject 3 年之前
  Linus Groh 11d0e37d8e LibWeb: Implement the 'Relevant realm/{settings,global} object' concepts 3 年之前
  Linus Groh db983b469d LibWeb: Implement the 'Current {settings,global} object' concepts 3 年之前
  Luke Wilde f71f404e0c LibWeb: Introduce the Environment Settings Object 3 年之前