summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore
Commit message (Expand)AuthorAgeFilesLines
* Updated WebKit to 5cf023650a8da206a8cf3130e9d4820b95e1bc7cSimon Hausmann2010-05-144-11/+52
* Updated WebKit to dc5821c3df2ef60456d85263160852f5335cf946Simon Hausmann2010-05-1220-258/+363
* Updated WebKit to b4aa5e1ddc41edab895132aba3cc66d9d7129444Simon Hausmann2010-05-1112-22/+246
* Updated WebKit to 07b60cf799680fcfb7785ee88e14f8030a5dbfa2Simon Hausmann2010-05-0711-49/+162
* Updated WebKit to e4b73bb0b173f21db8f0de3dae885a8a71282996Simon Hausmann2010-05-062-1/+15
* Updated WebKit to 992e57ee469bd8c6a2afef6b15896a161ab8aeb3Simon Hausmann2010-05-059-594/+658
* Updated WebKit to 3f0f51f4c87e65bfe04165c6af4c00934b0ca1e2Simon Hausmann2010-05-032-1/+12
* Updated WebKit to 8941bee5706ef2171ed5def63834deefc7440d11Simon Hausmann2010-05-032-3/+25
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-05-0257-1283/+3551
|\
| * Updated WebKit to 540ae4ccd25609e1bfe1673195ce126255e36774Simon Hausmann2010-04-305-1/+85
| * Updated WebKit to 2c346f58ae70470d88dcd856bfe59b04a144b65aSimon Hausmann2010-04-302-30/+71
| * Updated WebKit to 1a40220a82197023c1b1ac6eff027be6dd3168d3Simon Hausmann2010-04-292-7/+15
| * Updated WebKit to 2992802f35fd47e32bb94a4b1f48cce7ec7fda9dSimon Hausmann2010-04-293-63/+127
| * Updated WebKit to 862268aeb7150d3795d05bfc05f661bb5c598a27Simon Hausmann2010-04-2853-1198/+3269
* | Fix libinfix usageThomas Zander2010-04-291-2/+1
|/
* Merge branch '4.7' of ../../qt/4.7 into 4.7Justin McPherson2010-04-228-11/+27
|\
| * QtWebKit: Fixes compilation on MSVC 64Jocelyn Turcotte2010-04-193-4/+4
| * Remove overloaded placement new operatorsJanne Koskinen2010-04-191-1/+0
| * WINSCW compiler fix, too eager to solve inlinesJanne Koskinen2010-04-191-2/+4
| * WINSCW boolean fix for XPATHJanne Koskinen2010-04-192-2/+16
| * WINSCW compile fix for WebCoreJanne Koskinen2010-04-191-2/+3
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-04-182-5/+5
|\ \ | |/ |/|
| * WebKit; build with change to mediaservices.Justin McPherson2010-04-161-3/+3
| * Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-151-2/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-04-183-0/+6
|\ \
| * | Fix compilation: StringImpl has no public, default constructorThiago Macieira2010-04-142-0/+3
| * | Disable C++0x mode for QtWebKit and QtScript since WebKit will not compile an...Thiago Macieira2010-04-141-0/+3
| |/
* | Symbol visibility fixes for RVCT4 on SymbianIain2010-04-161-1/+1
* | Webkit got bigger, make it link again on armlinkThomas Zander2010-04-161-1/+4
|/
* QtWebKit: Fix the QWebHistory serialization auto-testJocelyn Turcotte2010-04-131-7/+14
* Fix the build of webkit examples on platforms without OpenGL and MultimediaSimon Hausmann2010-04-121-2/+2
* QtWebKit: Fix build on WinCE, adding missing include path.Jocelyn Turcotte2010-04-121-9/+0
* QtWebKit: Add missing namespace wrapper temporarily until next import.Jocelyn Turcotte2010-04-124-0/+8
* QtWebKit: fix build with qws temporarily until next import.Jocelyn Turcotte2010-04-122-8/+4
* Update src/3rdparty/webkit from trunk.Jocelyn Turcotte2010-04-1239-954/+1379
* Fix failing assertions in debug buildsSimon Hausmann2010-04-091-1/+0
* Fix the build of webkit examples on platforms without OpenGL and MultimediaSimon Hausmann2010-04-081-2/+2
* QtWebKit: Fix build on WinCE, adding missing include path.Jocelyn Turcotte2010-04-071-9/+0
* QtWebKit: Add missing namespace wrapper temporarily until next import.Jocelyn Turcotte2010-04-064-0/+8
* QtWebKit: fix build with qws temporarily until next import.Jocelyn Turcotte2010-04-062-8/+4
* Update src/3rdparty/webkit from trunk.Jocelyn Turcotte2010-04-063149-136250/+274654
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-3019-59/+363
|\
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-03-294-13/+45
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-03-292-2/+13
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-03-2915-44/+305
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-2910-9/+191
|\ \ | |/
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-03-242-3/+18
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-03-2210-6/+173
* | Disable C++0x mode for QtWebKit and QtScript since WebKit will not compile an...Thiago Macieira2010-03-201-0/+3
* | Fixed wrong qmake logic for Symbian.axis2010-03-181-2/+1