From 797f5d1d995bd5f31fbb811785b15fbccecafbd4 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Tue, 12 May 2009 18:19:16 +0000 Subject: 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 --- net/base/effective_tld_names.cc | 7 ++++++- net/base/effective_tld_names.dat | 10 ++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'net') 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 -- cgit v1.1