Shannon Booth
e5910a4593
LibWeb: Port HTMLAnchorElement interface from DeprecatedString to String
2023-09-05 20:36:09 -04:00
Shannon Booth
d4a890080d
LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
...
NewAKString is effectively the default for any new IDL interface, so
let's mark this as the default behavior. It also makes it much easier to
figure out whatever interfaces are still left to port over to new AK
String.
2023-09-02 19:23:41 +01:00
Sam Atkins
88d64fcb55
LibWeb: Add HTMLAnchorElement.referrerPolicy property
2023-03-31 11:36:41 +01:00
Sam Atkins
0c19d3aa58
LibWeb: Add HTMLAnchorElement.text getter and setter
...
And a FIXME for the missing `referrerPolicy` property.
2023-03-31 11:36:41 +01:00
Sam Atkins
888efe367e
LibWeb: Add "CEReactions" to HTMLAnchorElement IDL as in spec
2023-03-31 11:36:41 +01:00
Srikavin Ramkumar
5c8be3b072
LibWeb: Add missing constructors to HTMLElement IDLs
2023-03-23 13:37:40 +01:00
Andrew Kaster
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
...
The intent is to use these to autogenerate prototype declarations for
Window and WorkerGlobalScope classes.
And the spec links are just nice to have :^)
2022-10-09 10:14:57 +02:00
Sam Atkins
8d2d315858
LibWeb: Extract the HTMLHyperlinkElementUtils IDL mixin
...
Also added FIXMEs for some missing methods while I was at it.
2022-07-29 17:15:49 +01:00
Ali Mohammad Pur
a59800b4a0
LibWeb: Add imports to all IDL files that depend on others
2022-02-16 22:48:32 +03:30
Andreas Kling
a7a3f41f67
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
...
This is used by HTMLAnchorElement and HTMLAreaElement to share
functionality related to their href attribute.
2021-10-03 21:31:46 +02:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00