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
/
Encoding
Age
Commit message (
Expand
)
Author
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
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from assorted classes
Andrew Kaster
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: Move IDLAbstractOperations from Bindings/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-09
LibWeb: Set prototype for both TextDecoder and AbortSignal
Luke Wilde
2022-09-06
LibWeb: Remove now-unused Bindings::Wrapper class
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::Wrappable class
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make TextDecoder GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make TextEncoder GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-07-22
LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional
Kenneth Myhra
2022-02-16
LibWeb: Implement a very basic version of TextDecoder
Ali Mohammad Pur
2022-02-08
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
davidot
2021-12-12
LibWeb: Implement TextEncoder.prototype.encoding
Linus Groh
2021-12-12
LibWeb: Implement TextEncoder.prototype.encode()
Linus Groh
2021-12-12
LibWeb: Add the TextEncoder interface
Linus Groh