summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_origin_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Prefix HTML5 Sandbox FileSystem related files with 'sandbox_'kinuko@chromium.org2013-05-161-333/+0
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-081-1/+1
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-4/+3
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-3/+4
* [FileAPI] Add histogram entries on the database recovery.tzik@chromium.org2013-05-021-0/+12
* FileAPI: Run database recovery on IOError.tzik@chromium.org2013-04-101-1/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Convert include paths for string_number_conversions in src/chrome and src/webkitbrettw@chromium.org2013-03-271-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-11/+12
* Add non corruption error handling to FileSystem databases.tzik@chromium.org2012-05-071-0/+3
* Style fix in webkit/fileapitzik@chromium.org2012-04-051-2/+4
* Refine UMA stats for file system databases.tzik@chromium.org2012-04-021-1/+9
* Add database recovery for FileSystemOriginDatabasetzik@chromium.org2012-03-291-24/+95
* Add UMA stats on FileSystem{Origin,Directory}Database::Init()tzik@chromium.org2012-03-271-3/+31
* Enhance error reporting for leveldb errors in origin/directory database codekinuko@chromium.org2011-09-281-10/+12
* Move chromium-specific files from leveldb's repository to chromium, stage 2.dgrogan@chromium.org2011-08-161-2/+2
* Integrated obfuscation with quota; all unit tests now pass with or without th...ericu@chromium.org2011-05-231-0/+11
* Code to migrate a single directory from the old sandbox to the new.ericu@chromium.org2011-05-201-1/+3
* A database to hold mappings from origin identifiers to unique directory names.ericu@chromium.org2011-05-041-0/+190