summaryrefslogtreecommitdiffstats
path: root/webkit/browser
Commit message (Expand)AuthorAgeFilesLines
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Use SequencedTaskRunner for FileAPI taskskinuko@chromium.org2013-06-152-4/+5
* AppCacheExecutableHandlers groundwork.michaeln@google.com2013-06-149-28/+316
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-142-2/+2
* fileapi: Remove platform_path parameter from FileSystemOperation::GetMetadata...satorux@chromium.org2013-06-1417-58/+70
* Stop using WeakPtr in SandboxQuotaObserverkinuko@chromium.org2013-06-142-12/+13
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-132-5/+5
* Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-132-2/+2
* Move nullable_string16.h to the string subdirectory.avi@chromium.org2013-06-1313-77/+86
* Make FileSystemOperation::Write take closure-friendly parameterskinuko@chromium.org2013-06-1312-204/+175
* fileapi: Use CreateSnapshotFile() in CannedSyncableFileSystemsatorux@chromium.org2013-06-132-18/+24
* Fix webkit_storage exports definitionskinuko@chromium.org2013-06-13102-256/+303
* Use timed helper class in ObfuscatedFileUtilkinuko@chromium.org2013-06-133-95/+29
* Use TimedTaskHelper in FileSystemUsageCachekinuko@chromium.org2013-06-123-10/+17
* fileapi: Use CreateSnapshotFile() in SandboxFileStreamWritersatorux@chromium.org2013-06-122-8/+14
* Add TimedTaskHelper to replace timer on SequencedTaskRunnerkinuko@chromium.org2013-06-123-0/+234
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in webkit/.dcheng@chromium.org2013-06-121-5/+3
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-115-5/+5
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-1125-112/+113
* Use a direct include of strings headers in webkit/, part 1.avi@chromium.org2013-06-1130-38/+38
* 2nd try: Split webkit_storage target into webkit_storage_{browser,common,rend...kinuko@chromium.org2013-06-119-325/+3
* Revert 205463 "Split webkit_storage target into webkit_storage_{..."kinuko@chromium.org2013-06-119-3/+325
* Split webkit_storage target into webkit_storage_{browser,common,renderer}kinuko@chromium.org2013-06-119-325/+3
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-1034-34/+34
* Make FileSystemOperation NOT self-destructkinuko@chromium.org2013-06-1015-502/+299
* Deprecate LocalFileSystemOperation::SetUpkinuko@chromium.org2013-06-1010-268/+98
* Deprecate media_task_runner() from FileSystemTaskRunnerskinuko@chromium.org2013-06-103-19/+3
* Replace all CreateFileSystemOperation with FileSystemOperationRunnerkinuko@chromium.org2013-06-0922-363/+305
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-088-58/+48
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-0725-26/+26
* Cancelling SyncFS operation should not crashkinuko@chromium.org2013-06-072-2/+20
* Factor out HTTP status code and reason phrase in Blob and Stream infrastructu...tyoshino@chromium.org2013-06-072-47/+15
* Make some more code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-3/+3
* Convert webkit/ sql::ErrorDelegate to callback.shess@chromium.org2013-06-073-50/+20
* fileapi: Add CrosMountPointProvier::AddMountPoints()satorux@chromium.org2013-06-074-13/+42
* BlobURLRequestJob clean up for readabilitytyoshino@chromium.org2013-06-062-5/+14
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-1/+2
* Add LocalFileSystemOperation support in FileSystemOperationRunnerkinuko@chromium.org2013-06-0515-105/+261
* Use PostDelayTask instead of timer to drop DB.calvinlo@chromium.org2013-06-054-21/+145
* Add FileSystemOperationRunner and stop directly creating FileSystemOperationkinuko@chromium.org2013-06-055-1/+573
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-0565-0/+25849
* Deprecate LocalFileSystemOperation::CreateNestedOperationkinuko@chromium.org2013-06-0511-101/+70
* Add special FS type for internal sync operationkinuko@chromium.org2013-06-046-51/+60
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-3/+3
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-3/+3
* Cleanup: Deprecate DriveFileSyncService::kServiceNamekinuko@chromium.org2013-06-0416-106/+86
* Rename CrossOperationDelegate to CopyOrMoveOperationDelegatekinuko@chromium.org2013-06-045-68/+68
* Prepopulate directory database for isolated originskinuko@chromium.org2013-06-046-13/+72
* Update webkit/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-047-34/+39
* Move webkit/dom_storage to new browser|common|renderer locations. Just moving...michaeln@google.com2013-06-0428-0/+5550