Commits
User selector
Commit History
Commits on Aug 14, 2021
Add Cross-Origin-Embedder-Policy support for Blob URLs
Show description for a8487ffcommitted
Commits on Aug 11, 2021
Add Cross-Origin-Opener-Policy support for Blob URLs
Show description for 9536d86committed
Commits on Aug 10, 2021
Blob URL changes after loading it
Show description for 941412fcommitted
Commits on Aug 2, 2021
imported/w3c/web-platform-tests/webmessaging/broadcastchannel/blobs.html is a flaky failure since implementing BlobChannel
Show description for ad5c5c0committed
Commits on Jun 10, 2021
Fix some inefficient uses of SharedBuffer
Show description for 044109ecommitted
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 27, 2021
Leverage the new Vector(const T*, size_t) constructor
Show description for d3e3088committed
Commits on Apr 27, 2021
charset in contentType used in Blob.prototype.slice(start, end, contentType) is lost
Show description for 0a3312dauthored andcommitted
Commits on Mar 4, 2021
Handle the case of synchronous failure in loading blob.
Show description for 757c3cccommitted
Commits on Jan 20, 2021
Fix nullptr dereference introduced in r268228
Show description for 0ee16a3authored andcommitted
Commits on Jan 9, 2021
BlobLoader lifetime cleanup.
Show description for b7521a1committed
Commits on Jan 7, 2021
Null check global object in Blob::stream
Show description for 8d9eff0authored andcommitted
Commits on Oct 19, 2020
Replace execStateFrom*() functions with globalObject() overloads
Show description for 4762d6ecommitted
Commits on Oct 8, 2020
Implement Blob.stream
Show description for a37d972committed
Commits on Aug 26, 2020
REGRESSION (r265908): Crash under Blob::arrayBuffer() / Blob::text() in stress GC
Show description for 6c68ec8committed
Commits on Aug 19, 2020
Blob is missing text() & arrayBuffer() operations
Show description for 1e0d92dcommitted
Commits on Apr 9, 2020
Add using WTF::isInBounds to CheckedArithmetic.h
Show description for 4619950committed
Commits on Sep 18, 2019
BlobRegistry no longer needs SessionIDs
Show description for 7d7409fcommittedCacheStorageProvider::createCacheStorageConnection() does not need to take in a SessionID
Show description for e7b1a9fcommitted
Commits on Aug 14, 2019
ThreadableBlobRegistry::blobSize should take a SessionID as parameter
Show description for 7b858bccommitted
Commits on Aug 13, 2019
Blob registries should be keyed by session IDs
Show description for cdf4136committed
Commits on Aug 12, 2019
Make Blob::m_size an Optional
Show description for 789eee7committed
Commits on Aug 10, 2019
Blob should store its session ID
Show description for c7451facommitted
Commits on Aug 9, 2019
Pass a ScriptExecutionContext as input to register/unregister URLRegistry routines
Show description for 53540a3committed
Commits on Apr 4, 2019
[WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
Show description for 359c45dcommitted
Commits on Oct 4, 2017
Use blob URL when pasting RTFD instead of overriding DocumentLoader
Show description for ce9ace4committed
Commits on Sep 12, 2017
Gtk build fix for "Finish off the FormData implementation" - https://bugs.webkit.org/show_bug.cgi?id=176659
Show description for 3375f53committed
Sam Weinig
Commits on Sep 10, 2017
Finish off the FormData implementation
Show description for 381b5f8committed
Sam Weinig
Commits on Dec 1, 2016
[WebIDL] Remove custom bindings for File and Blob constructors
Show description for 7a3d6bdcommitted
Sam Weinig
Commits on Nov 9, 2016
Use Blob URL instead of webkit-fake-url when pasting an image
Show description for 58238d4committed
Commits on Sep 21, 2016
[media-source] Fix imported/w3c/web-platform-tests/media-source/URL-createObjectURL-null.html
Show description for 5b2be58committed
Commits on Jul 1, 2016
Blob content type not preserved when retrieving blobs from IndexedDB.
Show description for 1737bc9committed
Commits on Apr 14, 2016
Modern IDB (Blob support): Support retrieving Blobs from IDB.
Show description for 80ac2b5committed