summaryrefslogtreecommitdiffstats
path: root/content/child/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Remove API compatibility hack from WebFileSystemImplhashimoto@chromium.org2014-03-112-11/+2
* Handle has_more correctly in WebFileSystemImplhashimoto@chromium.org2014-03-072-140/+197
* Keep IPC related state as long as readDirectory returns has_more==truehashimoto@chromium.org2014-03-061-1/+2
* Move WorkerTaskRunner to content/child.tfarina@chromium.org2014-02-193-11/+7
* Enter blink::WebHeap::SafePointScope across waiting for sync filesystem opera...vegorov@chromium.org2014-02-031-1/+5
* Move the rest of webkit/glue into content/childtfarina@chromium.org2014-02-011-3/+3
* Convert Media Galleries to use base::Filervargas@chromium.org2014-01-277-39/+38
* Make per-file message file reviewers consistent across owners.tsepez@chromium.org2014-01-171-1/+5
* FileAPI: Remove unused function from CallbackDispatchernhiroki@chromium.org2014-01-061-7/+0
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* FileAPI: Remove WriteDeprecated IPCnhiroki@chromium.org2013-12-192-24/+0
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-132-27/+0
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-077-98/+98
* Revert 232547 "Pepper: Move FileIO host from renderer to browser."teravest@chromium.org2013-11-052-0/+27
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-022-27/+0
* Revert 232440 "Pepper: Move FileIO host from renderer to browser."csharp@chromium.org2013-11-012-0/+27
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-012-27/+0
* Cleanup deprecated and no longer needed blob revamp stuff, deadcode.michaeln@google.com2013-10-225-95/+25
* [FileAPI] Clean up WebFileSystemImpl::openFileSystemtzik@chromium.org2013-10-152-16/+0
* [FileAPI] Drop unused expected size parameter from OpenFileSystem IPCtzik@chromium.org2013-10-124-9/+20
* [FileAPI] Correct FileSystemMsg_Remove namingtzik@chromium.org2013-10-081-1/+1
* Remove palmer from many (not all) OWNERS files for IPC.palmer@chromium.org2013-09-251-1/+0
* [Retry] SyncFS: Support resolveLocalFileSystemURL on SyncFileSystemnhiroki@chromium.org2013-09-214-1/+88
* Revert 223635 "SyncFS: Support resolveLocalFileSystemURL on Sync..."nhiroki@chromium.org2013-09-194-86/+1
* SyncFS: Support resolveLocalFileSystemURL on SyncFileSystemnhiroki@chromium.org2013-09-174-1/+86
* ChildProcessSecurityPolicy: Port FileAPIMessageFilter to use new checkstommycli@chromium.org2013-09-162-8/+8
* Post-cleanup after WebFileSystemCallbacks switchkinuko@chromium.org2013-09-102-76/+45
* Chromium Blob hackingmichaeln@chromium.org2013-09-077-15/+121
* Make WebFileSystemCallbacks not self-destructkinuko@chromium.org2013-09-065-63/+91
* Revert "Chromium Blob hacking" This reverts r220754.tkent@chromium.org2013-09-027-121/+15
* Chromium Blob hackingmichaeln@chromium.org2013-09-017-15/+121
* Complete switching to use thread-specific WebFileSystem instancekinuko@chromium.org2013-08-222-81/+57
* Remove storage-related unused methods/fileskinuko@chromium.org2013-08-222-77/+0
* Move fileapi files to content/child/fileapi/tfarina@chromium.org2013-08-144-2/+636
* Implement WebFileSystem::openFileSystem (to switch from WebFrameClient::openF...kinuko@chromium.org2013-08-142-1/+69
* Use thread-local version of WebFileSystemImplkinuko@chromium.org2013-08-132-2/+42
* 2nd try: Support synchronous mode in WebFileWriterImplkinuko@chromium.org2013-08-063-12/+57
* Revert 215787 "Support synchronous mode in WebFileWriterImpl"kinuko@chromium.org2013-08-063-58/+12
* Support synchronous mode in WebFileWriterImplkinuko@chromium.org2013-08-063-12/+58
* Support synchronous mode for FileSystem/FileWriter APIkinuko@chromium.org2013-08-011-59/+171
* Implement Worker-MainThread bridge for FileWriter in Chromekinuko@chromium.org2013-08-013-40/+147
* Revert 214599 "Revert 214160 "Implement Worker-MainThread bridge..."kinuko@chromium.org2013-07-316-139/+336
* Revert 214160 "Implement Worker-MainThread bridge for FileSystem..."kinuko@chromium.org2013-07-316-336/+139
* Implement Worker-MainThread bridge for FileSystem API in Chromekinuko@chromium.org2013-07-296-139/+336
* Update include paths in miscellaneous content/ directories for base/process c...rsesek@chromium.org2013-07-252-2/+2
* Implement async version of WebFileSystem::createFileWriterkinuko@chromium.org2013-07-122-0/+34
* Cleanup: split FileSystemDispatcher::Create into CreateFile and CreateDirectorykinuko@chromium.org2013-07-123-12/+23
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-2/+2
* Remove usage of ChildProcess::current() and ChildThread::current() other than...jam@chromium.org2013-06-252-137/+66
* Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}.darin@chromium.org2013-06-251-3/+2