summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLAnchorElement.idl
AgeCommit message (Collapse)Author
2022-07-29LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixinSam Atkins
Also added FIXMEs for some missing methods while I was at it.
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2021-10-03LibWeb: Implement the HTMLHyperlinkElementUtils mixinAndreas Kling
This is used by HTMLAnchorElement and HTMLAreaElement to share functionality related to their href attribute.
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling