summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/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-284-84/+76
* QtScript/JSC on Symbian: Enhanced memory allocator for Collector heapKent Hansen2011-01-257-39/+303
* Revert "QtScript/JSC on Symbian: Enhanced memory allocator for Collector heap"Kent Hansen2011-01-258-309/+43
* QtScript/JSC on Symbian: Enhanced memory allocator for Collector heapKent Hansen2011-01-258-43/+309
* 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-057-6/+41
* 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-285-5/+56
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-06-282-8/+4
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-06-163-10/+29
* use "win32-g++*" scope to match all MinGW makespecsMark Brand2010-06-101-1/+1
* Fix QML crashes on the N900Simon Hausmann2010-06-011-0/+8
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-05-194-6/+40
* Fix Mac OS Tiger-vs-Leopard crash due to memory tagging by JavaScriptCoreKent Hansen2010-04-203-10/+59
* 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-073-3/+13
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-073-3/+14
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-073-8/+42
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-078-359/+823
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-073-2/+10
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-074-2/+27
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-0711-10/+111
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-073-2/+15
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-073-2/+13
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-074-8/+31
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-073-7/+44
* Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration t...Kent Hansen2010-04-073-6/+16
* 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
|/