Kenneth Myhra
|
31f345fcb0
LibWeb: Add DeserializationMemory parameter to deserialization_steps()
|
1 year ago |
Kenneth Myhra
|
4669c1ba31
LibWeb: Add SerializationMemory parameter to serialization_steps()
|
1 year ago |
Kenneth Myhra
|
0b64a71603
LibWeb: Make File a Serializable object
|
1 year ago |
Kenneth Myhra
|
394c38729f
LibWeb: Make Blob a Serializable object
|
1 year ago |
Shannon Booth
|
04c094343f
LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Shannon Booth
|
3a6339f3dd
LibWeb: Mark Blob::get_stream as public
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Shannon Booth
|
501b698385
LibWeb: Implement Web::FileAPI::Blob::array_buffer to spec
|
2 years ago |
Shannon Booth
|
bd26d022ac
LibWeb: Implement FileAPI::Blob::stream()
|
2 years ago |
Shannon Booth
|
9f39be6e23
LibWeb: Implement FileAPI::Blob::get_stream()
|
2 years ago |
Kenneth Myhra
|
9a5a8d617d
LibWeb: Port IDL implementations Blob and File to new String
|
2 years ago |
Kenneth Myhra
|
15917146d3
LibWeb: Make factory method of FileAPI::Blob fallible
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andrew Kaster
|
4878a18ee7
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
|
2 years ago |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
c7c6d7d9e1
LibWeb: Make FileAPI::Blob::create() buffer/type overload infallible
|
2 years ago |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 years ago |
Andreas Kling
|
647ac1bdba
LibWeb: Make Blob and File GC-allocated
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 years ago |
Kenneth Myhra
|
73aec263b1
LibWeb: Move is_basic_latin() to Blob.{cpp,h}
|
2 years ago |
Kenneth Myhra
|
bbd9490683
LibWeb: Handle endings member of options being "native"
|
2 years ago |
Kenneth Myhra
|
516ea4d758
LibWeb: Implement "convert line endings to native" algorithm
|
2 years ago |
Kenneth Myhra
|
890514a057
LibWeb: Introduce the File interface from the FileAPI spec
|
2 years ago |
Kenneth Myhra
|
df91dbfbb6
LibWeb: Add missing spec links to the Blob interface
|
2 years ago |
Kenneth Myhra
|
6305ef197f
LibWeb: Fix const issue on type() accessor for the Blob interface
|
2 years ago |