summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/WebIDL
AgeCommit message (Expand)Author
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-09-27LibWeb: Add WebIDL::ExceptionOr constructor for wrapped ValueTypeLinus Groh
2022-09-27LibWeb: Support plain (throw) JS::Completion in WebIDL::ExceptionOrLinus Groh
2022-09-27LibWeb: Implement most WebIDL promise operationsLinus Groh
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-24LibWeb: Replace 'heycam.github.io' links with 'webidl.spec.whatwg.org'Linus Groh
2022-09-24LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh