diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 22:31:35 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 22:31:35 +0000 |
commit | 71e5874e3bea5a8adb67310e717bcf34ac9d9e65 (patch) | |
tree | 9b42c0fb48224ba6f230f7a862fb713b77f17f03 /chrome/test/ui/ppapi_uitest.cc | |
parent | 73006d2d5b0e9fe0a56b8fc9d98ee6e5e2b8d361 (diff) | |
download | chromium_src-71e5874e3bea5a8adb67310e717bcf34ac9d9e65.zip chromium_src-71e5874e3bea5a8adb67310e717bcf34ac9d9e65.tar.gz chromium_src-71e5874e3bea5a8adb67310e717bcf34ac9d9e65.tar.bz2 |
* Add follow_redirects_ field to pepper::URLRequestInfo, follow_redirects() accessor, modified SetProperty to support this
* Add status_text_, redirect_url_ fields to pepper::URLResponseInfo, modified GetProperty to return these
* Add URL redirect auditing to pepper::URLLoader.
BUG=49790
BUG=51345
TEST=ui_tests --gtest_filter=PPAPI*
Review=http://codereview.chromium.org/4394003/show
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/ppapi_uitest.cc')
-rw-r--r-- | chrome/test/ui/ppapi_uitest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc index 9de0e3b..a145c8e 100644 --- a/chrome/test/ui/ppapi_uitest.cc +++ b/chrome/test/ui/ppapi_uitest.cc @@ -109,8 +109,7 @@ TEST_F(PPAPITest, Buffer) { RunTest("Buffer"); } -// http://bugs.chromium.org/51345 -TEST_F(PPAPITest, DISABLED_URLLoader) { +TEST_F(PPAPITest, URLLoader) { RunTestViaHTTP("URLLoader"); } |