Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-09 | LibWeb: Add Exposed attribute and IDL spec links where missing | Andrew Kaster | |
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-07-30 | LibWeb: Resolve circular IDL imports | MacDue | |
These circular imports led to the generator silently failing to generate the required methods/properties. | |||
2022-07-29 | LibWeb: Extract the ChildNode IDL mixin | Sam Atkins | |
2022-07-11 | LibWeb: Implement CharacterData.{append,insert,delete}Data | Luke Wilde | |
2022-03-21 | LibWeb: Add CharacterData.replaceData(offset, count, data) | Andreas Kling | |
Note that we don't queue mutation records or update live ranges yet, I've left those as FIXMEs. | |||
2022-03-21 | LibWeb: Add CharacterData.substringData(offset, count) | Andreas Kling | |
2022-02-16 | LibWeb: Add imports to all IDL files that depend on others | Ali Mohammad Pur | |
2022-01-31 | LibWeb: Implement ChildNode.replaceWith | Luke Wilde | |
2022-01-31 | LibWeb: Implement ChildNode.after | Luke Wilde | |
2022-01-31 | LibWeb: Implement ChildNode.before | Luke Wilde | |
2021-09-29 | LibWeb: Implement ChildNode.remove | Luke Wilde | |
2021-09-06 | LibWeb: Add [LegacyNullToEmptyString] to CharacterData.data | Luke Wilde | |
See https://dom.spec.whatwg.org/#characterdata | |||
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |