Historique des commits

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