diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-01-06 08:50:56 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-01-06 08:50:56 (GMT) |
commit | 90fdd02f0ecb6f1a935764c190bd2dd030f2846b (patch) | |
tree | df752b92605ffaacc15c2628bef22bca14dde53a /src/network/access/qnetworkcookiejartlds_p.h.INFO | |
parent | 97e045f48a331ff97b87bd207fb811277a4fa695 (diff) | |
parent | 0c07af230d016aab6e416ae57594189ab9953101 (diff) | |
download | Qt-90fdd02f0ecb6f1a935764c190bd2dd030f2846b.zip Qt-90fdd02f0ecb6f1a935764c190bd2dd030f2846b.tar.gz Qt-90fdd02f0ecb6f1a935764c190bd2dd030f2846b.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
cookie jar code: enhance security by keeping track of effective TLDs
Add support for QMetaType::QVariant in ActiveQt
Fix QNetworkReply autotest cases for QT-3494
Add compiler optimization for QtScript/JSC on Symbian
improve performance of QTextEngine, esp. setBoundary by using non-detaching operator[]
Improve docs for QTEST_MAIN macro.
Work around an apparent GCC optimiser bug accessing arrays beyond end
Do not crash in case a future version of libdbus has a new kind of message.
Docs: QTBUG-9150 Incorrect snippet in class doc.
tst_headers: make failure more detailed when failing to open a file
Fix number of chapters in qtestlib tutorial.
Fixed QStatusBar not to repaint itself too early
QNAM HTTP: Fix missing error() signal
Make it clear which security updates are needed for Visual Studio 2005.
Diffstat (limited to 'src/network/access/qnetworkcookiejartlds_p.h.INFO')
-rw-r--r-- | src/network/access/qnetworkcookiejartlds_p.h.INFO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/network/access/qnetworkcookiejartlds_p.h.INFO b/src/network/access/qnetworkcookiejartlds_p.h.INFO new file mode 100644 index 0000000..57a8d0e --- /dev/null +++ b/src/network/access/qnetworkcookiejartlds_p.h.INFO @@ -0,0 +1,17 @@ +The file qnetworkcookiejartlds_p.h is generated from the Public Suffix +List (see [1] and [2]), by the program residing at +util/network/cookiejar-generateTLDs in the Qt source tree. + +That program generates a character array and an index array from the +list to provide fast lookups of elements within C++. + +Those arrays in qnetworkcookiejartlds_p.h are derived from the Public +Suffix List ([2]), which was originally provided by +Jo Hermans <jo.hermans@gmail.com>. + +The file qnetworkcookiejartlds_p.h was last generated Friday, +November 19th 15:24 2010. + +---- +[1] list: http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1 +[2] homepage: http://publicsuffix.org/ |