summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore
Commit message (Expand)AuthorAgeFilesLines
* WebKit line ending fix in AccessibilityAllInOne.cpp.Jocelyn Turcotte2009-11-041-44/+44
* Re-apply change fa1856bcb2eff41dadf0900202dd43f44ddb2343 by Joerg BornemannJoerg Bornemann2009-11-031-0/+11
* Re-apply change 6bc9ef388590b4bfb281d2e1510dc7c3d1837349 by Shane KearnsShane Kearns2009-11-031-0/+15
* Re-apply change 0e917ae9587aa0727e6b26ba3eb0157362748fb7 by Jocelyn TurcotteJocelyn Turcotte2009-11-032-107/+107
* Re-apply change 4ce556b952545494a8adb96f628c219a38406562 by Oswald BuddenhagenOswald Buddenhagen2009-11-031-1/+1
* Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit-4.6-snapshot-20091...Jocelyn Turcotte2009-11-03407-3831/+11752
* WebKit compile fix for Windows CEJoerg Bornemann2009-11-031-0/+11
* Fix to 8e0fbc2caa3edefb78d6667721235b783bc1a850Shane Kearns2009-10-281-0/+15
* Revert "Re-apply change 8e0fbc2caa3edefb78d6667721235b783bc1a850 by Iain"Iain2009-10-261-13/+0
* Correct line ending chars imported from webkit.Jocelyn Turcotte2009-10-232-107/+107
* fix line endingOswald Buddenhagen2009-10-231-1/+1
* Temporary fix in qt.git to allow build on s60.Jocelyn Turcotte2009-10-221-1/+3
* Temporary fix in qt.git to allow build on s60.Jocelyn Turcotte2009-10-221-0/+5
* Re-apply change 8e0fbc2caa3edefb78d6667721235b783bc1a850 by IainIain2009-10-221-0/+13
* Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit-4.6-snapshot-22102...Jocelyn Turcotte2009-10-221126-9529/+28979
* Temporary workaround to get WebKit to pick up DEF file from std locationIain2009-10-131-0/+13
* 2009-10-09 Joe Ligman <joseph.ligman@nokia.com>Joe Ligman2009-10-112-0/+14
* 2009-10-07 Janne Koskinen <janne.p.koskinen@digia.com>Janne Koskinen2009-10-072-0/+15
* Fix compiler warnings on VS2008Prasanth Ullattil2009-10-0224-40/+38
* Rename QWebGraphicsItem to QGraphicsWebViewAlexis Menard2009-10-011-1/+1
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-3009200...Jocelyn Turcotte2009-10-01808-2043/+4728
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-2909200...Jocelyn Turcotte2009-09-29108-451/+2720
* Updated WebKit from /home/joce/dev/qtwebkit3/ to qtwebkit-4.6-snapshot-240920...Jocelyn Turcotte2009-09-24395-6156/+7321
* fix QApp::translate() callsOswald Buddenhagen2009-09-221-5/+5
* QtWebKit Windows CE compile fixesJoerg Bornemann2009-09-185-6/+8
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-1809200...Jocelyn Turcotte2009-09-181919-20843/+86298
* Fix linking with Sun CC 5.9: function pointers for extern "C" are treated dif...Thiago Macieira2009-09-041-0/+2
* Fix compilation with Sun CC 5.9: ambiguity in ?:Thiago Macieira2009-09-0415-19/+19
* Remove comma at end of enum. Some compilers are more picky than others.Thiago Macieira2009-09-0418-19/+20
* Merge commit 'qt/master'Jason Barron2009-08-2178-155/+155
|\
| * Clean up.Jedrzej Nowacki2009-08-182-2/+2
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-171-0/+1
| |\
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-123-2/+111
| |\ \
| * | | Debugger modification. Debugger receive column number from op_debugJedrzej Nowacki2009-08-102-4/+4
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-101-1/+1
| |\ \ \
| * | | | update JS bindings to be in sync with commit 394f62d779e6e120ce2fc19bd61ec64b...Kent Hansen2009-08-1017-24/+24
| * | | | Force parser to send information about current column number.Jedrzej Nowacki2009-08-061-1/+1
| * | | | Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-0556-83/+83
| * | | | Make JSC::TimeoutChecker subclassable and replacable in the global dataTor Arne Vestbø2009-08-0315-41/+41
| * | | | Fix up generated files to match the previous commitTor Arne Vestbø2009-07-3140-58/+58
| * | | | QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-3112-17/+17
* | | | | Changed names and URLs to reflect name change.axis2009-08-191-2/+2
| |_|_|/ |/| | |
* | | | Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-0/+1
| |_|/ |/| |
* | | Fix Whitespace errorsPrasanth Ullattil2009-08-112-29/+29
* | | Add support for hooking BeginPaint/EndPaint on 64Bit WindowsPrasanth Ullattil2009-08-113-2/+111
| |/ |/|
* | In a .pro file the include() function does not warn if specified fileKeith Isdale2009-08-101-1/+1
|/
* Port of Qt to QNXHarald Fernengel2009-07-291-0/+8
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-07-291238-18290/+33988
* remove lots of warnings with mingwThierry Bastian2009-07-151-1/+1
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-07-13831-4766/+19410