Commits
User selector
Commit History
Commits on Sep 20, 2021
Stop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
Commits on Aug 24, 2021
Non-unified build fixes, late August 2021
Show description for 989ff51committed
Commits on Aug 14, 2021
Add Cross-Origin-Embedder-Policy support for Blob URLs
Show description for a8487ffcommitted
Commits on Aug 11, 2021
Non-unified build fixes, mid August 2021 edition
Show description for ce6ead9committedAdd 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 Jul 13, 2021
Revoking Blob URL after calling XMLHttpRequest::open() causes the XHR to fail
Show description for 3780174committed
Commits on Jun 16, 2021
FileReader.readAsArrayBuffer misses checking for the type of blob param
Show description for 414da67committed
Commits on Jun 10, 2021
Fix some inefficient uses of SharedBuffer
Show description for 044109ecommitted
Commits on Jun 5, 2021
FileSystem::readFromFile() should return data as `void*`
Show description for e711459committedUse Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
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 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 27, 2021
Leverage the new Vector(const T*, size_t) constructor
Show description for d3e3088committed
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig
Commits on May 15, 2021
Drop FileSystem::fileMetadata() / fileMetadataFollowingSymlinks()
Show description for 72d1917committed
Commits on May 14, 2021
Drop "get" prefix from WTF::FileSystem's getFileModificationTime() / getFileCreationTime()
Show description for c47a536committedRename FileSystem::pathGetFileName() to FileSystem::pathFileName()
Show description for 3cab8bccommitted
Commits on May 13, 2021
Rename FileSystem::fileIsDirectory(path, followSymlinks) to isDirectory(path) / isDirectoryFollowingSymlinks(path)
Show description for b737296committed
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 Apr 18, 2021
Blob URLs should use for their owner origin for CSP checks
Show description for a13091fcommitted
Commits on Mar 23, 2021
[WebIDL] Remove the need to specify [MayThrowException]
Show description for c9d973bcommitted
Sam Weinig
Commits on Mar 11, 2021
Use CallOnMainThreadAndWait() instead of CallAndMainThread() + BinarySemaphore
Show description for 9c9753bcommitted
Commits on Mar 10, 2021
Make RTCDataChannel use a ScriptExecutionContext instead of a Document
Show description for 208bbdacommitted
Commits on Mar 4, 2021
Handle the case of synchronous failure in loading blob.
Show description for 757c3cccommittedFileReader::enqueueTask should validate that its context is not stopped before executing the task
Show description for 6eed35fcommitted
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 Nov 16, 2020
FileReaderLoader::convertToDataURL should use application/octet-stream if MIME type is empty
Show description for 9016063authored andcommitted
Ignore deprecation warnings for the uniform types C API
Show description for 01ffc4ccommitted
Commits on Oct 19, 2020
Replace execStateFrom*() functions with globalObject() overloads
Show description for 4762d6ecommitted