Timothy Flynn
|
c2939d58c7
LibWeb: Convert uses of cached_web_prototype to ensure_web_prototype
|
2 gadi atpakaļ |
Linus Groh
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
2 gadi atpakaļ |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 gadi atpakaļ |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 gadi atpakaļ |
Andrew Kaster
|
f1367e0e4c
LibWeb: Use prototype and constructor methods from new Intrinsics
|
2 gadi atpakaļ |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 gadi atpakaļ |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 gadi atpakaļ |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 gadi atpakaļ |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 gadi atpakaļ |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 gadi atpakaļ |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 gadi atpakaļ |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 gadi atpakaļ |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 gadi atpakaļ |
Igor Pissolati
|
5560d8a25d
LibWeb: Use correct global object in legacy factories
|
3 gadi atpakaļ |
Igor Pissolati
|
6c78e19616
LibWeb: Add spec comments to ImageConstructor::construct()
|
3 gadi atpakaļ |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 gadi atpakaļ |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 gadi atpakaļ |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 gadi atpakaļ |
Idan Horowitz
|
cc94bba5c0
LibJS: Convert to_u32() to ThrowCompletionOr
|
3 gadi atpakaļ |
Andreas Kling
|
90cdeebfb3
LibWeb: Rename DOM::Window::document() => associated_document()
|
3 gadi atpakaļ |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 gadi atpakaļ |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 gadi atpakaļ |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 gadi atpakaļ |
Luke
|
31f7296934
LibWeb: Add legacy Image factory function
|
4 gadi atpakaļ |