- 0d6f675 Quota: tweak error returning code when opening a bucket. by Evan Stade · 1 year, 5 months ago
- 17d19c5 Quota database: remove extra sql::Statement::step() call by Evan Stade · 1 year, 5 months ago
- e98d214 DanglingPointer: annotate for unittests base+linux [1/N] by Arthur Sonzogni · 1 year, 5 months ago
- f68a42a Quota: fix GetOrCreateBucketSync shutdown hang by Evan Stade · 1 year, 5 months ago
- 0d667e53 app_service: substitute fusebox filenames for "Open With..." by Nigel Tao · 1 year, 6 months ago
- 0888926 Fix comments for storage::FlushPolicy enum members by Joshua Bell · 1 year, 6 months ago
- 0c1ae2f4 Relax checks in BlobDataBuilder::AppendBlob. by Marijn Kruisselbrink · 1 year, 6 months ago
- 95000f20 Quota: add check in database error handler by Evan Stade · 1 year, 6 months ago
- edbcf28 [dPWA] Adding metrics collection task for ML promotion. by Daniel Murphy · 1 year, 6 months ago
- 75f4525 Quota: Add more metrics for certain failures. by Evan Stade · 1 year, 6 months ago
- 48acf217 Use int64_t for File::Info::size by Joel Hockey · 1 year, 6 months ago
- b47c7e21 [EnumSet] Refactor constructor usages by Maksim Moskvitin · 1 year, 6 months ago
- bceeb1f Fix IWYU for FRIEND_TEST_ALL_PREFIXES(). by Daniel Cheng · 1 year, 6 months ago
- 6c396e9 Quota: only raze db on catastrophic error. by Evan Stade · 1 year, 6 months ago
- 8cc1b9b Put back some ASSERTs that Evan downgraded in his latest CL by Peter Kasting · 1 year, 6 months ago
- dcff3ad Fix bad rebase. by Peter Kasting · 1 year, 6 months ago
- 0f1c898 Storage Quota: evict more buckets at once. by Evan Stade · 1 year, 6 months ago
- 04fe7ae Reland "Storage quota: plumb SQLite db error when reporting a quota error" by Evan Stade · 1 year, 6 months ago
- adc5860e Revert "Storage quota: plumb SQLite db error when reporting a quota error" by Jonathan Lee · 1 year, 6 months ago
- 4ec6c54 Storage quota: plumb SQLite db error when reporting a quota error by Evan Stade · 1 year, 6 months ago
- 36147a8 Use FlakyDanglingUntriaged for previously marked raw_ptrs. by Pâris · 1 year, 6 months ago
- 697c48e Misc. cleanup: storage/ by Peter Kasting · 1 year, 6 months ago
- fe1d930 Reland "Storage buckets: make Bucket File System aware of quota limit" by Evan Stade · 1 year, 6 months ago
- 5d66716 Revert "Storage buckets: make Bucket File System aware of quota limit" by luci-bisection@appspot.gserviceaccount.com · 1 year, 6 months ago
- 478714b Storage buckets: make Bucket File System aware of quota limit by Evan Stade · 1 year, 6 months ago
- 745456c0 Storage buckets: make cache storage aware of bucket quota by Evan Stade · 1 year, 6 months ago
- e524c5a Replace base::GUID uses with base::Uuid (245/N) by Claudio DeSouza · 1 year, 6 months ago
- e8181d24 storage: add more FileSystemURL comments by Nigel Tao · 1 year, 6 months ago
- 4b188b5 Storage buckets: enforce bucket quota for IndexedDB by Evan Stade · 1 year, 6 months ago
- de37416 Storage buckets: change name of default bucket to "_default" by Evan Stade · 1 year, 6 months ago
- 92e9daf Remove `base/cxx17_backports.h` from the code in storage/ by Ho Cheung · 1 year, 6 months ago
- 6e18180 Misc. cleanup. by Peter Kasting · 1 year, 6 months ago
- 1114e10 Misc. cleanup. No functional change. by Peter Kasting · 1 year, 7 months ago
- 30fc65c Storage buckets: add metrics for bucket count by Evan Stade · 1 year, 7 months ago
- 2ac6bd8 Fix "implementaiton" typo throughout the codebase by David Benjamin · 1 year, 7 months ago
- b7f3224 Storage pressure: try automatic eviction before nagging user. by Evan Stade · 1 year, 7 months ago
- 09f6f06 mark flaky CQ's dangling pointers 2023‑W14 by Pâris · 1 year, 7 months ago
- 0ae3801 Storage buckets: Apply navigator.storage.persist() only to default by Evan Stade · 1 year, 7 months ago
- f92ca43 Correct data path confusion in IndexedDB when using buckets in incognito by Evan Stade · 1 year, 7 months ago
- 9bb3c86 Rename QuotaManager::GetBucketForTesting by Nathan Memmott · 1 year, 7 months ago
- 989bcca Re-work member destruction order in CopyOrMoveOperationTestHelper by Tom Sepez · 1 year, 7 months ago
- de4c4ae Add RAW_PTR_EXCLUSION to files in ui/ etc. by Keishi Hattori · 1 year, 8 months ago
- e4712b8 storage: add "enum FileSystemType" explicit values by Nigel Tao · 1 year, 8 months ago
- 65cacb7 Add a QuotaManager observer by Nathan Memmott · 1 year, 8 months ago
- cb9c7b3 Storage: Remove `type` param from GetBucketsCallback. by Evan Stade · 1 year, 8 months ago
- fc4d46d Quota Manager: don't use QuotaError::kNone with QuotaErrorOr. by Evan Stade · 1 year, 8 months ago
- 9dacf9e1 dlp: Pass file access callback to file stream reader by Daniel Brinkers · 1 year, 8 months ago
- 6d2b61e Avoid spurious danling ptr warning in QuotaDatabase::ResetStorage() by Tom Sepez · 1 year, 8 months ago
- 9b7415e7 Use base::ranges::transform(): storage/ by Peter Kasting · 1 year, 8 months ago
- c537f85d Making pickle friendly to base::span by Claudio DeSouza · 1 year, 8 months ago
- 35d0626d Switch to simpler base::WriteFile() variants (131/N) by Claudio DeSouza · 1 year, 8 months ago
- a5b52d2 Re-order locals in BlobTransportStrategyTest.Files_WriteFailed by Tom Sepez · 1 year, 8 months ago
- 708aede8 [CodeHealth] Converting QuotaErrorOr to base::expected by Claudio DeSouza · 1 year, 8 months ago
- c324f94 Fix the crash when clicking 'Trigger Storage Pressure Notification'. by Etienne Noel · 1 year, 9 months ago
- e56f03f Clear SandboxFileStreamWriterTest::file_system_context_ in TearDown(). by Tom Sepez · 1 year, 9 months ago
- 1d914d4 Introduce ScopedRequestFilesAccessCallbackForTesting by Julie Jeongeun Kim · 1 year, 9 months ago
- d96c7782 [iOS] Build storage_unittests when `use_blink` is enabled by Julie Jeongeun Kim · 1 year, 9 months ago
- c37daaa Check return value of sql::MetaTable::SetVersionNumber/SetCompatibleVersionNumber by Andrew Paseltiner · 1 year, 9 months ago
- 8102240 Convert BlobRegistryImplTest::delegate_ptr_ to WeakPtr by Tom Sepez · 1 year, 9 months ago
- c1b1df7 [StorageKey] (7) Remove old test constructors by Ari Chivukula · 1 year, 9 months ago
- 6fef66b9 Quota: QuotaDatabaseResultSuccess histogram by Ayu Ishii · 1 year, 9 months ago
- 4f801d0b [StorageKey Cleanup] (4) Rename Create constructors by Ari Chivukula · 1 year, 9 months ago
- dd70bafb MojoIpcz: Enable by default for most platforms by Ken Rockot · 1 year, 9 months ago
- c81e13e [StorageKey Cleanup] (2) Rename CreateFirstParty constructors by Ari Chivukula · 1 year, 9 months ago
- fa3c671 Reset `request_files_access_for_system_io_callback_` after testing by Julie Jeongeun Kim · 1 year, 9 months ago
- 3803061e Check return value of sql::MetaTable::SetVersionNumber/SetCompatibleVersionNumber by Andrew Paseltiner · 1 year, 9 months ago
- ebe9da1 MTECheckedPtr: Remove degradation parameters by Kalvin Lee · 1 year, 9 months ago
- fa289a3 FS: Ignore opaque origins in FileSystemURL::Comparator by Austin Sullivan · 1 year, 9 months ago
- e61641f Enable explicit conversion checks for base::span sizes. by Will Harris · 1 year, 9 months ago
- 00acf18 Storage buckets: implement a bucket cap by Evan Stade · 1 year, 9 months ago
- 156e33c base: Add BindPostTaskToCurrentDefault() by Xiaohan Wang · 1 year, 9 months ago
- e2abf9c Fix error in //storage/browser/quota/README.md by Robbie McElrath · 1 year, 9 months ago
- 4c45d30 Pass size_t value into base::span constructor in blob storage by Will Harris · 1 year, 9 months ago
- 6367d75 Fix storage bucket quota overflow by Nathan Memmott · 1 year, 9 months ago
- d8dafe68 Avoid dangling pointer warnings in BlobReaderTest by Tom Sepez · 1 year, 9 months ago
- 6b64f8a8 Remove unnecessary base::SupportsUserData usage in //storage. by Lei Zhang · 1 year, 9 months ago
- 3e8e40b [StorageKey] Simplify serialization via existing invariants by Ari Chivukula · 1 year, 9 months ago
- 5b44092 dlp: Add an IO thread callback for ScopedFileAccessDelegate by Daniel Brinkers · 1 year, 9 months ago
- 2774fbed Storage Quota: streamline bucket eviction by Evan Stade · 1 year, 9 months ago
- 641a5e3 Migrate quota-internals and aggregation-internals to TS mojo bindings by Rebekah Potter · 1 year, 10 months ago
- 04f075a Do not check for NOTREACHED() and DCHECK() when unable to get file info by Daseul Lee · 1 year, 10 months ago
- 2e85357a Update header includes for /base/functional in /s* by Avi Drissman · 1 year, 10 months ago
- 675fa51a FS: Treat opaque origins as null origins in FileSystemURL comparators by Austin Sullivan · 1 year, 10 months ago
- 7ddd850 Add check for Executable+Writable handles in renderer processes. by Will Harris · 1 year, 10 months ago
- 1ec6d5e8 Update ComputeStableResponsePadding to take a StorageKey by Jonathan Njeunje · 1 year, 10 months ago
- e672a66 task posting v3: remove includes of runner handles and IWYU task runners by Sean Maher · 1 year, 10 months ago
- 39147c1 [copy_or_move] Ensure last copy progress is always reported by Marcello Salomao · 1 year, 10 months ago
- 5b88a17 Delete the Storage Foundation API (a.k.a. NativeIO) by Austin Sullivan · 1 year, 10 months ago
- f972d3e [CHR] Remove expired histograms FS.OpenFileSystem*, FS.*OriginsCount by Benjamin Blake · 1 year, 11 months ago
- 41028079 Start storage eviction routine on full disk error by Nathan Memmott · 1 year, 11 months ago
- b150770 Fix file_system test crash by Evan Stade · 1 year, 11 months ago
- d080180 Use safer getgrnam_r() and don't warn on error. by Sergey Poromov · 1 year, 11 months ago
- c7e9098 FSA: Allow removing the root of an OPFS by Austin Sullivan · 1 year, 11 months ago
- e2c8f5d Storage Buckets: Reject getDirectory() promise for deleted bucket by Evan Stade · 1 year, 11 months ago
- 4def5a7 Storage buckets: handle bucket deletion more gracefully. by Evan Stade · 1 year, 11 months ago
- 4c71bc6 Don't include sandbox_file_system_backend_delegate.h in file_system_context.h by Hans Wennborg · 1 year, 11 months ago
- 32f26a59 Add chronos-access group read access to created directories on ChromeOS. by Sergey Poromov · 1 year, 11 months ago
- dda5c55 Storage buckets: update some QuotaManager calls to use buckets by Evan Stade · 1 year, 11 months ago
- acb01c4 task posting v3: remove all calls to task_runner_util.h manually by Sean Maher · 1 year, 11 months ago
- 802a1ee Quota: Rename from HostQuota to StorageKeyQuota by Ayu Ishii · 2 years ago