summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_path_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 82266 - Fixed file/directory url resolution for external mount point pr...kerz@chromium.org2011-04-201-6/+6
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-161-18/+22
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-131-77/+23
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-121-23/+77
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-121-77/+23
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-111-23/+77
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-091-77/+23
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-081-23/+77
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-081-77/+23
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-071-23/+77
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-071-77/+23
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-251-2/+47
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-241-289/+84
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Add a utility method that returns a list of origins that have FileSystem stor...kinuko@chromium.org2011-02-221-1/+22
* Make more methods of FileSystemPathManager static and portable.kinuko@chromium.org2011-02-161-29/+28
* Add 1st cut of FileSystemUsageTracker that tracks the usage changes in FileSy...kinuko@chromium.org2011-02-101-17/+36
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-3/+3
* Revert 67385 - On windows filepaths need \\?\ prefix to allow extended file p...kinuko@chromium.org2010-11-301-16/+2
* On windows filepaths need \\?\ prefix to allow extended file path names. Fix ...kkanetkar@chromium.org2010-11-251-2/+16
* Support FileSystem API in extensionskinuko@chromium.org2010-11-061-0/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Release GetFileSystemRootPath callback on the correct thread.kinuko@chromium.org2010-10-281-0/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+3
* Hide the FileSystem directory under 'unpredictable' location (part 2)kinuko@chromium.org2010-10-151-71/+190
* Refactor out path-related methods from file_system_host_context into a separa...kinuko@chromium.org2010-10-121-0/+215