Linus Groh
37972e9f0c
LibWeb: Implement most WebIDL promise operations
2022-09-27 14:56:17 +01:00
Linus Groh
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
2022-09-25 19:13:31 +01:00
Linus Groh
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
...
This is a concept fully defined in the Web IDL spec and doesn't belong
in the DOM directory/namespace - not even DOMException, despite the name
:^)
2022-09-25 19:13:31 +01:00
Linus Groh
2b2ccb3815
LibWeb: Replace 'heycam.github.io' links with 'webidl.spec.whatwg.org'
2022-09-24 19:32:09 +01:00
Linus Groh
86f68eb3c3
LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/
2022-09-24 19:31:39 +01:00
Linus Groh
6480faacb6
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
2022-09-24 19:31:39 +01:00
Linus Groh
4f73851afc
LibWeb: Move CallbackType from Bindings/ to WebIDL/
...
Let's stop putting generic types and AOs from the Web IDL spec into
the Bindings namespace and directory in LibWeb, and instead follow our
usual naming rules of 'directory = namespace = spec name'. The IDL
namespace is already used by LibIDL, so Web::WebIDL seems like a good
choice.
2022-09-24 19:31:39 +01:00