summaryrefslogtreecommitdiffstats
path: root/webkit/browser
Commit message (Expand)AuthorAgeFilesLines
* FileAPI: Implement FileSystemQuotaUtil on SandboxFileSystemBackendDelegatenhiroki@chromium.org2013-08-226-191/+225
* Introduce GURL::SchemeIsHttpFamily(), which returns true for http and https.cdn@chromium.org2013-08-221-1/+1
* [FileAPI] Increase LevelDB cache size of Sandboxed FileSystems.tzik@chromium.org2013-08-212-4/+4
* Stop using GetFileUtil() in UploadFileSystemFileElementReaderTestkinuko@chromium.org2013-08-213-23/+34
* FileAPI: Rename SandboxContext to SandboxFileSystemBackendDelegatenhiroki@chromium.org2013-08-1511-116/+130
* Minor cleanup: Remove unnecessary webkit headers in SyncFileSystemBackendkinuko@chromium.org2013-08-142-16/+26
* FileAPI: Remove unnecessary interfaces from FileSystemQuotaUtilnhiroki@chromium.org2013-08-145-40/+2
* Discard FileAPI pending operations on shutdownkinuko@chromium.org2013-08-142-0/+13
* Stop using SupportsWeakPtr when its weak ptr is only used in its classkinuko@chromium.org2013-08-098-48/+61
* Move webkit/{browser,common}/dom_storage into content/kinuko@chromium.org2013-08-0726-5516/+0
* Stop passing values via kMediaPathFilterKey and kMTPDeviceDelegateURLKeykinuko@chromium.org2013-08-071-23/+0
* Revert "Undo band-aid which was ignoring wrong SessionStorage association."marja@chromium.org2013-08-061-6/+18
* SyncFS: Move syncfs components from webkit/ to chrome/nhiroki@chromium.org2013-08-0536-7109/+0
* Deprecate FileSystemTaskRunnerskinuko@chromium.org2013-08-0420-133/+44
* SyncFS: Remove syncable_file_system_util dependencynhiroki@chromium.org2013-08-022-11/+0
* SyncFS: Move change tracker and sync context into SyncFileSystemBackendnhiroki@chromium.org2013-08-0212-80/+128
* SyncFS: Introduce SyncFileSystemBackendnhiroki@chromium.org2013-08-027-65/+374
* Fix up some tests for copy-or-move validator and nearby.gbillock@chromium.org2013-08-015-32/+62
* Rename fileapi::LocalFileSystemOperation to FileSystemOperationImpl.hidehiko@chromium.org2013-08-0121-248/+241
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-011-5/+3
* FileAPI: Move OpenFileSystem into SandboxContextnhiroki@chromium.org2013-08-014-113/+135
* FileAPI: Move FileSystemQuotaUtil related functions into SandboxContextnhiroki@chromium.org2013-08-0110-394/+501
* FileAPI: Remove unnecessary usage recalculation from SandboxFSBackendnhiroki@chromium.org2013-07-314-56/+6
* FileAPI: Remove UMAs for OpenFileSystem operationnhiroki@chromium.org2013-07-311-17/+1
* FileAPI: Fix missing SpecialStoragePolicy initialization in SandboxContextnhiroki@chromium.org2013-07-301-0/+1
* Remove RemoteFileSystemProxyInterface, which is no longer needed.hidehiko@chromium.org2013-07-304-206/+4
* Temporarily disable IsolatedStorage special handlingkinuko@chromium.org2013-07-285-18/+94
* Update include paths in webkit for base/process changes.rsesek@chromium.org2013-07-253-3/+3
* FileAPI: Clean up around FileSystemBackendnhiroki@chromium.org2013-07-254-31/+28
* Undo band-aid which was ignoring wrong SessionStorage association.marja@chromium.org2013-07-241-18/+6
* FileAPI: Add Initialize() function to FileSystemBackendnhiroki@chromium.org2013-07-2411-43/+58
* Create a new FileSystemOperationRunner for each FileAPIMessageFilterkinuko@chromium.org2013-07-242-0/+8
* [FileSystem] Add another copy-or-move validation hook for post-write.gbillock@chromium.org2013-07-236-24/+279
* FileAPI: Move enable_usage_tracking into SandboxContext for cleanupnhiroki@chromium.org2013-07-234-16/+20
* reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...scottmg@chromium.org2013-07-233-3/+3
* Revert 212927 "Move webkitplatformsupport_impl and related from ..."bryeung@chromium.org2013-07-223-3/+3
* Move webkitplatformsupport_impl and related from glue to childscottmg@chromium.org2013-07-223-3/+3
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-1/+1
* Use a direct include of the message_loop header in webkit/, part 1.avi@chromium.org2013-07-1856-56/+56
* Use a direct include of the message_loop header in webkit/, part 2.avi@chromium.org2013-07-177-7/+7
* Delete unnecessary lines of code.darin@chromium.org2013-07-172-2/+0
* FileAPI: Change FileSystemBackend::OpenFileSystem signaturenhiroki@chromium.org2013-07-1711-23/+33
* Only allow leveldb to use the minimum amount of file descriptors.dgrogan@chromium.org2013-07-164-3/+13
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-1614-30/+30
* [sql] Convert webkit tests to use ScopedErrorIgnorer.shess@chromium.org2013-07-154-39/+54
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-1515-39/+39
* Cleanup: add const AddObserver method to TaskRunnerBoundObserverListkinuko@chromium.org2013-07-124-59/+34
* FileAPI: Add FileObserver related interfaces into FileSystemQuotaUtilnhiroki@chromium.org2013-07-125-70/+170
* FileAPI: Factor out getting root URI and FS name parts into each FS backendnhiroki@chromium.org2013-07-128-21/+35
* Move PathExists to base namespace.brettw@chromium.org2013-07-1124-93/+93