aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove some more v8 usageLars Knoll2013-06-032-16/+14
* Remove last v8 dependency in qqmlvmemetaobjectLars Knoll2013-06-031-1/+4
* Convert the localstorage plugin to v4Lars Knoll2013-06-035-209/+200
* Get rid of the QV4FUNCTION macro in qv8engine_p.hLars Knoll2013-06-032-2/+2
* Initial port of connect/disconnect from V8 to V4Simon Hausmann2013-06-034-91/+93
* Fix failing QJSValue test for QObject JS wrapper prototypeSimon Hausmann2013-06-031-0/+2
* Fix tst_qqmlecmascript::signalHandlers auto-testSimon Hausmann2013-06-033-3/+16
* Implement QJSValue::toQObject and isQObjectLars Knoll2013-06-032-5/+13
* Set the Lexer into qml mode when parsing binding expressionsLars Knoll2013-06-031-1/+1
* Allow return statement when parsing bindingsLars Knoll2013-06-024-8/+11
* Implement line number resolving of stack traces in the interpreterSimon Hausmann2013-06-026-18/+52
* Fix uninitialized memory read in tst_qqmlecmascript::include auto-testSimon Hausmann2013-06-021-1/+1
* Fix missing object markings in QV4::ScriptSimon Hausmann2013-06-023-7/+14
* valgrind support: Destroy mempool when memoryManager is destroyedSimon Hausmann2013-06-021-0/+3
* Fix uninitialized return value for QQmlJavaScriptExpression::evaluateSimon Hausmann2013-06-021-1/+1
* Port QObject bindings to use new castSimon Hausmann2013-06-029-25/+16
* Convert qqmlcomponent to use v4 APILars Knoll2013-06-015-127/+127
* Fix crashes when running tst_qqmlecmascript with MM_AGGRESSIVE_GCSimon Hausmann2013-05-312-3/+1
* Make debug annotations more robust against statement re-orderingSimon Hausmann2013-05-316-54/+31
* Allow construction of array with a predefined lengthLars Knoll2013-05-312-2/+8
* Remove last v8 dependency in the testlibLars Knoll2013-05-311-1/+3
* Clean up more stuff in qv8engineLars Knoll2013-05-316-121/+30
* Remove some unused codeLars Knoll2013-05-315-208/+0
* Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-3119-153/+108
* Move Variant and QtObject over to new casting schemeLars Knoll2013-05-3111-39/+33
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-3115-120/+114
* Fix a wrong sign in timezone parsingLars Knoll2013-05-311-1/+1
* QObject bindings: CleanupsSimon Hausmann2013-05-312-61/+53
* Fix tst_qqmlecmascript::jsOwnedObjectsDeletedOnEngineDestroySimon Hausmann2013-05-317-43/+65
* Get rid of v8::UserObjectComparisonCallbackLars Knoll2013-05-3111-74/+52
* Remove the remaining v8 usage in qqmlbuiltinfunctionsLars Knoll2013-05-311-19/+17
* Port the list wrapper over to v4Lars Knoll2013-05-3113-242/+209
* Smaller cleanupsLars Knoll2013-05-303-17/+2
* Fix all autotests related to value typesLars Knoll2013-05-302-3/+5
* Port the value type wrapper over to use V4Lars Knoll2013-05-3011-552/+483
* Cleanup the context wrapper codeLars Knoll2013-05-3012-150/+103
* Port the type wrapper over to v4Lars Knoll2013-05-3010-255/+230
* Move v8contextwrapper implementation over to v4.Lars Knoll2013-05-306-154/+170
* Cleanup: Remove dead code in QObject ownership handlingSimon Hausmann2013-05-292-81/+0
* Fix failing tst_qqmlecmascript::deleteRootObjectDuringCreation unit testSimon Hausmann2013-05-293-4/+10
* Remove now unused subcontext functionalityLars Knoll2013-05-292-41/+2
* Fix Qt.include related autotestsLars Knoll2013-05-293-18/+28
* Remove some leftovers from the v8bindingsLars Knoll2013-05-297-43/+5
* Fix compilation on linux and clangLars Knoll2013-05-282-5/+5
* Fix toString and destroy on QObject JS bindingsSimon Hausmann2013-05-284-58/+83
* Implement stack trace support for WindowsSimon Hausmann2013-05-282-0/+55
* Fix crashes in some worker threads auto testsSimon Hausmann2013-05-283-6/+5
* Fix uninitialized reads during GCSimon Hausmann2013-05-281-0/+3
* Fix crash in various qqmlbuiltinfunctionsSimon Hausmann2013-05-281-0/+4
* Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-2727-54/+52