Sign in
chromium
/
chromium
/
src
/
0cf16c3154ce408d9cb0f6b83119655cad5e83c3
/
storage
fa0f251
BUILD.gn and DEPS changes for WebKit/common -> WebKit/public/{mojom,common} migration
by Kinuko Yasuda
· 7 years ago
197f46e5
Quota: Increase temporary storage pool on Chrome OS
by Joshua Bell
· 7 years ago
1e5b570
Quota: Refine "should/must remain available" thresholds
by Joshua Bell
· 8 years ago
70f80af
[Blobs] Grow files when creating a blob from stream.
by Marijn Kruisselbrink
· 8 years ago
34ae394
[Blobs] Handle length_hint when creating a blob from stream.
by Marijn Kruisselbrink
· 8 years ago
e1d1a13
[Blobs] Clarify comment for AddFinalReleaseCallback.
by Marijn Kruisselbrink
· 8 years ago
0c56d07
Move WebKit/common/{loader,message_port,net,page,quota} mojom to public/mojom
by Kinuko Yasuda
· 8 years ago
4d3f5a67
[Blobs] Add minimal MemoryDumpProvider integration.
by Marijn Kruisselbrink
· 8 years ago
fc610a2
Add myself to a couple of blobs OWNERS files.
by Marijn Kruisselbrink
· 8 years ago
498e166
Teach DatabaseIdentifiers about url::Origin
by Joshua Bell
· 8 years ago
bfa8838
[Blobs] Add API to create a Blob from streaming data.
by Marijn Kruisselbrink
· 8 years ago
cb95a659
Improve blocked cookie deletion
by Christian Dullweber
· 8 years ago
f2080902
Migrate OpenFileCallback parameter to OnceCallback
by tzik
· 8 years ago
7472b70
Migrate quota system to OnceCallback
by tzik
· 8 years ago
341e1fb
Allow base::DoNothing() to handle any argument list.
by Peter Kasting
· 8 years ago
be0d19a
Convert QuotaManagerProxy to use url::Origin instead of GURL
by Joshua Bell
· 8 years ago
9508bf4e
Quota: Reduce "should/must remain available" thresholds
by Joshua Bell
· 8 years ago
8f29c433
Rewrite base::Bind to base::BindOnce with base_bind_rewriters in //storage.
by Marijn Kruisselbrink
· 8 years ago
9b568e65
Make sure kFile BlobDataItems have a expected_modification_time.
by Marijn Kruisselbrink
· 8 years ago
8c0ebdef
Convert QuotaClient API to BindOnce/OnceCallback
by Joshua Bell
· 8 years ago
e96c5b4
Refactor TaskRunnerBoundObserverList
by tzik
· 8 years ago
6f03105
Move WebKit/common/blob mojom files to WebKit/public/mojom
by Kinuko Yasuda
· 8 years ago
53a7cbb
Convert QuotaClient interface to use url::Origin instead of GURL
by Joshua Bell
· 8 years ago
ae9280809
FileWriterDelegate: Don't flush while async write in progress
by Joshua Bell
· 8 years ago
d47239c
Use OnceCallback in storage::ScopedFile and ShareableFileReference.
by Marijn Kruisselbrink
· 8 years ago
fd9b552
Revert "[BlobStorage] Adding size configurations to perftests"
by Ned Nguyen
· 8 years ago
a904c45
Change BlobMemoryController callback types to OnceCallback.
by Marijn Kruisselbrink
· 8 years ago
383640f5
Add missing #includes (IWYU).
by Peter Kasting
· 8 years ago
54311e6
services/network/public/{interfaces => mojom}
by Ken Rockot
· 8 years ago
ae8b488c
Make sure to call methods on correct threads in blob browser test.
by Marijn Kruisselbrink
· 8 years ago
1131391
[BlobStorage] Adding size configurations to perftests
by Daniel Murphy
· 8 years ago
cc1d3a90
Make net::UploadElementsReader API use net::CompletionOnceCallbacks.
by Matt Menke
· 8 years ago
64b2dfef
Change mojo API to get from blob URL to URLLoader.
by Marijn Kruisselbrink
· 8 years ago
b7591fb
Failure in reading Blob URL should result in network error.
by Marijn Kruisselbrink
· 8 years ago
23267b8
Make services/network/public/cpp:cpp target a component.
by Lei Zhang
· 8 years ago
3bbbdf9
Move content/network to services/network.
by John Abd-El-Malek
· 8 years ago
3044c7ef
Add method to Blob mojo interface to create a URLLoader.
by Marijn Kruisselbrink
· 8 years ago
c19b21b6
Work more on getting things built with -Wimplicit-fallthrough.
by Nico Weber
· 8 years ago
4a49a5d
Work more on getting things built with -Wimplicit-fallthrough.
by Nico Weber
· 8 years ago
d465a90d
Better deal with invalid blob URLs in future mojo code path.
by Marijn Kruisselbrink
· 8 years ago
8f1b1a7
Refactor ChromeSecurityExploitBrowserTest to also work with mojo blob URLs.
by Marijn Kruisselbrink
· 8 years ago
5ed1942e
Remove no longer used DataElement::Type values.
by Marijn Kruisselbrink
· 8 years ago
5e06947b
Stop using network::DataElement in BlobDataItem.
by Marijn Kruisselbrink
· 8 years ago
a23805b
Merge BlobFlattener and BlobSlice into BlobDataBuilder.
by Marijn Kruisselbrink
· 8 years ago
4a83eec0
Change how ownership of BlobDataBuilder works.
by Marijn Kruisselbrink
· 8 years ago
28afa1f
Change some blob callback types to be OnceCallback.
by Marijn Kruisselbrink
· 8 years ago
2e2a5f2
Slightly refactor BlobDataBuilder::AppendFuture* method.
by Marijn Kruisselbrink
· 8 years ago
600477e
Fix several blob histograms that were broken over a year ago.
by Marijn Kruisselbrink
· 8 years ago
144e2c9
First step of removing the old IPC Blob registration code paths.
by Marijn Kruisselbrink
· 8 years ago
4f8b7a56
Replace base::MakeUnique with std::make_unique in storage/
by Gyuyoung Kim
· 8 years ago
ea04108
constexpr base::Time constructor
by Gabriel Charette
· 8 years ago
105b374
Move storage::DataElement to services/network as it's part of ResourceRequestBody which is moving.
by John Abd-El-Malek
· 8 years ago
4f28782
Stop using BlobStatus::ERR_FILE_WRITE_FAILED for two unrelated reasons.
by Marijn Kruisselbrink
· 8 years ago
5af715b
Change the mojo interface for creating/revoking Blob URLs.
by Marijn Kruisselbrink
· 8 years ago
b8957f8
Remove non-mojo QuotaStatusCode and StorageType enums
by Sasha Bermeister
· 8 years ago
bfdc3fd
Reduce includes of windows.h
by Bruce Dawson
· 8 years ago
e0deb742
Move quota_types.mojom to third_party/WebKit/common
by Sasha Bermeister
· 8 years ago
3309ebe
Moved StorageType to WebKit/common
by Sasha Bermeister
· 8 years ago
f403016
Move QuotaLimitType to its own file
by Sasha Bermeister
· 8 years ago
ef54f00
Moved QuotaStatusCode to WebKit/common
by Sasha Bermeister
· 8 years ago
3d199b1
Convert base::UInt64ToString to base::NumberToString
by Daniel Cheng
· 8 years ago
3e7b87db
Change quota_dispatcher_host.mojom to use url.mojom.Origin
by Sasha Bermeister
· 8 years ago
09c21aa
Add missing null-check to BlobDataHandle::GetBlobStatus.
by Marijn Kruisselbrink
· 8 years ago
5accd24
Remove base::SizeToToString[16]
by Brett Wilson
· 8 years ago
c27a80d
NetworkService: Support re-sending the request body after redirects.
by Matt Falkenhagen
· 8 years ago
9a3f9da
Convert quota_messages.h from IPC to Mojo
by Sasha Bermeister
· 8 years ago
704dd51
Make FileReader use mojo Blob interface.
by Marijn Kruisselbrink
· 8 years ago
fb9a3733
Run clang-tidy modernize-use-equals-{delete,default} on //storage
by Chris Watkins
· 8 years ago
80fe13f1
Make reading blobs work through Blob mojo interface.
by Marijn Kruisselbrink
· 8 years ago
369b5757
Fix cookie deletion
by Christian Dullweber
· 8 years ago
aba8000c
Add a DataElement::TYPE_RAW_FILE type that contains a file handle.
by Matt Menke
· 8 years ago
26efbd6
Mojo: Store interface fields as InterfacePtrInfo
by Ken Rockot
· 8 years ago
23c7a54
Set correct file timestamp on streaming file copy.
by Shuhei Takahashi
· 8 years ago
05967cc9
Free up blobs embedded_data if the data isn't going to be used.
by Marijn Kruisselbrink
· 8 years ago
4b5dbaf
Clean up base::File objects properly if the callback goes away
by John Rummell
· 8 years ago
df31d16
Fix crash if blob stops existing before transport begins.
by Marijn Kruisselbrink
· 8 years ago
073fff4
Use WeakPtr for BlobStorageContext in BlobRegistryImpl.
by Marijn Kruisselbrink
· 8 years ago
11bd4bc
[BlobStorage] Fixing potential overflow
by Daniel Murphy
· 8 years ago
4c1ec8b
fuchsia: Make cast_test_lists buildable
by Scott Graham
· 8 years ago
a279dce
Ensure opening a sandboxed file system notifies the quota system
by Joshua Bell
· 8 years ago
8835be5
Mark BlobRegistry.GetBlobFromUUID as sync.
by Marijn Kruisselbrink
· 8 years ago
dcf1d137
Move a bunch of subdirectories from content/child to content/renderer.
by John Abd-El-Malek
· 8 years ago
66bdfd8
Remove base::ThreadRestrictions::AssertIOAllowed.
by Francois Doray
· 8 years ago
97fabdbe
Move blobs.mojom file to WebKit/common/blob
by Marijn Kruisselbrink
· 8 years ago
a8faeaa
Support blobs in POST body for the network service.
by John Abd-El-Malek
· 8 years ago
e6fb2d0
Replace ScopedAllowIO with ScopedAllowBlockingForTesting in tests.
by Francois Doray
· 8 years ago
dc60300
Don't create quota-last-modified entries for nonexistent filesystems
by Joshua Bell
· 8 years ago
2a0c74d4
leveldb: Moved from shared library to a component.
by Chris Mumford
· 8 years ago
2ab2d8b4
Remove WithBaseSyncPrimitives() from storage/browser/blob/.
by Francois Doray
· 8 years ago
c38afb6
leveldb: Add leveldb_chrome::NewMemEnv.
by Chris Mumford
· 8 years ago
da69d88
base: Change make_scoped_refptr to WrapRefCounted.
by kylechar
· 8 years ago
1f07f20e
Add base::stack, convert std::stack uses use it.
by Brett Wilson
· 8 years ago
2e67423
Apply automatic range checks to storage::FileSystemType
by Rob Buis
· 8 years ago
55ff1475e
Convert std::deque to base::circular_deque.
by Brett Wilson
· 8 years ago
b02c0a2
Replace std::queue with base::queue.
by Brett Wilson
· 8 years ago
eb9b341
Better constify base::FilePath::CharType* strings.
by Lei Zhang
· 8 years ago
96f3eba
Switch make_scoped_refptr to MakeRefCounted.
by kylechar
· 8 years ago
f20b554
Revert "leveldb: Disable block cache for in-memory db's."
by Hayato Ito
· 8 years ago
13f84c7
leveldb: Disable block cache for in-memory db's.
by Chris Mumford
· 8 years ago
0d89f922
Change Pickle::Write* methods to return void.
by Daniel Cheng
· 8 years ago
Next »