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
/
WebAssembly
Age
Commit message (
Expand
)
Author
2023-04-14
LibJS: Port Value::to_object() to NonnullGCPtr
Linus Groh
2023-03-29
LibWeb+LibWasm: Implement and use the "reset the Memory buffer" steps
Ali Mohammad Pur
2023-03-16
LibWeb: Remove remaining WebAssemblyObject data to the namespace file
Timothy Flynn
2023-03-16
LibWeb: Port the WebAssembly namespace to IDL
Timothy Flynn
2023-03-16
LibWeb: Port WebAssembly.Table to IDL
Timothy Flynn
2023-03-16
LibWeb: Port WebAssembly.Memory to IDL
Timothy Flynn
2023-03-16
LibWeb: Port WebAssembly.Instance to IDL
Timothy Flynn
2023-03-16
LibWeb: Port WebAssembly.Module to IDL
Timothy Flynn
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-02-26
LibWeb: Implement the js-api portion of Wasm multi-value
Ali Mohammad Pur
2023-02-26
LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result
Ali Mohammad Pur
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
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-09
LibJS+LibWeb: Convert string view PrimitiveString instances to String
Timothy Flynn
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-01-29
AK: Move memory streams from `LibCore`
Tim Schumacher
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-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-25
LibWasm: Port the parser to `Core::Stream`
Tim Schumacher
2023-01-13
LibJS+Everywhere: Return strings by value from PrimitiveString
Timothy Flynn
2023-01-10
LibWeb: Generate dedicated methods to create Web constructors/prototypes
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
LibWeb: Add support for accessing exported wasm table instances
Ali Mohammad Pur
2022-11-23
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
Andreas Kling
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from WebAssembly classes
Andrew Kaster
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-26
LibCrypto+LibJS: Remove the create_from methods from BigInteger
davidot
2022-08-23
LibWeb: Don't grow Wasm memory again after initialisation
Ali Mohammad Pur
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with VM in WebAssembly AOs [Part 1/4]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
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::this_value()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
[next]