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
/
Fetch
/
Body.cpp
Age
Commit message (
Expand
)
Author
2023-05-25
LibWeb: Handle invalid UTF-8 in Fetch's Body#text()
0GreenClover0
2023-05-15
LibWeb: Make `processBodyError` take an optional exception
Sam Atkins
2023-04-14
LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions
Linus Groh
2023-03-07
LibWeb/Fetch: Implement Body's "fully read" function from the spec
Luke Wilde
2023-03-07
LibWeb: Propagate Realm instead of VM more through Fetch
Luke Wilde
2023-03-03
LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()
Linus Groh
2023-03-03
LibWeb/MimeSniff: Port MimeType to new String
Linus Groh
2023-03-03
LibWeb/Fetch: Port infrastructure to new String
Linus Groh
2023-03-03
LibWeb/Fetch: Port JS interfaces to new String
Linus Groh
2023-02-26
LibWeb: Port IDL implementations Blob and File to new String
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of FileAPI::Blob fallible
Kenneth Myhra
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-01-22
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
Timothy Flynn
2023-01-08
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
Timothy Flynn
2023-01-08
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
Timothy Flynn
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-23
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
Andreas Kling
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
Andrew Kaster
2022-09-27
LibWeb: Implement '5.3. Body mixin' from the Fetch API :^)
Linus Groh