Age | Commit message (Expand) | Author |
---|---|---|
2021-04-06 | LibWeb: Make the node mutation algorithms more spec compliant | Luke |
2021-04-06 | LibWeb: Make the node mutation event functions spec compliant | Luke |
2021-03-30 | LibWeb: Get the first DOM node with a 'title' attribute for tooltip area | Timothy Flynn |
2021-03-06 | LibWeb: Add a couple child node operations to Node and add node types | Luke |
2021-02-10 | LibWeb: Add DOM::Node::parent_or_shadow_host() | Andreas Kling |
2021-01-28 | LibWeb: Add simple implementation of Node.removeChild() | Andreas Kling |
2021-01-28 | LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714... | Andreas Kling |
2021-01-28 | Kernel+Userland: Remove unused "effective priority" from threads | Andreas Kling |
2021-01-18 | LibWeb: Make the Window object "inherit" from EventTarget :^) | Andreas Kling |
2021-01-17 | LibWeb: Add fast_is<T>() for some DOM and layout node subclasses | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |