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

Issue 1904001: Fix -[NSString isValidURI]. (Closed)

Created:
10 years, 7 months ago by dcheng
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, pink (ping after 24hrs), Mark Mentovai
Visibility:
Public.

Description

Fix -[NSString isValidURI]. Use GURL for validation instead of NSURL. NSURL is extremely liberal with what it considers a valid URI, since it also uses RFC 1808 to parse. BUG=43100 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=46318

Patch Set 1 #

Patch Set 2 : 80-character limit. #

Total comments: 6

Patch Set 3 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M chrome/chrome_browser.gypi View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/mozilla/NSString+Utils.mm View 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/mozilla/README.chromium View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
dcheng
Not sure who's an appropriate reviewer for this change. Either of you mind taking a ...
10 years, 7 months ago (2010-05-03 23:51:44 UTC) #1
Mark Mentovai
LGTM with these changes. Either of us are appropriate reviewers for this. http://codereview.chromium.org/1904001/diff/2001/3002 File third_party/mozilla/NSString+Utils.mm ...
10 years, 7 months ago (2010-05-04 01:20:44 UTC) #2
dcheng
http://codereview.chromium.org/1904001/diff/2001/3002 File third_party/mozilla/NSString+Utils.mm (right): http://codereview.chromium.org/1904001/diff/2001/3002#newcode1 third_party/mozilla/NSString+Utils.mm:1: /* ***** BEGIN LICENSE BLOCK ***** On 2010/05/04 01:20:45, ...
10 years, 7 months ago (2010-05-04 01:28:08 UTC) #3
Mark Mentovai
10 years, 7 months ago (2010-05-04 01:32:57 UTC) #4
LGTM.

Be sure to watch that the file is indeed deleted after your git commit, and fix
it up or holler if it’s not.

Thanks for the quick attention on this!

Powered by Google App Engine
This is Rietveld 408576698