Age | Commit message (Expand) | Author |
---|---|---|
2022-10-24 | LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObject | Linus Groh |
2022-10-01 | LibWeb: Move Web prototypes and constructors to new Intrinsics object | Andrew Kaster |
2022-09-06 | LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GC | Andreas Kling |
2022-09-06 | LibWeb: Don't have Handle<Realm> in WindowEnvironmentSettingsObject | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-08-05 | LibWeb: Start implementing "create and initialize a Document" from HTML | Andreas Kling |
2022-03-08 | LibWeb: Move Window from DOM directory & namespace to HTML | Linus Groh |
2022-02-08 | LibWeb: Introduce the Environment Settings Object | Luke Wilde |