summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/ShadowRoot.h
AgeCommit message (Expand)Author
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-07-12LibWeb: Traverse shadow-including subtree when adopting DOM nodesAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-13LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)Andreas Kling
2022-02-05LibWeb: Compute element style in Layout::TreeBuilderAndreas Kling
2021-09-14LibWeb: Make the innerHTML setter spec compliantLuke Wilde
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-10LibWeb: Generate layout nodes for shadow subtreesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling