summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/ShadowRoot.idl
AgeCommit message (Expand)Author
2023-02-02LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of StringKarol Kosek
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-07-30LibWeb: Resolve circular IDL importsMacDue
2022-07-29LibWeb: Extract the InnerHTML IDL mixinSam Atkins
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2021-09-14LibWeb: Make the innerHTML setter spec compliantLuke Wilde
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling