summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl
AgeCommit message (Expand)Author
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-03-24LibWeb: Implement getSVGDocument() for BrowsingContextContainerIdan Horowitz
2022-03-24LibWeb: Expose contentDocument on HTMLObjectElementIdan Horowitz
2022-03-23LibWeb: Implement HTMLObjectElement's data URL according to the specTimothy Flynn
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling