summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/WebIDL
AgeCommit message (Expand)Author
2022-10-31LibWeb: Mark `WebIDL::ExceptionOr<T>` as `[[nodiscard]]`Linus Groh
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-10-02LibJS: Make PromiseCapability GC-allocatedLinus Groh
2022-10-02LibJS: Move PromiseCapability into its own cpp/h fileLinus Groh
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
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