Aliaksandr Kalenik
8ce8697a66
LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot
...
Co-authored-by: Simon Wanner <simon+git@skyrising.xyz>
2024-03-09 16:13:32 +01:00
Timothy Flynn
54b5a431a3
LibWeb: Implement element slot-related attributes and settings
...
This implements the element's slot attribute itself, and setting the
slot assignment on the element's shadow root.
2023-09-13 13:45:47 +02:00
Shannon Booth
6789a2dd8e
LibWeb: Port ShadowRoot interface from DeprecatedString to String
2023-09-06 11:44:45 -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
Karol Kosek
9a7f786262
LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of String
2023-02-02 14:43:29 +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
MacDue
d4b2eb22e1
LibWeb: Resolve circular IDL imports
...
These circular imports led to the generator silently failing to
generate the required methods/properties.
2022-07-30 13:20:47 +02:00
Sam Atkins
200e111af0
LibWeb: Extract the InnerHTML IDL mixin
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
Luke Wilde
8e0f3436a2
LibWeb: Make the innerHTML setter spec compliant
...
This adds innerHTML to ShadowRoot in the process.
2021-09-14 02:09:18 +02:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00