Commits
User selector
Commit History
Commits on Sep 18, 2021
Use ObjectIdentifier for ResourceLoader
Show description for 555f181committed
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 Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig
Commits on Jan 20, 2021
Fix nullptr dereference introduced in r268228
Show description for 0ee16a3authored andcommitted
Commits on Nov 16, 2020
FileReaderLoader::convertToDataURL should use application/octet-stream if MIME type is empty
Show description for 9016063authored andcommitted
Commits on Oct 8, 2020
Implement Blob.stream
Show description for a37d972committed
Commits on Jun 13, 2020
Remove FileError.h
Show description for 822a7f2authored andcommitted
Commits on Sep 18, 2019
BlobRegistry no longer needs SessionIDs
Show description for 7d7409fcommitted
Commits on Aug 13, 2019
Blob registries should be keyed by session IDs
Show description for cdf4136committed
Commits on Dec 22, 2018
Use Ref<> as much as possible
Show description for d4c5ff5committed
Commits on Jul 9, 2018
Shrink various loading-related enums to shrink CachedResource
Show description for b733027committed
Commits on Feb 7, 2018
Remove WebCore/ForwardingHeaders directory
Show description for 60db38dcommitted
Commits on Jul 20, 2017
Drop legacy FileException type
Show description for 1015ccfcommitted
Commits on Feb 25, 2017
[Resource Timing] Gather timing information with reliable responseEnd time
Show description for 1cd3061committedUnreviewed, rolling out r212944.
Show description for 8e89588committed
Commits on Feb 24, 2017
[Resource Timing] Gather timing information with reliable responseEnd time
Show description for e3b9e7dcommitted
Commits on Aug 30, 2016
[Fetch API] Blob not found URL should result in a network error
Show description for 1e693b3authored andcommitted
Commits on Aug 2, 2016
[Fetch API] Add support to ReferrerPolicy
Show description for dcb07bdauthored andcommitted[Fetch API] Pass directly FetchRequest fetch options to ThreadableLoader
Show description for bcb2b48authored andcommitted
Commits on Aug 1, 2016
Reduce the number of ResourceRequest copies in DocumentThreadableLoader
Show description for b2ed2f7authored andcommitted
Commits on Jul 29, 2016
[Fetch API] Activate credentials mode
Show description for 552f8d9authored andcommitted
Commits on Jul 21, 2016
Remove crossOriginRequestPolicy from ThreadableLoaderOptions
Show description for f5e99f8authored andcommitted
Commits on Jul 16, 2016
Use emptyString() / nullAtom when possible
Show description for ef1c281committed
Commits on Jul 14, 2016
Use emptyString() instead of "" when possible
Show description for b6108ffcommitted
Commits on Apr 25, 2016
Drop [UsePointersEvenForNonNullableObjectArguments] from File API interfaces
Show description for 1d4f507committed
Commits on Apr 15, 2016
REGRESSION (r158956): Remove vestigial range code in FileReaderLoader class after removing ENABLE(STREAM)
Show description for 4b85fefcommitted
Commits on Mar 21, 2016
[JSC] Add ArrayBuffer::tryCreate and change the callsites where it is needed
Show description for fa3ed40committed
Commits on Feb 9, 2016
CSP connect-src directive should block redirects
Show description for d68f5fdcommitted
Commits on Sep 8, 2015
Reduce uses of PassRefPtr in fileapi
Show description for 3f3d3b1committed
Commits on Jul 4, 2015
Drop RefPtr::clear() method
Show description for 7002448committed
Commits on May 17, 2015
Crash when uploading huge files to YouTube or Google Drive
Show description for cbad555committed
Commits on Sep 3, 2014
Use StringBuilder append(char) and appendLiteral in more places
Show description for e23e980authored andcommitted
Commits on Jun 24, 2014
[Win] MSVC mishandles enums in bitfields
Show description for 890cc47committed