qt5base-lts/util
Robert Hogan 093a92fb03 Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCore
Move Qt's copy of the Mozilla public suffix list from QtNetwork
to QtCore and use it to expose a new API function QUrl::topLevelDomain().
This function returns the section of the url that is a registrar-controlled
top level domain.

QtCore now exports a couple of functions to the other Qt modules: qTopLevelDomain,
a helper function for QUrl::topLevelDomain(); and qIsEffectiveTLD(), a helper
function for QNetworkCookeieJar.

The motivation for this new API is to allow QtWebKit implement a Third-Party
Cookie blocking policy. For this QtWebKit needs to know the element of the url
that is the registry-controlled TLD. Without this knowledge it would end up
blocking third-party cookies per host rather than per registry-controlled domain.

See also https://bugs.webkit.org/show_bug.cgi?id=45455

Merge-request: 1205
Task-number: QTBUG-13601
Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
(cherry picked from commit 154402f56dcf8303a6ce601a52215226af8d31ba)
2011-05-24 12:12:04 +02:00
..
corelib/qurl-generateTLDs Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCore 2011-05-24 12:12:04 +02:00
harfbuzz Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
integrity Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
lexgen Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
local_database Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
plugintest Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
s60pixelmetrics Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
s60theme Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
scripts Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
unicode Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
xkbdatagen Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00