index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
WebIDL
Age
Commit message (
Expand
)
Author
2022-10-31
LibWeb: Mark `WebIDL::ExceptionOr<T>` as `[[nodiscard]]`
Linus Groh
2022-10-09
LibWeb: Add Exposed attribute and IDL spec links where missing
Andrew Kaster
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-27
LibWeb: Add WebIDL::ExceptionOr constructor for wrapped ValueType
Linus Groh
2022-09-27
LibWeb: Support plain (throw) JS::Completion in WebIDL::ExceptionOr
Linus Groh
2022-09-27
LibWeb: Implement most WebIDL promise operations
Linus Groh
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Replace 'heycam.github.io' links with 'webidl.spec.whatwg.org'
Linus Groh
2022-09-24
LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move CallbackType from Bindings/ to WebIDL/
Linus Groh