summaryrefslogtreecommitdiffstats
path: root/storage/browser
Commit message (Expand)AuthorAgeFilesLines
* Add more string_util functions to base namespace.brettw2015-06-241-1/+1
* Add fileManagerPrivate.onCopyError event.yawano2015-06-2410-83/+72
* Move more string_util functions to base namespace.brettw2015-06-241-2/+2
* Added Histogram entries for some FileSystem stats.cmumford2015-06-221-0/+4
* Create blobs from Disk Cache entries.gavinp2015-06-199-39/+169
* Recursive operation delegate continues operations with ignoring errors.yawano2015-06-173-17/+73
* Only support seeking file streams from the beginning of the file.reillyg2015-06-162-9/+6
* Remove remaining use of the deprecated MessageLoopProxyskyostil2015-06-121-2/+2
* Move StartsWith[ASCII] to base namespace.brettw2015-06-124-8/+8
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+2
* Change most uses of Pickle to base::Picklebrettw2015-06-033-17/+17
* [Storage] Blob Storage perf testsdmurph2015-06-031-1/+1
* [sql] Stats gathering for sql/ APIs.shess2015-06-031-2/+2
* Move Tuple to base namespace.brettw2015-05-295-21/+21
* Fix crash when reading from a isolated file system which is unmounted.mtomasz2015-05-222-26/+55
* Discard duplicate includes of files from storage/pranay.kumar2015-05-2024-41/+0
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in complete storag...pranay.kumar2015-05-0416-43/+33
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in storage/browser...pranay.kumar2015-04-305-18/+22
* Add instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-151-0/+5
* [Storage] Fixed tracing on broken blobsdmurph2015-04-151-2/+3
* Split bug 423948 into various sub-bugs and remove outdated instrumentation.pkasting2015-04-116-41/+0
* Add SetFileSize() IPC for WebSQL.shess2015-04-062-0/+14
* leveldb: Reuse manifest (AKA logs) during open.cmumford2015-03-262-0/+4
* Move the check for fileBrowserHandler permission to FileBrowserHandler.mtomasz2015-03-261-4/+0
* Remove prerender cookie store, part 4.davidben2015-03-231-1/+1
* Remove granting permissions on behalf of Files app.mtomasz2015-03-181-6/+8
* IndexedDB: Fixed support for empty blobs.cmumford2015-03-143-4/+3
* [Storage] Added tracing for blob creation and reading.dmurph2015-03-144-7/+34
* Grant permissions to requested volumes only in Files app.mtomasz2015-03-121-1/+2
* Allow offsets in blobs larger than 2GB on 32 bit Chromium builds.mtomasz2015-03-032-7/+7
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-1/+1
* Move some file api files to fileapi folderzhuoyu.qian2015-02-2516-18/+18
* FileSystemUsageCache: Remove bogus unsigned integer comparisons.raphael.kubo.da.costa2015-02-241-4/+1
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-4/+5
* IndexedDB: Test that Blink ack's blobs upon receipt.cmumford2015-02-141-0/+1
* Loosen restriction on mount point names.mtomasz2015-02-131-4/+2
* Fixed IndexedDB blob retentiondmurph2015-02-122-23/+5
* [Storage] Fixed reporting of unshared blob memorydmurph2015-02-111-1/+1
* [Storage] Blob items are now shared between blobs. Ready for disk swap.dmurph2015-02-1114-229/+642
* Mechanical rename of tracing includes (remaining bits)primiano2015-01-301-1/+1
* Migrates legacy packaged app data when it's upgraded to a platform appryanackley2015-01-274-0/+52
* [Storage] Blob Storage Refactoring pt 1:dmurph2015-01-2331-190/+1009
* Using "static_assert" in lieu of "COMPILE_ASSERT" in storage moduleanujk.sharma2015-01-221-2/+2
* [Storage] Fixed UMA histograms to record kilobytesdmurph2015-01-121-4/+4
* Fix dump_file_system compilation on Windows.vchigrin2015-01-121-3/+3
* [Storage] Added blob items count histogramdmurph2015-01-091-0/+2
* app_shell: Fix crash on chrome.runtime.getPackageDirectoryEntry for crosjamescook2015-01-093-8/+28
* [Storage] Added histograms for blob storagedmurph2015-01-071-12/+19
* Fix prioritized directory handling in dump_file_systemtzik2015-01-061-2/+1
* Instrumenting ReadRawData and InformDelegateDownloadProgress to find jank.vadimt2014-12-303-0/+18