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
/
FileAPI
Age
Commit message (
Expand
)
Author
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-02
LibWeb: Declare variable with the auto keyword
Kenneth Myhra
2022-08-02
LibWeb: Make sure Blob type is not outside range 0x0020-0x007E
Kenneth Myhra
2022-08-02
LibWeb: Move is_basic_latin() to Blob.{cpp,h}
Kenneth Myhra
2022-07-30
LibWeb: Handle endings member of options being "native"
Kenneth Myhra
2022-07-30
LibWeb: Implement "convert line endings to native" algorithm
Kenneth Myhra
2022-07-26
LibWeb: Introduce the File interface from the FileAPI spec
Kenneth Myhra
2022-07-26
LibWeb: Add missing spec links to the Blob interface
Kenneth Myhra
2022-07-26
LibWeb: Fix const issue on type() accessor for the Blob interface
Kenneth Myhra
2022-07-26
LibWeb: Make process_blob_parts() publicly accessible
Kenneth Myhra
2022-07-26
LibWeb: Add public get accessor function for Blob's internal ByteBuffer
Kenneth Myhra
2022-07-22
LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional
Kenneth Myhra
2022-07-18
LibWeb: Move extract_body() towards spec compliance
Kenneth Myhra
2022-07-17
LibWeb: Add & use TRY_OR_RETURN_OOM macro
Linus Groh
2022-07-17
LibWeb: Avoid needless copies during Blob construction
Linus Groh
2022-07-17
LibWeb: Add support for XHR response type Blob
Kenneth Myhra
2022-07-17
LibWeb: Introduce Blob
Kenneth Myhra