Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all webkit/fileapi tests to content_unittests | adamk@chromium.org | 2012-06-07 | 1 | -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.org | 2012-05-31 | 1 | -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 |