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
2023-05-07
LibWeb: Implement IDL overload resolution steps to clamp argument counts
Timothy Flynn
2023-04-30
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
Matthew Olsson
2023-04-17
LibWeb: Properly reject abrupt completion in clean_up_on_return
Matthew Olsson
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-04-08
LibWeb: Add missing include to WebIDL::Promise
Timothy Flynn
2023-04-06
LibWeb/WebIDL: Add the `construct` abstract operation
Luke Wilde
2023-04-06
LibWeb/WebIDL: Move call_user_object_operation out of line
Luke Wilde
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-07
LibWeb: Propagate Realm instead of VM more through Fetch
Luke Wilde
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-06
LibJS+LibWeb: Add a bunch of missing includes
Matthew Olsson
2023-03-03
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
Linus Groh
2023-03-01
LibWeb: Store all members of WebIDL::ExceptionOr<T> in a single Variant
Timothy Flynn
2023-02-27
LibWeb: Visit CallbackType's stored EnvironmentSettingsObject reference
Luke Wilde
2023-02-18
LibWeb: Add a method to ExceptionOr to drop error handling
Kenneth Myhra
2023-02-16
LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSE
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-02-13
LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapability
networkException
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-08
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert NativeFunction::create() to NonnullGCPtr
Linus Groh
2022-12-06
LibWeb: Ignore -Wshadow in TRY_OR_RETURN_OOM()
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-30
LibWeb: Fix WebIDL overload resolution with platform object arguments
Andreas Kling
2022-11-23
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
Andreas Kling
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