diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 18:19:16 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 18:19:16 +0000 |
commit | 797f5d1d995bd5f31fbb811785b15fbccecafbd4 (patch) | |
tree | 6b5f3293a1f23767a490bd2a798f056f5dc9be1f /net | |
parent | b36c0dc396e2db203cb58b55aa9acd8d03eeb4b8 (diff) | |
download | chromium_src-797f5d1d995bd5f31fbb811785b15fbccecafbd4.zip chromium_src-797f5d1d995bd5f31fbb811785b15fbccecafbd4.tar.gz chromium_src-797f5d1d995bd5f31fbb811785b15fbccecafbd4.tar.bz2 |
Change registry-controlled-domain status for .pw
The IANA admin contact for .pw has confirmed[1] a requested change[2]
to the RCD config for .pw.
This change will be pushed upstream to Mozilla in
https://bugzilla.mozilla.org/show_bug.cgi?id=492583
[1] private email
[2] http://www.google.com/support/forum/p/Chrome/thread?tid=3a477e4a25af0cba&hl=en
TEST=type start.pw into the URL bar. It should complete as a URL, not just as a search.
R=tony
http://codereview.chromium.org/115249
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15876 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/base/effective_tld_names.cc | 7 | ||||
-rw-r--r-- | net/base/effective_tld_names.dat | 10 |
2 files changed, 14 insertions, 3 deletions
diff --git a/net/base/effective_tld_names.cc b/net/base/effective_tld_names.cc index 1e61204..d9455f3 100644 --- a/net/base/effective_tld_names.cc +++ b/net/base/effective_tld_names.cc @@ -163,7 +163,6 @@ const char net::RegistryControlledDomainService::kDomainData[] = "*.osaka.jp\n" "*.pa\n" "*.pg\n" - "*.pw\n" "*.py\n" "*.qa\n" "*.sa\n" @@ -480,6 +479,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "bedzin.pl\n" "beeldengeluid.museum\n" "beiarn.no\n" + "belau.pw\n" "belgorod.ru\n" "bellevue.museum\n" "belluno.it\n" @@ -720,6 +720,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "co.mw\n" "co.na\n" "co.pn\n" + "co.pw\n" "co.rs\n" "co.rw\n" "co.st\n" @@ -961,6 +962,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "ed.ao\n" "ed.ci\n" "ed.jp\n" + "ed.pw\n" "edu\n" "edu.ac\n" "edu.af\n" @@ -1289,6 +1291,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "go.it\n" "go.jp\n" "go.kr\n" + "go.pw\n" "go.th\n" "go.tj\n" "go.tz\n" @@ -2188,6 +2191,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "ne\n" "ne.jp\n" "ne.kr\n" + "ne.pw\n" "ne.tz\n" "ne.ug\n" "ne.us\n" @@ -2422,6 +2426,7 @@ const char net::RegistryControlledDomainService::kDomainData[] = "or.kr\n" "or.mu\n" "or.na\n" + "or.pw\n" "or.th\n" "or.tz\n" "or.ug\n" diff --git a/net/base/effective_tld_names.dat b/net/base/effective_tld_names.dat index e69dd321..9576e40 100644 --- a/net/base/effective_tld_names.dat +++ b/net/base/effective_tld_names.dat @@ -39,7 +39,7 @@ // // ***** END LICENSE BLOCK ***** -// Chromium note: this is Mozilla's revision 1.9 of this file: +// Chromium note: this based on Mozilla's revision 1.9 of this file: // http://mxr.mozilla.org/mozilla/source/netwerk/dns/src/effective_tld_names.dat?raw=1 // ac : http://en.wikipedia.org/wiki/.ac @@ -3622,7 +3622,13 @@ com.pt nome.pt // pw : http://en.wikipedia.org/wiki/.pw -*.pw +pw +co.pw +ne.pw +or.pw +ed.pw +go.pw +belau.pw // py : http://www.nic.py/faq_a.html#faq_b *.py |