aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for line numbers in stack traces (Linux/Mac OS X only at this point)Simon Hausmann2013-05-2717-86/+313
* Convert builtin methods from v8 to v4Lars Knoll2013-05-275-782/+888
* Initialize vmFunction.Erik Verbruggen2013-05-271-2/+4
* Remove template argument from MemberAccessorGetterSetter classLars Knoll2013-05-267-77/+96
* Small cleanupLars Knoll2013-05-264-23/+3
* Remove some unused codeLars Knoll2013-05-262-14/+0
* Implement JS ownership policy for var and variant propertiesSimon Hausmann2013-05-246-53/+57
* Port method closures over to V4Simon Hausmann2013-05-244-131/+115
* Cleanup: Get rid of special toString and destroy handling in QObject bindingsSimon Hausmann2013-05-242-90/+2
* Port Qt.include() over to v4Lars Knoll2013-05-247-74/+74
* Fixup list model serializationLars Knoll2013-05-242-0/+23
* Fixed struct/class friend decl.Erik Verbruggen2013-05-241-1/+1
* Add symbolification for MacOS.Erik Verbruggen2013-05-241-4/+22
* Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-2418-125/+66
* Implement QObject ownership policy for QObject JavaScript wrappersSimon Hausmann2013-05-242-1/+34
* Get rid of some v8 based codeLars Knoll2013-05-247-41/+41
* Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-2415-387/+30
* Remove QV8Bindings classLars Knoll2013-05-2414-734/+10
* Add support for direct binding evaluation in QV4ScriptLars Knoll2013-05-248-198/+159
* Fix QObject ownershipSimon Hausmann2013-05-248-20/+155
* Fix some leftovers from the last v4 removal patchLars Knoll2013-05-242-15/+1
* Replace QV8QObjectResource with QV4::QObjectWrapperSimon Hausmann2013-05-2310-399/+278
* Remove all references to the old v4 codeLars Knoll2013-05-2310-179/+5
* Add some null pointer checks to v4::ScriptLars Knoll2013-05-232-5/+9
* Fix failing assertion in tst_qqmlecmascript::singletonTypeSimon Hausmann2013-05-231-0/+3