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-12-14
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
Linus Groh
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-10-04
LibWeb: Add FileList from the FileAPI spec
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
Linus Groh
2022-09-22
LibWeb: Make FileAPI::Blob::create() buffer/type overload infallible
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Blob and File GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
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