Age | Commit message (Expand) | Author |
---|---|---|
2022-11-03 | LibXML+LibWeb: Store the XML document's original source | Timothy Flynn |
2022-10-31 | LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s | Linus Groh |
2022-10-05 | LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h | Linus Groh |
2022-10-05 | LibWeb: Move unsafe_shared_current_time() to HighResolutionTime | Linus Groh |
2022-10-01 | LibWeb: Remove unecessary dependence on Window from assorted classes | Andrew Kaster |
2022-09-24 | LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists | Andreas Kling |
2022-09-21 | LibWeb: Save begin/end timestamps for load and DOMContentLoaded events | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Make DOM::Event and all its subclasses GC-allocated | Andreas Kling |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-28 | LibWeb: Load X(HT)ML documents and transform them into HTML DOM | Ali Mohammad Pur |