From a4d9ac41050e128f193b9ba7582e2f71e1797e8b Mon Sep 17 00:00:00 2001 From: "jshin@chromium.org" Date: Mon, 19 Oct 2009 22:44:45 +0000 Subject: Pull in googleurl @ r=120 to fix the query part encoding handling (the patch by Roland Steiner). What Roland wrote at http://codereview.chromium.org/243028/show Encoding of the query part of an URL was inconsistent: If it was part of a larger relative URL, it would get encoded. However, if the query part was stand-alone, then it would not be encoded. As indicated by the original layout test referenced in the bug (see below), this patch changes the code so that the query part is encoded in both cases. Note, however, that with this patch the layout test will NOT yet fully pass, since it also handles the fragment part differently. As the different handling of the fragment part seems to be quite on purpose, I have not modified the behavior - see the discussion at http://code.google.com/p/chromium/issues/detail?id=20507 . BUG=8912,20507 TBR=brettw Review URL: http://codereview.chromium.org/297010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29470 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 110e14d..97a424c 100644 --- a/DEPS +++ b/DEPS @@ -13,7 +13,7 @@ deps = { "/trunk/deps/support@20411", "src/googleurl": - "http://google-url.googlecode.com/svn/trunk@119", + "http://google-url.googlecode.com/svn/trunk@120", "src/sdch/open-vcdiff": "http://open-vcdiff.googlecode.com/svn/trunk@28", -- cgit v1.1