summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Return a FileEntry object from onFileSynced events so both input and output t...calvinlo@chromium.org2013-02-061-0/+24
* Unsafe array length fix for GetNormalizedPath() function.calvinlo@chromium.org2013-02-061-0/+20
* Revert 180688 due to faiulres on asan botsbrianderson@chromium.org2013-02-051-20/+0
* Add Utility functions to Normalize and check for Absolute Virtual Paths.calvinlo@chromium.org2013-02-051-0/+20
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-20/+20
* Update some #includes in webkit/ for new headers in Platform directorypilgrim@chromium.org2013-01-151-2/+2
* Cleanup: Add fileapi::GetIsolatedFileSystemRootURIStringkinuko@chromium.org2013-01-101-0/+16
* Implement FileSystemURL.DebugString()kinuko@chromium.org2012-10-151-17/+24
* Add syncable filesystem/storage typekinuko@chromium.org2012-09-131-7/+10
* Convert public CrackFileSystem() from FileSystemUtil to private static helper...calvinlo@chromium.org2012-09-051-57/+0
* Integrate external mount points to IsolatedContextkinuko@chromium.org2012-08-211-2/+5
* Implement media path filtertzik@chromium.org2012-08-021-0/+2
* Add more FS types and introduce type field into IsolatedContextkinuko@chromium.org2012-07-251-0/+1
* Fix ObfuscatedOriginEnumerator::Next not to try to callericu@chromium.org2012-07-091-6/+8
* Allow extension fileSystem API to work with drag and drop entries.benwells@chromium.org2012-06-181-1/+7
* Implement extension API chrome.fileSystem.getDisplayPath().benwells@chromium.org2012-06-081-0/+30
* Move fileapi into its own componentbenwells@chromium.org2012-05-301-0/+27
* Pass command line arguments onto platform apps which provide the right intent.benwells@chromium.org2012-05-261-0/+2
* Adding isolated filesystem support in GetFileSystemRootURIkinuko@chromium.org2012-05-181-2/+3
* Add RegisterMountPointProvider and TestMountPointProvider for testingkinuko@chromium.org2012-05-111-0/+8
* Style fix in webkit/fileapitzik@chromium.org2012-04-051-1/+1
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-031-47/+32
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-031-32/+47
* Add full support for filesystem URLs.ericu@google.com2012-04-021-47/+32
* Add isolated file_util for directory (and file) drag-and-drop support.kinuko@chromium.org2012-04-021-18/+31
* Add database recovery for FileSystemOriginDatabasetzik@chromium.org2012-03-291-0/+16
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-241-36/+48
* Add full support for filesystem URLs.ericu@google.com2012-03-241-48/+36
* Fixed bug: we can now handle "a:b" as a file name.ericu@chromium.org2012-03-051-0/+45
* Fix and re-enable IndexedDBBrowserTestWithLowQuota.QuotaTestdgrogan@chromium.org2012-03-021-0/+1
* Define FilePath::NormalizePathSeparators on all platformskinuko@chromium.org2012-02-101-6/+2
* Cleanup FileSystemOperation for preparing for adding FSO-factory methodkinuko@chromium.org2012-01-111-2/+8
* Cleanup: Removing FileSystemPathManagerkinuko@chromium.org2012-01-051-1/+15
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-2/+2
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-2/+2
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-1/+1
* Clean up old dead code.ericu@chromium.org2011-09-061-17/+1
* Add more unescaping for filesystem URLs. When the code goes in to fixericu@chromium.org2011-06-171-1/+2
* This goes in first, followed by a webkit change that defines WEBFILESYSTEMCAL...ericu@chromium.org2011-06-021-4/+4
* Code to turn on obfuscated filesystems for all, and to migrate all existing u...ericu@google.com2011-05-281-2/+2
* Integrated obfuscation with quota; all unit tests now pass with or without th...ericu@chromium.org2011-05-231-0/+26
* Implement SandboxQuotaClient for Quota support in sandboxed filesystemkinuko@chromium.org2011-05-091-0/+23
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-161-8/+12
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-131-6/+6
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-121-6/+6
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-121-6/+6
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-251-0/+7
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-241-11/+69
* First crack at FileSystemURLRequestJob for handling filesystem: URLs.adamk@chromium.org2011-02-081-0/+62