summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_path_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* 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