summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/ShadowRoot.cpp
AgeCommit message (Expand)Author
2023-02-02LibWeb: Allow to set a root mode value when constructing a ShadowRootKarol Kosek
2023-02-02LibWeb: Actually initialize ShadowRoot bindingsKarol Kosek
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-03LibWeb: Fully implement the fragment serializing algorithmTimothy Flynn
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-22LibWeb: Convert ShadowRoot to use TRY for error propagationLinus Groh
2022-03-16LibWeb: Make Element::set_shadow_root() disconnect any previous rootAndreas Kling
2022-02-05LibWeb: Compute element style in Layout::TreeBuilderAndreas Kling
2021-10-06LibWeb: Clean up static function in headerBen Wiederhake
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Make CSS layout lazierAndreas Kling
2021-09-14LibWeb: Make the innerHTML setter spec compliantLuke Wilde
2021-09-02LibWeb: Make Node::root return a referenceLuke Wilde
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
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