Age | Commit message (Expand) | Author |
---|---|---|
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-06-19 | LibWeb: Add support for the <base> element changing the base URL | Luke Wilde |
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 |