Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Issue 1614001: Pull latest googleurl to get it to stop unescaping at signs in paths.... (Closed)

Created:
10 years, 8 months ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
eroman
CC:
chromium-reviews, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Pull latest googleurl to get it to stop unescaping at signs in paths. This also fixes the URL displayer to stop unescaping at signs. Otherwise, we'll have the weird situation where if you go to a site with a %40 in it where it cares about the difference between %40 and @, pressing enter in the URL bar will load the "@" variant and the URL won't load. BUG=http:///crbug.com/23933 TEST=included unit test Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43615

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -3 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M net/base/escape.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/escape_unittest.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M net/base/net_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/base/net_util_unittest.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
brettw
10 years, 8 months ago (2010-04-02 16:57:53 UTC) #1
eroman
LGTM
10 years, 8 months ago (2010-04-02 17:39:59 UTC) #2
brettw
I added some changes to net_util to keep this from breaking tests. The problem was ...
10 years, 8 months ago (2010-04-02 19:22:20 UTC) #3
eroman
10 years, 8 months ago (2010-04-02 22:44:36 UTC) #4
lgtm on the new changes.
thanks for fixing my omission of special chars in net_util!

Powered by Google App Engine
This is Rietveld 408576698