summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/JavaScriptCore/wtf
Commit message (Expand)AuthorAgeFilesLines
* Remove old QtWebKit.Alexis Menard2011-05-30115-30042/+0
* Enable webkit build for the makefile build system with gcceLiang Qi2011-04-071-1/+1
* Update copyright year to 2011.Jason McDonald2011-01-105-5/+5
* Updated WebKit to 6e15c3404d15a8ab72242152ec966e5e388161a2Simon Hausmann2010-09-243-0/+222
* Updated WebKit to 715b53069911a31a559aa0b3d94ffc6a5ac20988Simon Hausmann2010-09-122-2/+5
* Updated WebKit to 2f598e9b7b376d851fe089bc1dc729bcf0393a06Simon Hausmann2010-06-241-103/+103
* Updated WebKit to 45d1c9149ef8940081fa8dd35854d2b95ebaf3cdSimon Hausmann2010-06-211-4/+0
* Updated WebKit to 6db5de6d18c3ab8b74809303e4d79abacfc570a8Simon Hausmann2010-06-071-2/+2
* Updated WebKit to 3d774b9df1f963452b1cfe34f9fafad0d399372aSimon Hausmann2010-05-151-0/+12
* Updated WebKit to 57d10d5c05e59bbf7de8189ff47dd18d1be996dcSimon Hausmann2010-05-131-3/+0
* Updated WebKit to b4aa5e1ddc41edab895132aba3cc66d9d7129444Simon Hausmann2010-05-111-3/+3
* Updated WebKit to 992e57ee469bd8c6a2afef6b15896a161ab8aeb3Simon Hausmann2010-05-051-0/+3
* Updated WebKit to 862268aeb7150d3795d05bfc05f661bb5c598a27Simon Hausmann2010-04-288-24/+56
* Compile fix for Visual Studio 2010 (VC10)Prasanth Ullattil2010-04-212-1/+5
* WINSCW compile fix for HashMapJanne Koskinen2010-04-191-4/+4
* Update src/3rdparty/webkit from trunk.Jocelyn Turcotte2010-04-0673-1239/+3012
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-312-0/+252
|\
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-03-302-0/+252
* | Fix compile on symbian better.Thomas Zander2010-03-221-2/+2
* | gcc for Symbian doesn't support gcc extensions like atomicity.h - disableIain2010-03-191-2/+2
|/
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-071-0/+10
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-01-051-1/+11
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-12-301-5/+5
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-12-291-10/+10
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-11-301-1/+1
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-11-161-0/+2
* BT: JavaScriptCore makes applications crash on leopardRichard Moe Gustavsen2009-11-101-1/+1
* fix WebKit build on Windows CE 6Joerg Bornemann2009-11-101-0/+4
* Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit-4.6-snapshot-20091...Jocelyn Turcotte2009-11-039-18/+53
* Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit-4.6-snapshot-22102...Jocelyn Turcotte2009-10-228-28/+119
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-3009200...Jocelyn Turcotte2009-10-015-4/+103
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-2909200...Jocelyn Turcotte2009-09-295-21/+36
* JavaScriptCore compile fix for Windows CE on ARMJoerg Bornemann2009-09-281-1/+2
* Updated WebKit from /home/joce/dev/qtwebkit3/ to qtwebkit-4.6-snapshot-240920...Jocelyn Turcotte2009-09-248-31/+137
* Windows CE specific time functions removed from QtWebKitJoerg Bornemann2009-09-183-3/+1
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-1809200...Jocelyn Turcotte2009-09-1838-362/+1221
* make JavaScriptCore compile on HPUXKent Hansen2009-09-071-1/+1
* define MAP_ANON as MAP_ANONYMOUS on HPUXKent Hansen2009-09-041-0/+3
* Add PLATFORM(HPUX) and COMPILER(ACC) defines, for HP-UX support.Thiago Macieira2009-09-041-0/+24
* Fix compilation on AIX: struct tm has no timezone information.Simon Hausmann2009-09-041-1/+1
* Work around an apparent xlC 7 bug: partial specialisation on HashMap.Thiago Macieira2009-09-041-49/+54
* Fix compilation with xlC 7: apparently problem with nested templates.Thiago Macieira2009-09-041-20/+20
* Fix compilation with Sun CC 5.9: the default constructor for HashTableIterato...Thiago Macieira2009-09-043-5/+23
* Fix linking with Sun CC 5.9: function pointers for extern "C" are treated dif...Thiago Macieira2009-09-041-1/+3
* Remove comma at end of enum. Some compilers are more picky than others.Thiago Macieira2009-09-041-1/+1
* Fix compilation with Sun CC 5.9: moving elements in a vector requires source ...Thiago Macieira2009-09-041-6/+6
* Fix oversize-buffer support for aligning.Thiago Macieira2009-09-041-3/+8
* compile fix with namespaced Qthjk2009-08-244-0/+7
* Fix compilation with WINSCW: no varargs macrosThiago Macieira2009-08-221-9/+9
* add platforms AIX and HPUXKent Hansen2009-08-201-1/+35