summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorfdeng@chromium.org <fdeng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 16:27:53 +0000
committerfdeng@chromium.org <fdeng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 16:27:53 +0000
commit23b8a7379efba003a4d782b2a2c009fd9d326699 (patch)
treedbcf1c6d2f1fb0677fd804c20ac45666fd1b4070 /DEPS
parent91c17697615cce91a4a43140a7910cef6494c565 (diff)
downloadchromium_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--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 004e162..fc9fa04 100644
--- a/DEPS
+++ b/DEPS
@@ -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",
}