- cd501a7 Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single storage namespace by [email protected] · 11 years ago
- 4683ff3 content: Rename blink_glue.* to file_info_util.*. by [email protected] · 11 years ago
- f60af0ca Remove passing WebString across threads by [email protected] · 11 years ago
- d00f216 Remove API compatibility hack from WebFileSystemImpl by [email protected] · 11 years ago
- d3d42bd Handle has_more correctly in WebFileSystemImpl by [email protected] · 11 years ago
- 3dda585 Move WorkerTaskRunner to content/child. by [email protected] · 12 years ago
- f0583f03 Enter blink::WebHeap::SafePointScope across waiting for sync filesystem operation results. by [email protected] · 12 years ago
- bdd2d42 Move the rest of webkit/glue into content/child by [email protected] · 12 years ago
- 141bcc5 Convert Media Galleries to use base::File by [email protected] · 12 years ago
- 3295612 Update uses of UTF conversions in content/ to use the base:: namespace. by [email protected] · 12 years ago
- 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
- ff28089 [FileAPI] Clean up WebFileSystemImpl::openFileSystem by [email protected] · 12 years ago
- 7acc14b [FileAPI] Drop unused expected size parameter from OpenFileSystem IPC by [email protected] · 12 years ago
- 8355b76 [Retry] SyncFS: Support resolveLocalFileSystemURL on SyncFileSystem by [email protected] · 12 years ago
- 3626042a Revert 223635 "SyncFS: Support resolveLocalFileSystemURL on Sync..." by [email protected] · 12 years ago
- f84ae11 SyncFS: Support resolveLocalFileSystemURL on SyncFileSystem by [email protected] · 12 years ago
- 085b1a3 Post-cleanup after WebFileSystemCallbacks switch by [email protected] · 12 years ago
- 09dcdf8 Make WebFileSystemCallbacks not self-destruct by [email protected] · 12 years ago
- 3cac821d Complete switching to use thread-specific WebFileSystem instance by [email protected] · 12 years ago
- 62ff524 Implement WebFileSystem::openFileSystem (to switch from WebFrameClient::openFileSystem) by [email protected] · 12 years ago
- 0b3743cf Use thread-local version of WebFileSystemImpl by [email protected] · 12 years ago
- 7047cee 2nd try: Support synchronous mode in WebFileWriterImpl by [email protected] · 12 years ago
- 6ae1107 Revert 215787 "Support synchronous mode in WebFileWriterImpl" by [email protected] · 12 years ago
- 7ea91d5 Support synchronous mode in WebFileWriterImpl by [email protected] · 12 years ago
- 89b2e71 Support synchronous mode for FileSystem/FileWriter API by [email protected] · 12 years ago
- ed539d1 Implement Worker-MainThread bridge for FileWriter in Chrome by [email protected] · 12 years ago
- 1448050 Revert 214599 "Revert 214160 "Implement Worker-MainThread bridge..." by [email protected] · 12 years ago
- 35acada Revert 214160 "Implement Worker-MainThread bridge for FileSystem..." by [email protected] · 12 years ago
- c2f2d45 Implement Worker-MainThread bridge for FileSystem API in Chrome by [email protected] · 12 years ago
- 9f4b253 Implement async version of WebFileSystem::createFileWriter by [email protected] · 12 years ago
- c32c0d7 Cleanup: split FileSystemDispatcher::Create into CreateFile and CreateDirectory by [email protected] · 12 years ago
- 2255a933 Update Blink include paths by [email protected] · 12 years ago
- 10208ea Move a bunch of child-only code from content/common to content/child by [email protected] · 12 years ago
- c7199a6e Rename content/common_child to content/child by [email protected] · 12 years ago[Renamed (94%) from content/common_child/fileapi/webfilesystem_impl.cc]
- 5c30b5e0 Update refernces to Blink's Platform API (content) by [email protected] · 12 years ago
- 61d271f3 Split FileAPI code for common|common_child|renderer by [email protected] · 12 years ago[Renamed (96%) from content/common/fileapi/webfilesystem_impl.cc]
- d269196 Cleanup: Deprecate FileSystemCallbackDispatcher by [email protected] · 12 years ago
- b63a48b FileSystem mods: Remove some dead snapshot creation code. by [email protected] · 12 years ago
- 6df15b3 FileSystem mods: Changes to snapshot file creation to remove dependencies on blobs. by [email protected] · 13 years ago
- f8c59e1 Update some #includes for headers that have been moved to the new Platform directory upstream by [email protected] · 13 years ago
- 6efc9e5 Update some #includes in content/common/fileapi for headers in the new Platform directory by [email protected] · 13 years ago
- eb39819 Move a bunch of code in content\common (as well as a few left in renderer) to the content namespace. by [email protected] · 13 years ago
- 16dd6e2 Rename content/{common,browser}/file_system to fileapi and move blob stuff into it. by [email protected] · 13 years ago[Renamed (93%) from content/common/file_system/webfilesystem_impl.cc]
- f5ac98d IPC Plumping for WebFileSystem::createSnapshotFileAndReadMetadata by [email protected] · 13 years ago
- e6e90dc Update includes to new header locations by [email protected] · 14 years ago
- f0367ca6 Clean up old dead code. by [email protected] · 14 years ago
- 556279d This goes in first, followed by a webkit change that defines WEBFILESYSTEMCALLBACKS_USE_URL_NOT_STRING, followed by a cleanup in Chromium [deletions only], followed by deleting that definition in webkit. by [email protected] · 14 years ago
- 41e88943 More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where by [email protected] · 14 years ago
- 4520c1ef6 Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where possible without WebKit API changes. The WebKit changes will happen in another CL. This is a resubmit of http://codereview.chromium.org/6767010/ [third try lucky,fourth try persistent?], which bounced most recently due to bugs manifestingonly on XP. There are a few changes here that weren't there [infile_system_operation_write_unittest.cc and file_system_operation.cc], butthey're pretty trivial build/test fixes.BUG=none TEST=noneReview URL: http://codereview.chromium.org/6821065 by [email protected] · 14 years ago
- 3e0c6646 More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where by [email protected] · 14 years ago
- 6ac9951 Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows Release and Debug. by [email protected] · 14 years ago
- d232fcf More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where by [email protected] · 14 years ago
- 3c217ae Revert 80982, tests failing on Win XP by [email protected] · 14 years ago
- 3bec852 More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where by [email protected] · 14 years ago
- 08a0e0a7 Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, wherepossible without WebKit API changes. The WebKit changes will happen in anotherCL.BUG=noneTEST=noneReview URL: http://codereview.chromium.org/6767010 by [email protected] · 14 years ago
- 647a0c2 More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where by [email protected] · 14 years ago
- 7ef40ffe1 Move ChildThread and ChildProcess to content. Also move remaining code that they depend on and which depends on them.TBR=avi by [email protected] · 14 years ago[Renamed (92%) from chrome/common/file_system/webfilesystem_impl.cc]
- 8bd0fe6 Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. by [email protected] · 15 years ago
- 81b18ca Reapply 61613 that was reverted for false valgrind alarm. by [email protected] · 15 years ago
- c27a5ed Revert 61613 - possible culprit for valgrind error. (Support removeRecursively and new copy/move) by [email protected] · 15 years ago
- 2e9f432 Second try for support removeRecursively and new copy/move behaviors added to the spec recently. by [email protected] · 15 years ago
- 40605925 Revert 61480 - Support removeRecursively and new copy/move behaviors added to the spec recently. by [email protected] · 15 years ago
- d2924092 Support removeRecursively and new copy/move behaviors added to the spec recently. by [email protected] · 15 years ago
- ff7321d Yet another try at submitting http://codereview.chromium.org/3397030/show. by [email protected] · 15 years ago
- 252c50a Revert 60981 - Resubmitting http://codereview.chromium.org/3397030 with the needed one-line deletion. by [email protected] · 15 years ago
- 7954ab9 Resubmitting http://codereview.chromium.org/3397030 with the needed one-line deletion. by [email protected] · 15 years ago
- 3e207a8 Revert 60964 - This adds WebFileWriterImpl, which implements WebFileWriter and AsyncFileWriterClient. by [email protected] · 15 years ago
- d41c69d This adds WebFileWriterImpl, which implements WebFileWriter and AsyncFileWriterClient. by [email protected] · 15 years ago
- c5a272d Add Worker support for FileSystem API. by [email protected] · 15 years ago
- 5746640 Refactor some file_system classes to use chromium types instead of by [email protected] · 15 years ago
- 7c1cf47 Add final part of IPC plumbing for FileSystem API (retry). by [email protected] · 15 years ago
- cd920c2a Revert 57915 - Add final part of IPC plumbing for FileSystem API. by [email protected] · 15 years ago
- 6239dc64 Add final part of IPC plumbing for FileSystem API. by [email protected] · 15 years ago
- 52785d4c Add WebFileSystemImpl and 2nd cut of IPC plumbing code for Move operation. by [email protected] · 15 years ago