diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 23:24:46 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 23:24:46 +0000 |
commit | e7f51241e975364168e7ba562a57869deec4ada9 (patch) | |
tree | eff00837d5dc39225793f98820b0dd559a2dc8a5 /DEPS | |
parent | bd07f1d9fcb3cb0ddab37e64b1884ccb548aff9c (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |