diff options
author | fdeng@chromium.org <fdeng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 16:27:53 +0000 |
---|---|---|
committer | fdeng@chromium.org <fdeng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 16:27:53 +0000 |
commit | 23b8a7379efba003a4d782b2a2c009fd9d326699 (patch) | |
tree | dbcf1c6d2f1fb0677fd804c20ac45666fd1b4070 /DEPS | |
parent | 91c17697615cce91a4a43140a7910cef6494c565 (diff) | |
download | chromium_src-23b8a7379efba003a4d782b2a2c009fd9d326699.zip chromium_src-23b8a7379efba003a4d782b2a2c009fd9d326699.tar.gz chromium_src-23b8a7379efba003a4d782b2a2c009fd9d326699.tar.bz2 |
Roll Web Page Replay to 489 in order to pick up a fix which handles multiple http response headers with the same name.
Before this fix, Web Page Replay is unable to handle multiple headers with the same name in a http response properly, such as multiple "Set-Cookie" headers. As a result, it is unable to login to Gmail and some other websites when we are simulating the network via Web Page Replay.
BUG=
TEST= Ran perf.PageCyclerNetSimTest and perf.PopularSitesScrollTest
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10808117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ deps = { "/trunk/tools/deps2git@139377", "src/third_party/webpagereplay": - (Var("googlecode_url") % "web-page-replay") + "/trunk@482", + (Var("googlecode_url") % "web-page-replay") + "/trunk@489", } |