summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Merge 82274 - Clang made happy again.TEST=noneBUG=noneReview URL: http://code...kerz@chromium.org2011-04-202-1/+5
* Merge 82269 - Build break fix for Clang builds.TEST=noneBUG=noneReview URL: h...kerz@chromium.org2011-04-201-0/+1
* Merge 82266 - Fixed file/directory url resolution for external mount point pr...kerz@chromium.org2011-04-2030-190/+552
* Add 'Cache-Control: no-cache' to filesystem: responses to avoidadamk@chromium.org2011-04-193-3/+39
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-1612-50/+111
* Clang build fix, de-inline a virtual method and dtor.michaeln@google.com2011-04-163-5/+23
* Let Pepper open FileSystem files again.ericu@google.com2011-04-163-0/+82
* Nit fix FileSystemOperationWriteTest about when exiting the thread and remove...dmikurube@chromium.org2011-04-141-6/+3
* Fix memory leaks below file_util::FileEnumeratordmikurube@chromium.org2011-04-141-0/+2
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-1314-337/+242
* Extract a recursive copy function as a shared and non-virtual function.dmikurube@chromium.org2011-04-132-11/+152
* Fix FileSystemOperationTest for writing operations to avoid conflicting class...dmikurube@chromium.org2011-04-132-35/+41
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-1214-242/+337
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-1214-337/+242
* Modify tests for FileSystemOperation to test directory-in-directory.dmikurube@chromium.org2011-04-111-6/+20
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-1111-221/+322
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-0911-322/+221
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-0811-222/+325
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-0811-325/+222
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-0710-199/+319
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-0710-319/+199
* Add a unittest for FileSystemOperation::Write().dmikurube@chromium.org2011-04-072-2/+253
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-2810-21/+49
* Move some files from base to base/memory.levin@chromium.org2011-03-2822-48/+48
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-2516-21/+115
* Proper build fix.ericu@google.com2011-03-244-2/+10
* Revert 79230 - Fix the clang build.ericu@google.com2011-03-242-7/+2
* Fix the clang build.ericu@google.com2011-03-242-2/+7
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-2424-529/+1410
* 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