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

Issue 149588: Require hosts for non-file URLs. (Closed)

Created:
11 years, 5 months ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Require hosts for non-file URLs. BUG=9

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 3

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M src/url_canon_stdurl.cc View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M src/url_canon_unittest.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
willchan no longer on Chromium
11 years, 5 months ago (2009-07-14 00:33:20 UTC) #1
brettw
After studying the code, it looks like file URL handling doesn't go through the standard ...
11 years, 5 months ago (2009-07-14 16:41:26 UTC) #2
willchan no longer on Chromium
Excellent, that makes it easier. I've updated the cl.
11 years, 5 months ago (2009-07-14 17:23:55 UTC) #3
brettw
http://codereview.chromium.org/149588/diff/1001/11 File src/url_canon_stdurl.cc (right): http://codereview.chromium.org/149588/diff/1001/11#newcode73 Line 73: success &= CanonicalizeHost(source.host, parsed.host, I would call Canonicalize ...
11 years, 5 months ago (2009-07-14 17:26:33 UTC) #4
willchan no longer on Chromium
http://codereview.chromium.org/149588/diff/1001/11 File src/url_canon_stdurl.cc (right): http://codereview.chromium.org/149588/diff/1001/11#newcode73 Line 73: success &= CanonicalizeHost(source.host, parsed.host, On 2009/07/14 17:26:33, brettw ...
11 years, 5 months ago (2009-07-14 17:35:35 UTC) #5
brettw
LGTM http://codereview.chromium.org/149588/diff/1001/11 File src/url_canon_stdurl.cc (right): http://codereview.chromium.org/149588/diff/1001/11#newcode73 Line 73: success &= CanonicalizeHost(source.host, parsed.host, No, I couldn't ...
11 years, 5 months ago (2009-07-14 17:40:03 UTC) #6
brettw
11 years, 5 months ago (2009-07-15 21:49:53 UTC) #7
Checked in as googleurl@109, I did not pull DEPS.

Powered by Google App Engine
This is Rietveld 408576698