| Commit message (Expand) | Author | Age | Files | Lines |
* | Look closer at the components of vfsfilenames that are used filenames. | michaeln@chromium.org | 2014-06-11 | 1 | -15/+38 |
* | Remove PlatformFile from DatabaseTracker | rvargas@chromium.org | 2014-06-05 | 2 | -27/+27 |
* | Move remaining database unit tests from webkit/ to content/ | pilgrim@chromium.org | 2014-05-21 | 4 | -511/+2 |
* | Move mock_special_storage_policy from webkit/ to content/public/test/ | pilgrim@chromium.org | 2014-04-30 | 2 | -872/+6 |
* | Remove PlatformFile from database/vfs_backend | rvargas@chromium.org | 2014-03-28 | 2 | -42/+31 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -2/+2 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -7/+7 |
* | Remove some PlatformFile uses from WebKit | rvargas@chromium.org | 2014-02-18 | 2 | -22/+11 |
* | Quota: Factor out (Mock)QuotaManagerProxy into its own file for readability | nhiroki@chromium.org | 2014-01-17 | 2 | -2/+2 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 1 | -1/+1 |
* | Remove UTF string conversion functions from the global namespace. | avi@chromium.org | 2013-12-26 | 3 | -3/+3 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 4 | -1/+6 |
* | Move Touch to base namespace, remove SetLastModifiedTime. | brettw@chromium.org | 2013-12-04 | 1 | -8/+8 |
* | Move more file_util functions to base namespace. | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 2 | -2/+2 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 3 | -16/+16 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 2 | -4/+4 |
* | Quota: Add proxy for QuotaManager::GetUsageAndQuota | nhiroki@chromium.org | 2013-11-06 | 1 | -0/+9 |
* | Close the WebSQL tracker db earlier on during shutdown and reliably on approp... | michaeln@chromium.org | 2013-10-24 | 1 | -3/+2 |
* | webkit: Migrate it to use the RunUntilIdle() function from RunLoop. | tfarina@chromium.org | 2013-09-13 | 1 | -5/+5 |
* | Not creating ClientUsageTracker for unsupported storage type. | serya@chromium.org | 2013-09-04 | 2 | -1/+6 |
* | webkit: Remove usage of deprecated FilePath::FromWStringHack() function. | tfarina@chromium.org | 2013-08-25 | 2 | -21/+19 |
* | Update include paths in webkit for base/process changes. | rsesek@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in webkit/, part 1. | avi@chromium.org | 2013-07-18 | 2 | -2/+2 |
* | Delete unnecessary lines of code. | darin@chromium.org | 2013-07-17 | 1 | -1/+0 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 2 | -6/+6 |
* | [sql] Convert webkit tests to use ScopedErrorIgnorer. | shess@chromium.org | 2013-07-15 | 1 | -11/+11 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -3/+3 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 3 | -16/+16 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 2 | -6/+6 |
* | webkit: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-06-29 | 1 | -1/+1 |
* | Use a direct include of time headers in webkit/, win8/. | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |
* | Use sql::Connection::Delete() in webkit. | shess@chromium.org | 2013-06-25 | 1 | -6/+1 |
* | Use chromium logic for database identifier<->origin conversions | jamesr@chromium.org | 2013-06-19 | 6 | -32/+31 |
* | Origin identifiers are always ASCII, store as std::string | jamesr@chromium.org | 2013-06-18 | 11 | -164/+174 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Fix webkit_storage exports definitions | kinuko@chromium.org | 2013-06-13 | 5 | -14/+14 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in webkit/. | dcheng@chromium.org | 2013-06-12 | 1 | -5/+3 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 2 | -14/+10 |
* | Use a direct include of strings headers in webkit/, part 1. | avi@chromium.org | 2013-06-11 | 5 | -6/+6 |
* | 2nd try: Split webkit_storage target into webkit_storage_{browser,common,rend... | kinuko@chromium.org | 2013-06-11 | 1 | -20/+0 |
* | Revert 205463 "Split webkit_storage target into webkit_storage_{..." | kinuko@chromium.org | 2013-06-11 | 1 | -0/+20 |
* | Split webkit_storage target into webkit_storage_{browser,common,renderer} | kinuko@chromium.org | 2013-06-11 | 1 | -20/+0 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 5 | -5/+5 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -4/+5 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 7 | -7/+7 |
* | Convert webkit/ sql::ErrorDelegate to callback. | shess@chromium.org | 2013-06-07 | 1 | -16/+7 |
* | Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 3 | -29/+40 |
* | Move webkit/quota files to webkit/browser/quota or webkit/common/quota | tzik@chromium.org | 2013-05-30 | 3 | -6/+6 |