summaryrefslogtreecommitdiffstats
path: root/net/base/effective_tld_names.gperf
Commit message (Collapse)AuthorAgeFilesLines
* Update effective-TLD data files using the latest data from Mozilla.pam@chromium.org2010-07-141-0/+8
| | | | | | | | | | This data file is their changeset 43173:ac1ed3f6b2e7, from 2010-06-05 21:23 -0400. BUG=37436 TEST=none Review URL: http://codereview.chromium.org/2935007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52304 0039d316-1c4b-4281-b951-d872f2087c98
* Update effective TLD (registry-controlled domain) list to latest file from ↵pam@chromium.org2010-05-031-5/+11
| | | | | | | | | | | | | | | | | | | | | | Mozilla. This corresponds to their patch 740aeef3e198 of 2010-04-28 10:43 +0100. It includes the patches from these bugs: https://bugzilla.mozilla.org/show_bug.cgi?id=547985 https://bugzilla.mozilla.org/show_bug.cgi?id=550970 https://bugzilla.mozilla.org/show_bug.cgi?id=557604 https://bugzilla.mozilla.org/show_bug.cgi?id=560884 https://bugzilla.mozilla.org/show_bug.cgi?id=560885 R=pkasting as http://codereview.chromium.org/1701014 BUG=37436 TEST=none Review URL: http://codereview.chromium.org/1854002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46215 0039d316-1c4b-4281-b951-d872f2087c98
* Update effective TLD (registry-controlled domain) data to latest file from ↵pam@chromium.org2010-02-121-2/+49
| | | | | | | | | | | | | | Mozilla. This corresponds to their patch ec019978e8dc, from 2010-02-11 13:39 +0000. Also update instructions for updating this file. BUG=27523 TEST=none Review URL: http://codereview.chromium.org/600077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38946 0039d316-1c4b-4281-b951-d872f2087c98
* Use a perfect hash map for the registry controlled domain service.jam@chromium.org2009-12-231-0/+3651
On my very fast machine, building the std::set in release mode on startup and blocks the UI thread for 15ms (there are > 3300 entries). It also uses 275KB of memory, not including 50KB of data in the dll. Using a perfect hash map, there's no startup cost. The dll's size increases by 135KB but there's no extra memory consumption, leading to a memory reduction of 140KB. Review URL: http://codereview.chromium.org/515001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35196 0039d316-1c4b-4281-b951-d872f2087c98