summaryrefslogtreecommitdiffstats
path: root/third_party/mozilla/README.chromium
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-04 01:56:18 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-04 01:56:18 +0000
commit4035a150e22bf51631b09fc810002d859aea1565 (patch)
tree0f5a8908585dd4dfc1b274c6a0caad28124b0485 /third_party/mozilla/README.chromium
parentc296bfc9c44bd0ab389bb2d2772fcdf4cbac30c6 (diff)
downloadchromium_src-4035a150e22bf51631b09fc810002d859aea1565.zip
chromium_src-4035a150e22bf51631b09fc810002d859aea1565.tar.gz
chromium_src-4035a150e22bf51631b09fc810002d859aea1565.tar.bz2
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 Review URL: http://codereview.chromium.org/1904001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mozilla/README.chromium')
-rw-r--r--third_party/mozilla/README.chromium2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/mozilla/README.chromium b/third_party/mozilla/README.chromium
index ab83407..658fd72 100644
--- a/third_party/mozilla/README.chromium
+++ b/third_party/mozilla/README.chromium
@@ -14,3 +14,5 @@ Description:
Local modifications:
NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow
compilation on future versions of Mac OS X.
+ NSString+Utils.m was renamed to NSString+Utils.mm and modified to use GURL
+ for validation in -[NSString isValidURI].