summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity.kinuko@chromium.org2011-02-148-407/+259
* Add 1st cut of FileSystemUsageTracker that tracks the usage changes in FileSy...kinuko@chromium.org2011-02-108-29/+362
* Several bits of cleanup in FileSystem*URLRequestJob:adamk@chromium.org2011-02-095-21/+20
* First crack at FileSystemURLRequestJob for handling filesystem: URLs.adamk@chromium.org2011-02-0810-0/+1159
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-175-11/+11
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-152-4/+4
* Add some initial OWNERS files for src/webkit/.darin@chromium.org2011-01-141-0/+3
* Added WARN_UNUSED_RESULT to ScopedTempDir methods.cbentzel@chromium.org2011-01-132-4/+2
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-062-5/+5
* Remove BrowserFileSystemContext class and merge it into SandboxedFileSystemCo...kinuko@chromium.org2010-12-144-12/+42
* Move more code from headers to implementation.erg@google.com2010-12-072-0/+3
* Delete FileSystem API data when uninstalling extensions.kinuko@chromium.org2010-12-033-7/+31
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-303-17/+20
* Make FileSystemOperation's lifetime more explicit.kinuko@chromium.org2010-11-305-197/+180
* Revert 67385 - On windows filepaths need \\?\ prefix to allow extended file p...kinuko@chromium.org2010-11-304-48/+4
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-2/+5
* On windows filepaths need \\?\ prefix to allow extended file path names. Fix ...kkanetkar@chromium.org2010-11-254-4/+48
* Extend simple_file_system to use SandboxedFileSystemOperationkinuko@chromium.org2010-11-232-19/+4
* FileSystem code cleanup 2nd cut - introduce SandboxedFileSystemOperationkinuko@chromium.org2010-11-106-43/+424
* FileSystem code cleanup 1st cut - does some class renaming.kinuko@chromium.org2010-11-095-60/+80
* Support FileSystem API in extensionskinuko@chromium.org2010-11-061-0/+3
* Moving Entry from base::file_util_proxy namespace to within class base::FileU...kkanetkar@chromium.org2010-11-024-10/+12
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Change a couple of occurances of ASSERT_TRUE(false) to FAIL()michaeln@chromium.org2010-10-301-2/+2
* Release GetFileSystemRootPath callback on the correct thread.kinuko@chromium.org2010-10-281-0/+1
* This is the second try at submitting http://codereview.chromium.org/3991007/s...ericu@google.com2010-10-251-0/+4
* Revert 63619 - Workers who want to use FileWriter need to be granted permissi...ericu@google.com2010-10-231-4/+0
* Workers who want to use FileWriter need to be granted permission to access fi...ericu@google.com2010-10-231-0/+4
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-193-2/+11
* WebFileWriterBase unit testsmichaeln@chromium.org2010-10-192-5/+428
* Hide the FileSystem directory under 'unpredictable' location (part 2)kinuko@chromium.org2010-10-154-141/+495
* Rename FileUtilProxy::Create to EnsureFileExistskinuko@chromium.org2010-10-152-26/+19
* FBTF: More ctor/dtor cleanup.erg@google.com2010-10-142-1/+7
* SimpleFileWriter for test_shell and DRT.michaeln@chromium.org2010-10-144-0/+218
* Switch FileSystemOperation::Write back to using FileUtilProxy::CreateOrOpen, ...ericu@google.com2010-10-131-1/+1
* Refactor out path-related methods from file_system_host_context into a separa...kinuko@chromium.org2010-10-124-0/+494
* FileWriter: Defend against being deleted in the FileWriterDelegate completion...michaeln@chromium.org2010-10-121-4/+5
* Make sure we close the file_handle when we create (but not open) a new filekinuko@chromium.org2010-10-111-2/+2
* Replace DCHECK in the FileSystemQuota test code with ASSERT_TRUE.kinuko@chromium.org2010-10-081-3/+3
* Allow unlimited quota for apps for FileSystem accesskinuko@chromium.org2010-10-084-0/+225
* Resubmit of http://codereview.chromium.org/3476002/show but without the crash...ericu@google.com2010-10-076-11/+307
* Revert 61833 - Add the actual writing-files part of FileWriter.ericu@google.com2010-10-075-305/+11
* Add the actual writing-files part of FileWriter.ericu@google.com2010-10-075-11/+305
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-073-58/+212
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-063-212/+58
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-063-58/+212
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-053-208/+42
* Marks Test{Move,Copy}FailureContainsPath FAILS on Windows, also makes a fix a...kinuko@chromium.org2010-10-051-5/+17
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-053-42/+208
* Second try at submitting 61462.ericu@google.com2010-10-054-52/+144