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
/
Bindings
/
ImageConstructor.cpp
Age
Commit message (
Expand
)
Author
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Convert uses of cached_web_prototype to ensure_web_prototype
Timothy Flynn
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-01
LibWeb: Use prototype and constructor methods from new Intrinsics
Andrew Kaster
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-04-04
LibWeb: Use correct global object in legacy factories
Igor Pissolati
2022-04-04
LibWeb: Add spec comments to ImageConstructor::construct()
Igor Pissolati
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-18
LibJS: Convert to_u32() to ThrowCompletionOr
Idan Horowitz
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
LibWeb: Add legacy Image factory function
Luke