Sam Atkins
|
4bdb7dba8c
LibWeb: Add and use a helper to reject a promise with an exception
|
há 1 ano atrás |
Timothy Flynn
|
54d1f4e234
LibJS: Stop propagating small OOM errors from the Error object
|
há 1 ano atrás |
Aliaksandr Kalenik
|
bdd3a16b16
LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated
|
há 1 ano atrás |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
há 1 ano atrás |
Timothy Flynn
|
f57310999d
LibWeb: Update workarounds for the empty execution context stack
|
há 2 anos atrás |
0GreenClover0
|
b4c6cddd96
LibWeb: Handle invalid UTF-8 in Fetch's Body#text()
|
há 2 anos atrás |
Sam Atkins
|
9c2d496dbe
LibWeb: Make `processBodyError` take an optional exception
|
há 2 anos atrás |
Linus Groh
|
1c165b67ef
LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions
|
há 2 anos atrás |
Luke Wilde
|
ccdb1bcc4e
LibWeb/Fetch: Implement Body's "fully read" function from the spec
|
há 2 anos atrás |
Luke Wilde
|
9acc542059
LibWeb: Propagate Realm instead of VM more through Fetch
|
há 2 anos atrás |
Linus Groh
|
ad4b4046f4
LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()
|
há 2 anos atrás |
Linus Groh
|
2d7ce38ee2
LibWeb/MimeSniff: Port MimeType to new String
|
há 2 anos atrás |
Linus Groh
|
11023a3c53
LibWeb/Fetch: Port infrastructure to new String
|
há 2 anos atrás |
Linus Groh
|
7f9ddcf420
LibWeb/Fetch: Port JS interfaces to new String
|
há 2 anos atrás |
Kenneth Myhra
|
9a5a8d617d
LibWeb: Port IDL implementations Blob and File to new String
|
há 2 anos atrás |
Kenneth Myhra
|
15917146d3
LibWeb: Make factory method of FileAPI::Blob fallible
|
há 2 anos atrás |
Timothy Flynn
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
há 2 anos atrás |
Timothy Flynn
|
34574c5ee8
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
|
há 2 anos atrás |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
há 2 anos atrás |
Timothy Flynn
|
d8044c5358
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
|
há 2 anos atrás |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
há 2 anos atrás |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
há 2 anos atrás |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
há 2 anos atrás |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
há 2 anos atrás |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
há 2 anos atrás |
Linus Groh
|
c2326ec95a
LibJS: Move PromiseCapability into its own cpp/h file
|
há 2 anos atrás |
Andrew Kaster
|
56b381aac0
LibWeb: Cleanup unecessary uses and includes of HTML::Window
|
há 2 anos atrás |
Andrew Kaster
|
4878a18ee7
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
|
há 2 anos atrás |
Linus Groh
|
5ad6283331
LibWeb: Implement '5.3. Body mixin' from the Fetch API :^)
|
há 2 anos atrás |