summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-27 23:24:46 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-27 23:24:46 +0000
commite7f51241e975364168e7ba562a57869deec4ada9 (patch)
treeeff00837d5dc39225793f98820b0dd559a2dc8a5 /DEPS
parentbd07f1d9fcb3cb0ddab37e64b1884ccb548aff9c (diff)
downloadchromium_src-e7f51241e975364168e7ba562a57869deec4ada9.zip
chromium_src-e7f51241e975364168e7ba562a57869deec4ada9.tar.gz
chromium_src-e7f51241e975364168e7ba562a57869deec4ada9.tar.bz2
Don't treat ';' as an authority terminator when parsing a potential URL. This was making the omnibox believe that "tl;dr" was a URL with "tl" as a host and ";dr" as a path, confusing it.
BUG=56967 TEST=Covered by unittests Review URL: http://codereview.chromium.org/3440032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60726 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 bbbdafd..3076d0f 100644
--- a/DEPS
+++ b/DEPS
@@ -22,7 +22,7 @@ deps = {
"/trunk/deps/support@20411",
"src/googleurl":
- (Var("googlecode_url") % "google-url") + "/trunk@146",
+ (Var("googlecode_url") % "google-url") + "/trunk@147",
"src/seccompsandbox":
"http://seccompsandbox.googlecode.com/svn/trunk@119",