summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/isolated_context.cc
Commit message (Expand)AuthorAgeFilesLines
* Lint fixes in webkit/fileapikinuko@chromium.org2012-10-291-2/+2
* Fix FileSystemURL.WithPath for isolated/external pathskinuko@chromium.org2012-10-091-0/+17
* Add syncable filesystem/storage typekinuko@chromium.org2012-09-131-2/+0
* kFileSystemTypeIsolated should be only used in the URL exposed to rendererkinuko@chromium.org2012-08-271-9/+9
* Integrate external mount points to IsolatedContextkinuko@chromium.org2012-08-211-35/+139
* Add RevokeFileSystem back to IsolatedContextkinuko@chromium.org2012-08-131-12/+32
* Adding RevokeFileSystemByPathkinuko@chromium.org2012-08-021-24/+76
* Enables internal filesystem types via Isolated filesystems.kinuko@chromium.org2012-07-251-3/+3
* Add more FS types and introduce type field into IsolatedContextkinuko@chromium.org2012-07-251-71/+109
* Make isolated file system works for a device root (e.g. X:\\)kinuko@chromium.org2012-07-101-43/+106
* Remove ugly writable flags from IsolatedContextkinuko@chromium.org2012-06-301-18/+0
* Relanding r144115: Manage Isolated Context with reference counts w/o DCHECKkinuko@chromium.org2012-06-261-6/+35
* Revert 144115 - Manage IsolatedContext with reference countskinuko@chromium.org2012-06-261-31/+7
* Manage IsolatedContext with reference countskinuko@chromium.org2012-06-261-7/+31
* Retry: Make Isolated file system writable only if it is configured sokinuko@chromium.org2012-06-121-1/+19
* Revert 141395 - Make Isolated file system writable only if it is configured sokinuko@chromium.org2012-06-111-19/+1
* Make Isolated file system writable only if it is configured sokinuko@chromium.org2012-06-111-1/+19
* Cleanup: Remove unneeded scoped_ptr.h includes from webkit.thestig@chromium.org2012-05-231-1/+1
* Add isolated file_util for directory (and file) drag-and-drop support.kinuko@chromium.org2012-04-021-0/+4
* Define FilePath::NormalizePathSeparators on all platformskinuko@chromium.org2012-02-101-5/+1
* Add isolated filesystem context for directory (and file) drag-and-drop support.kinuko@chromium.org2012-02-021-0/+143