summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/FileAPI
AgeCommit message (Expand)Author
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/Linus Groh
2022-09-22LibWeb: Make FileAPI::Blob::create() buffer/type overload infallibleLinus Groh
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Blob and File GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-02LibWeb: Declare variable with the auto keywordKenneth Myhra
2022-08-02LibWeb: Make sure Blob type is not outside range 0x0020-0x007EKenneth Myhra
2022-08-02LibWeb: Move is_basic_latin() to Blob.{cpp,h}Kenneth Myhra
2022-07-30LibWeb: Handle endings member of options being "native"Kenneth Myhra
2022-07-30LibWeb: Implement "convert line endings to native" algorithmKenneth Myhra
2022-07-26LibWeb: Introduce the File interface from the FileAPI specKenneth Myhra
2022-07-26LibWeb: Add missing spec links to the Blob interfaceKenneth Myhra
2022-07-26LibWeb: Fix const issue on type() accessor for the Blob interfaceKenneth Myhra
2022-07-26LibWeb: Make process_blob_parts() publicly accessibleKenneth Myhra
2022-07-26LibWeb: Add public get accessor function for Blob's internal ByteBufferKenneth Myhra
2022-07-22LibWeb: Let get_buffer_source_copy() return ErrorOr instead of OptionalKenneth Myhra
2022-07-18LibWeb: Move extract_body() towards spec complianceKenneth Myhra
2022-07-17LibWeb: Add & use TRY_OR_RETURN_OOM macroLinus Groh
2022-07-17LibWeb: Avoid needless copies during Blob constructionLinus Groh
2022-07-17LibWeb: Add support for XHR response type BlobKenneth Myhra
2022-07-17LibWeb: Introduce BlobKenneth Myhra