summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hack RenderBlock's continuation() and setContinuation() for RVCT 2.x.Andreas Kling2011-06-081-2/+2
* Use WTF::notFound instead of -1 to check for Vector::find() errors.Andreas Kling2011-06-081-2/+2
* The autotests don't even build on Symbian, skip them for now.Andreas Kling2011-06-081-1/+3
* Hack SystemTimeWin.cpp to build on MSVC2005.Andreas Kling2011-06-081-0/+4
* Make Float32Array and Int16Array build on RVCT 2.x.Andreas Kling2011-06-082-3/+5
* Fix build with RVCT 2.xAndreas Kling2011-06-071-1/+2
* Updated WebKit to cbc99535043a2abc98d6701943595f52fbaf5b19Andreas Kling2011-06-064-4/+14
* Updated WebKit to 4e7dfbab30278b0427e699baaadbf3e5aab88203Alexis Menard2011-06-0365-367/+1772
* Updated WebKit to dbda3e9596b836ab6eb88c500766dba6745759beAlexis Menard2011-06-0313-12/+143
* Some qmake black magic to pick up the right file.Alexis Menard2011-06-032-2/+1
* Add a dummy Source.pro that simply includes WebKit.proAndreas Kling2011-06-031-0/+1
* Updated WebKit to 7e7119292e94f55a66d391cd183a4dd6ec1a8d65Alexis Menard2011-06-028-119/+5
* Updated WebKit to 7e7119292e94f55a66d391cd183a4dd6ec1a8d65Alexis Menard2011-06-0282-4251/+1705
* Updated WebKit to efbf910ad7c49e8cdf81411b4ac0abeea0efd8f8Alexis Menard2011-06-0219-58/+324
* Fix build of Fancy Browser demo.Alexis Menard2011-06-021-0/+1
* Updated WebKit to 9b4474ac44ee2f3311b435bd45630f5c2c357217Alexis Menard2011-06-012-0/+251
* Updated configure.exe to build webkit properly.Alexis Menard2011-06-011-0/+0
* Updated WebKit to 9b4474ac44ee2f3311b435bd45630f5c2c357217Alexis Menard2011-05-3115-131/+58
* Make QtWebKit build properly. QtWebKit is not just build by WebCore.pro butAlexis Menard2011-05-313-128/+1
* Fix configure after new import of WebKit.Alexis Menard2011-05-311-1/+1
* Updated WebKit to 65360d3d3377f120aecccf1bf9b9ae9444d488e1Alexis Menard2011-05-3127-72/+232
* Updated WebKit to af58e9520937cc6fc3e31fe5d6682d19842e044dAlexis Menard2011-05-3119-37/+217
* Updated WebKit to d14495f006a09eaee01d155fa57c80537408a835Alexis Menard2011-05-309316-8/+2836070
* Remove old QtWebKit.Alexis Menard2011-05-305254-1758183/+0
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-05-2748-330/+1298
|\
| * Added some of my Qt 4.8 changes to the changelogOlivier Goffart2011-05-261-0/+22
| * Merge remote-tracking branch 'earth-staging/master'Olivier Goffart2011-05-2611-51/+110
| |\
| | * Update bearer startup code in network autotestsShane Kearns2011-05-258-33/+98
| | * symbian socket engine: share ip address conversion codeShane Kearns2011-05-253-18/+12
| * | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-269-77/+53
| |\ \
| * | | license header check: fix exception for URL TLD tablePeter Hartmann2011-05-251-1/+1
| | |/ | |/|
| * | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-248452-141937/+141860
| |\ \
| * | | QUrl TLD: fix documentation file for "Add QUrl::topLevelDomain() ..."Peter Hartmann2011-05-241-4/+4
| * | | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-2414-55/+244
| * | | fix Symbian ordinals for merge request re. utf8 characters in SSL certsPeter Hartmann2011-05-241-1/+5
| * | | add auto test for SSL certificates containing utf8 charactersPierre Rossi2011-05-234-5/+58
| * | | fix coding style for merge request re. utf8 characters in SSL certsPierre Rossi2011-05-231-7/+6
| * | | Use OpenSSL X509_NAME_ENTRY API to parse UTF8 subjectName/issuerNameRaul Metsma2011-05-233-36/+29
| * | | Fix the build for QUuidLiang Qi2011-05-232-2/+6
| * | | Improved performance of the QLocale::name() function.Denis Dzyubenko2011-05-201-9/+22
| * | | Optimize QUuid::QUuid(const char *)Liang Qi2011-05-201-1/+9
| * | | QDataStream: speedup steaming of QUuid.Liang Qi2011-05-201-17/+47
| * | | Add QUuid::toRfc4122() and fromRfc4122()Liang Qi2011-05-204-0/+128
| * | | Add QUuid::toByteArray() and relevantLiang Qi2011-05-204-0/+119
| * | | Optimize QUuid::toString() and relevantLiang Qi2011-05-202-55/+100
| * | | Add some autotests and benchmarks for QUuidLiang Qi2011-05-202-2/+152
| * | | tst_qhostinfo: Fix IPv6 lookup detection on Windows.Martin Petersson2011-05-201-7/+7
| * | | Fix typo in commentOlivier Goffart2011-05-201-1/+1
| * | | Tests for QtConcurrent::map using lambdasOlivier Goffart2011-05-191-0/+21
| * | | MSVC do not really support initilizer_listOlivier Goffart2011-05-191-6/+2