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