summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in FileWriterDelegate by passing FileStream::Write a callback...adamk@chromium.org2011-03-152-9/+8
* Re-enable FileWriterSync ui_tests by adding a ScopedAllowIO to BlobURLRequest...adamk@chromium.org2011-03-101-1/+4
* Virtualize file_util calls from FileSystemFileUtil::PerformCommonCheckAndPrep...dmikurube@google.com2011-03-082-63/+96
* Make FileSystemDirURLRequestJob test single-threaded in hopes of making it le...adamk@chromium.org2011-03-081-14/+7
* Fixed the bug 75018: incorrect conditional jump in fileapi::FileSystemUsageCa...kinuko@chromium.org2011-03-081-1/+3
* Revive FileAPI's recursive CreateDirectory.kinuko@chromium.org2011-03-076-12/+21
* Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit...kinuko@chromium.org2011-03-049-28/+1150
* Remove FileSystemQuotaManager classkinuko@chromium.org2011-03-049-224/+129
* Replace EXPECT_EQ(false, ...) with EXPECT_FALSE(...) to fix clang buildkinuko@chromium.org2011-03-031-2/+2
* Add a function for usage tracking.kinuko@chromium.org2011-03-036-8/+537
* Revert 76578 (accidental commit by the commit bot) - Add a function for usage...thakis@chromium.org2011-03-026-551/+8
* Revert 76586 - Fix clang build.thakis@chromium.org2011-03-021-12/+22
* Fix clang build.thakis@chromium.org2011-03-021-22/+12
* Add a function for usage tracking. It's based on the bug 6426001.dmikurube@google.com2011-03-026-8/+551
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-265-142/+76
* Properly return TYPE_MISMATCH_ERR for DirectoryExists/FileExistsadamk@chromium.org2011-02-252-2/+16
* Add a utility method that returns a list of origins that have FileSystem stor...kinuko@chromium.org2011-02-223-8/+131
* Display only the sandboxed portion of the URL when listingadamk@chromium.org2011-02-171-3/+3
* Make more methods of FileSystemPathManager static and portable.kinuko@chromium.org2011-02-166-64/+66
* Don't use a separate FILE thread in FileSystemURLRequestJobTest.adamk@chromium.org2011-02-141-10/+2
* 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