Sam Atkins
|
4bdb7dba8c
LibWeb: Add and use a helper to reject a promise with an exception
|
1 年之前 |
Kenneth Myhra
|
cd0302426f
LibWeb: Move serialization of serializable object's interface name
|
1 年之前 |
Kenneth Myhra
|
394c38729f
LibWeb: Make Blob a Serializable object
|
1 年之前 |
Kenneth Myhra
|
000ea9d73b
LibWeb: Avoid crashing because of empty incumbent settings object stack
|
1 年之前 |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 年之前 |
Shannon Booth
|
04c094343f
LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Shannon Booth
|
2b46e6f664
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
|
1 年之前 |
Timothy Flynn
|
f57310999d
LibWeb: Update workarounds for the empty execution context stack
|
2 年之前 |
Shannon Booth
|
ef391de635
LibWeb: Implement Web::FileAPI::Blob::text to spec
|
2 年之前 |
Shannon Booth
|
501b698385
LibWeb: Implement Web::FileAPI::Blob::array_buffer to spec
|
2 年之前 |
Shannon Booth
|
bd26d022ac
LibWeb: Implement FileAPI::Blob::stream()
|
2 年之前 |
Shannon Booth
|
9f39be6e23
LibWeb: Implement FileAPI::Blob::get_stream()
|
2 年之前 |
Shannon Booth
|
7f6a49c085
LibWeb: Ensure that contentType in Blob::slice is basic latin
|
2 年之前 |
Linus Groh
|
f65cbeef5c
LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case}
|
2 年之前 |
Kenneth Myhra
|
9a5a8d617d
LibWeb: Port IDL implementations Blob and File to new String
|
2 年之前 |
Kenneth Myhra
|
15917146d3
LibWeb: Make factory method of FileAPI::Blob fallible
|
2 年之前 |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 年之前 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年之前 |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 年之前 |
Timothy Flynn
|
d8044c5358
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
|
2 年之前 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
a4d85cd522
LibJS: Convert Promise::create() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
947ea92bf6
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Andrew Kaster
|
4878a18ee7
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
|
2 年之前 |