summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/local_file_stream_writer_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move all webkit/fileapi tests to content_unittestsadamk@chromium.org2012-06-071-5/+0
| | | | | | | | | | | Most were previously in test_shell_tests, which we're trying to kill. The rest were in unit_tests, and are being moved for consistency's sake. BUG=126514 Review URL: https://chromiumcodereview.appspot.com/10447043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140919 0039d316-1c4b-4281-b951-d872f2087c98
* Rename fileapi::FileWriter to FileStreamWriter.kinaba@chromium.org2012-05-311-0/+161
For several reasons the name of the class was confusing: - It does not directly correspond to FileWriter in File API (which is implemented by WebCore::FileWriter), and - FileWriterDelegate is NOT a delegate of the class. hence the change. FileReader renaming is to come in a separate CL. BUG=128483 TEST=unit_tests --gtest_filter='*File*Write*' Review URL: https://chromiumcodereview.appspot.com/10456024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139738 0039d316-1c4b-4281-b951-d872f2087c98