aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on ARMv7 when leaving functionsSimon Hausmann2013-06-241-2/+2
* Fix build on Android (part 2)Simon Hausmann2013-06-241-1/+1
* Fix build with traditional (non-thumb2) ARMSimon Hausmann2013-06-242-4/+280
* Fix build on AndroidSimon Hausmann2013-06-243-5/+7
* Prospective fix for JIT crashes on ARMSimon Hausmann2013-06-241-1/+1
* Fix tst_qjsengine::jsIncDecNonObjectPropertySimon Hausmann2013-06-231-6/+12
* Fix failing tst_qqmlecmascript::qtbug_22843:"with .pragma library"Simon Hausmann2013-06-231-1/+4
* Fix tst_qqmlecmascripts::importScripts with private importsSimon Hausmann2013-06-232-0/+8
* Fix a memory management issues with the name map in internal classesSimon Hausmann2013-06-231-1/+7
* Fixes to __qmljs_strict_equalLars Knoll2013-06-231-6/+7
* Small cleanupLars Knoll2013-06-232-5/+3
* Remove the context argument from Managed::callLars Knoll2013-06-2241-125/+130
* Remove the context argument from Managed::constructLars Knoll2013-06-2225-101/+106
* Remove context argument from Object::get/putValueLars Knoll2013-06-2211-29/+29
* Remove context argument from String::makeIdentifier()Lars Knoll2013-06-226-16/+16
* Remove context parameter from Manged::put.Lars Knoll2013-06-2227-87/+87
* Remove the context argument from Managed::putIndexedLars Knoll2013-06-2212-37/+37
* Remove context parameter from Managed::get()Lars Knoll2013-06-2232-115/+123
* Remove context parameter from Managed::getIndexedLars Knoll2013-06-2222-84/+88
* Remove the execution context from most lookup calls.Lars Knoll2013-06-224-38/+42
* Remove the ExecutionContext parameter from Managed::get/setLookupLars Knoll2013-06-225-21/+21
* Remove the context argument from Managed::hasInstance()Lars Knoll2013-06-225-12/+13
* Remove the context argument from Managed::delete(Indexed)PropertyLars Knoll2013-06-2114-53/+53
* Fix GC errors in small objects during constructionSimon Hausmann2013-06-211-0/+3
* Fix GC errors with Error objectSimon Hausmann2013-06-212-6/+20
* Fix enumerating QObject propertiesSimon Hausmann2013-06-211-1/+11
* Fix tst_qjsvalue::engineDeleted()Simon Hausmann2013-06-216-55/+46
* Fix conversion of variantlists to ArrayObjectsLars Knoll2013-06-211-1/+3
* Revert to non strict mode for qml expressions etc.Lars Knoll2013-06-211-1/+1
* Fix scope chain for eval in strict modeLars Knoll2013-06-211-2/+2
* Fix qqmlvaluetypewrapper auto-testsSimon Hausmann2013-06-207-10/+145
* Prevent generating jumps to blocks following the current block.Erik Verbruggen2013-06-182-3/+11
* Remove the index magic from the temp.Erik Verbruggen2013-06-189-228/+358
* Fix tst_qqmlecmascript::functionAssignment_afterBindingSimon Hausmann2013-06-181-5/+34
* Fix tst_qqmlecmascript::functionAssignment_fromBindingSimon Hausmann2013-06-181-1/+3
* Fix two more errors in the worker script auto testLars Knoll2013-06-182-7/+3
* Fix parts of workerscriptLars Knoll2013-06-184-31/+21
* Fix inifite loop when running ecmascript testsSimon Hausmann2013-06-181-0/+1
* Fix the first half of qqmllocale auto testsLars Knoll2013-06-183-2/+10
* Fix the console autotestsLars Knoll2013-06-171-6/+18
* Fix the remaining test failures in the jsonbinding autotestLars Knoll2013-06-171-2/+3
* Fix memory corruption in qjsvalueprivateLars Knoll2013-06-172-11/+22
* Fix and enable the qmldirparser autotestLars Knoll2013-06-171-1/+1
* Fix most qjsonbinding auto testsLars Knoll2013-06-171-3/+4
* Revert "Local initialisation is now done in codegen."Simon Hausmann2013-06-172-1/+2
* Revert "Local initialization is now done in codegen"Simon Hausmann2013-06-171-0/+2
* Re-enable two disabled var property tests and make them passSimon Hausmann2013-06-151-0/+3
* Fix QVariantObject destructionSimon Hausmann2013-06-151-1/+1
* Fix JS ownership of children of marked but floating QObjectsSimon Hausmann2013-06-151-3/+24
* Reset the persistent values to undefined on destructionLars Knoll2013-06-141-1/+1