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
d6a5ddd3c0
LibWeb: Extract the ChildNode IDL mixin
2022-07-29 17:15:49 +01:00
Luke Wilde
ee719870c8
LibWeb: Implement CharacterData.{append,insert,delete}Data
2022-07-11 22:35:08 +02:00
Andreas Kling
24e25fe3d0
LibWeb: Add CharacterData.replaceData(offset, count, data)
...
Note that we don't queue mutation records or update live ranges yet,
I've left those as FIXMEs.
2022-03-21 18:05:20 +01:00
Andreas Kling
e50c7de1b2
LibWeb: Add CharacterData.substringData(offset, count)
2022-03-21 17:20:42 +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
7431f6073b
LibWeb: Implement ChildNode.replaceWith
2022-01-31 15:25:36 +01:00
Luke Wilde
5a5e3a6ec3
LibWeb: Implement ChildNode.after
2022-01-31 15:25:36 +01:00
Luke Wilde
1bbe40c5af
LibWeb: Implement ChildNode.before
2022-01-31 15:25:36 +01:00
Luke Wilde
7bdf0be667
LibWeb: Implement ChildNode.remove
2021-09-29 17:56:13 +02:00
Luke Wilde
67c73ddd59
LibWeb: Add [LegacyNullToEmptyString] to CharacterData.data
...
See https://dom.spec.whatwg.org/#characterdata
2021-09-06 02:18:53 +02:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00