summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/javascriptcore/JavaScriptCore
Commit message (Expand)AuthorAgeFilesLines
* Fix JIT crash on x86-64 (avoid 32-bit branch offset overflow)Kent Hansen2012-08-088-39/+84
* Check that property descriptor members are valid before using themKent Hansen2012-08-031-2/+2
* Symbian: fix AlignedBlockAllocator initialization on emulatorPasi Pentikainen2012-05-081-1/+1
* Reduce virtual address space use by JavaScriptCore on SymbianMurray Read2012-04-204-40/+88
* gcc 4.7.0 compatibility fix for javascriptMark Brand2012-04-122-2/+2
* Fixed MSVC2011 buildEugene Shcherbina2012-03-195-10/+10
* WEC7 build fix - use ptrdiff_t from std namespace.Janne Anttila2012-03-141-1/+1
* JSCore build fix for WEC7jaanttil2012-02-061-0/+11
* Fixes to JSCore for WinCE.jaanttil2012-02-061-9/+9
* Fixes Javascript WTF to build with BB NDK.Rafael Roquetto2012-01-272-2/+10
* Fix crash when creating a QScriptEngine in a native threadSimon Hausmann2012-01-051-1/+2
* Fix crashes with regular expressions QtScript on ARM traditional architecturesSimon Hausmann2011-05-161-0/+6
* Build JavaScriptCore also under unusual platform combination.con2011-03-101-0/+3
* Don't assert in abortEvaluation() autotestKent Hansen2011-03-011-2/+11
* Fix alignment issue causing crash in QtScript/JavaScriptCoreKent Hansen2011-01-283-82/+74
* QtScript/JSC on Symbian: Enhanced memory allocator for Collector heapKent Hansen2011-01-256-37/+301
* Revert "QtScript/JSC on Symbian: Enhanced memory allocator for Collector heap"Kent Hansen2011-01-257-307/+41
* QtScript/JSC on Symbian: Enhanced memory allocator for Collector heapKent Hansen2011-01-257-41/+307
* Fix crash in QtScript/JSC stack allocator on SymbianKent Hansen2011-01-241-0/+6
* Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
* QtScript/JavaScriptCore: Backport random number generator seeding fixKent Hansen2010-10-056-4/+39
* Reduce memory consumption of QtScript/JSC on SymbianKent Hansen2010-09-027-3/+291
* QScriptEngineAgent: recompile all the function when installing a debugger.Olivier Goffart2010-07-271-6/+4
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-06-284-4/+55
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-06-281-6/+2
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-06-162-8/+27
* Fix QML crashes on the N900Simon Hausmann2010-06-011-0/+8
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-05-193-4/+38
* Fix Mac OS Tiger-vs-Leopard crash due to memory tagging by JavaScriptCoreKent Hansen2010-04-202-8/+57
* revert "Fix the Qt build on Mac OS X/Cocoa 64-bit"Kent Hansen2010-04-081-1/+0
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-072-2/+12
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-072-2/+13
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-072-7/+41
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-077-358/+822
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-072-1/+9
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-073-1/+26
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-0710-9/+110
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-072-1/+14
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-072-1/+12
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-073-7/+30
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-072-6/+43
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-072-4/+14
* Update PLATFORM(SPARC64) to CPU(SPARC64)Thiago Macieira2010-03-291-1/+1
* Trivial fix to JavaScriptCore to fix building with MSVC 2010John Brooks2010-03-271-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-231-1/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-211-1/+1
| |\
| | * Fix JSC export macrosKent Hansen2010-03-181-1/+1
* | | 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
|/
* QtScript: Fix regression when calling newQObject() from native constructorKent Hansen2010-03-161-1/+1