summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/JavaScriptCore
Commit message (Expand)AuthorAgeFilesLines
* Re-apply change e2ef97128c006ac2a5c99c67bb54eebaa3b45720 by Thiago MacieiraThiago Macieira2009-11-031-0/+37
* Re-apply change 3f7a99565de7ed17d7ac4c0a25b02997b094b1a9 by Thiago MacieiraThiago Macieira2009-11-031-1/+2
* Re-apply change 6125aabeccb01a07c706fe4227279eb827e8e890 by Jocelyn TurcotteJocelyn Turcotte2009-11-031-2/+6
* Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit-4.6-snapshot-20091...Jocelyn Turcotte2009-11-0347-428/+1268
* Implement symbol hiding for JSC's JIT functions.Thiago Macieira2009-10-261-0/+37
* Fix linking of WebKit on Linux 32-bit.Thiago Macieira2009-10-261-1/+2
* Re-apply change 6b8ac349b9a477863a8c8388dcc0658f3284bc54 by Jocelyn TurcotteJocelyn Turcotte2009-10-221-2/+6
* Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit-4.6-snapshot-22102...Jocelyn Turcotte2009-10-22111-1505/+3060
* Re-applying commit ee0a43fee20cc398b505eb65218ebed56dfc8f39Jocelyn Turcotte2009-10-131-2/+6
* Needed to set ENABLE_YARR_JIT to not compile MacroAssembler.cppJørgen Lind2009-10-061-2/+8
* Add configure flags to force turning on or off JavaScriptCore JITJørgen Lind2009-10-021-0/+2
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-3009200...Jocelyn Turcotte2009-10-01102-242/+885
* Make it possible to debug JSC in the Symbian emulator.Janne Koskinen2009-09-301-1/+1
* Re-apply change e20c832098d98076a0f988ce01b53586e370d272 by Simon HausmannSimon Hausmann2009-09-291-5/+0
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-2909200...Jocelyn Turcotte2009-09-2935-192/+619
* Fix Freemantle build of JSC/WebKit.Simon Hausmann2009-09-281-5/+0
* 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-2457-233/+1442
* Windows CE specific time functions removed from QtWebKitJoerg Bornemann2009-09-186-698/+2
* QtWebKit Windows CE compile fixJoerg Bornemann2009-09-182-0/+8
* Removed JavaScriptCore.pro file that shouldn't be there.Simon Hausmann2009-09-181-69/+0
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-1809200...Jocelyn Turcotte2009-09-18266-8059/+22235
* Fix crash of QtScript on Mac OS XSimon Hausmann2009-09-091-2/+6
* Fix crash in QtScript with exceptions.Simon Hausmann2009-09-091-1/+2
* fix major memory leak in JavaScriptCore RegisterFile on Windows CEJoerg Bornemann2009-09-081-0/+3
* make JavaScriptCore compile on platforms with case-insensitive file systemKent Hansen2009-09-083-5/+5
* Fix QScriptEngineAgent::functionExit (JIT enabled)Jedrzej Nowacki2009-09-072-1/+4
* Fix QScriptEngineAgent::exceptionCatch (JIT enabled)Jedrzej Nowacki2009-09-072-1/+4
* make JavaScriptCore compile on HPUXKent Hansen2009-09-077-3/+12
* Few expected fails were fixed in QScriptEngineAgentJedrzej Nowacki2009-09-073-0/+15
* Implement symbol hiding for JSC's JIT functions.Thiago Macieira2009-09-041-0/+23
* define MAP_ANON as MAP_ANONYMOUS on HPUXKent Hansen2009-09-041-0/+3
* Add a way of getting the stack base on HP-UX.Thiago Macieira2009-09-041-0/+45
* 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
* Implement support for getting the stack base on AIX.Thiago Macieira2009-09-041-0/+12
* Fix compilation with xlC 7: operator-> must return a pointer-like type.Thiago Macieira2009-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: std::pair does not call types' constructors.Thiago Macieira2009-09-041-4/+4
* 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
* Fix compilation with Sun CC 5.9: ambiguity in ?:Thiago Macieira2009-09-041-1/+1
* 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 compilation error on Solaris: mmap/munmap take/return a char*, not void*.Thiago Macieira2009-09-042-3/+3
* Fix linking with SunCC 5.9: de-inline the operator new and delete in ParserAr...Thiago Macieira2009-09-042-17/+18
* Fix oversize-buffer support for aligning.Thiago Macieira2009-09-041-3/+8
* Create exceptionCatch eventsJedrzej Nowacki2009-09-013-0/+18
* Fix column number in QScriptEngineAgentJedrzej Nowacki2009-09-011-4/+0