aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-0216-85/+69
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-0216-88/+70
* Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-022-5/+11
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-027-7/+67
* Remove v8engine dependency from qv4serialize.*Lars Knoll2015-01-013-29/+27
* Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-015-20/+16
* Remove unused enum valueLars Knoll2015-01-011-2/+1
* Fix constructions of QJSEngine objectsLars Knoll2015-01-011-2/+3
* Make QV4::Value::isNaN() inlineOleg Shparber2014-12-311-2/+2
* QV4::InternalClass: reserve space for transitions.Robin Burchell2014-12-311-0/+2
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-299-141/+161
* Prepare for QQmlPropertyCache to become available in QJSEngineSimon Hausmann2014-12-295-39/+29
* Fix build on MinGWKonstantin Ritt2014-12-281-0/+3
* Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-286-147/+138
* Make QV4::CallData::argument() method constantOleg Shparber2014-12-271-1/+1
* support XMLHttpRequest sync modeTasuku Suzuki2014-12-262-12/+30
* Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-236-54/+118
* Move methodParameterTypes and methodReturnType helper functionsSimon Hausmann2014-12-234-151/+140
* Reduce dependencies on QQmlValueType being a QObjectSimon Hausmann2014-12-232-24/+10
* Further value type wrapper cleanupsSimon Hausmann2014-12-234-40/+40
* Begin cleaning up QQmlValueTypeWrapperSimon Hausmann2014-12-232-99/+45
* Cleanup: Fix value type wrapper class nameSimon Hausmann2014-12-235-76/+76
* Fix QQmlProperty to work correctly with deeply nested objects.Michael Brasser2014-12-231-1/+1
* Initial work on gadget supportSimon Hausmann2014-12-2214-423/+263
* Resolve type names inside guard property of SignalTransitionNobuaki Sukegawa2014-12-201-1/+5
* Make Managed inherit ValueLars Knoll2014-12-2013-41/+32
* Make Property uses GC safeLars Knoll2014-12-2014-99/+108
* Store a heap object in the qmlextensionsLars Knoll2014-12-202-6/+7
* Store a pointer to a heap object in the context wrapperLars Knoll2014-12-202-4/+3
* Use pointers to Heap object to avoid recursionLars Knoll2014-12-204-11/+13
* Use Scoped values a bit more consistentlyLars Knoll2014-12-201-18/+17
* Return a Heap object from the getter()/setter() methods of PropertyLars Knoll2014-12-205-27/+31
* QQmlJS::Codegen: Short circuit in qmlErrors to avoid QUrl allocation costs.Robin Burchell2014-12-201-0/+5
* Fix crash when setting proto to 0Lars Knoll2014-12-201-2/+2
* Fix JSON stringification to work with heap objectsLars Knoll2014-12-201-8/+10
* Fix Context::getPropertyAndBase to use Heap based objectsLars Knoll2014-12-203-8/+6
* Fix comparisons between Object pointersLars Knoll2014-12-202-4/+6
* Use a Heap::FunctionObject to store the thrower functionLars Knoll2014-12-203-2/+6
* Remove most of the places where getPointer() is usedLars Knoll2014-12-2037-248/+248
* Fix wrong use of Scoped.getPointer()Lars Knoll2014-12-201-1/+1
* Fix RegExpCache to store Heap ObjectsLars Knoll2014-12-202-5/+6
* Store a Heap::EvalFunction pointer in the engineLars Knoll2014-12-203-4/+4
* Fix the way we set the property name during iterationLars Knoll2014-12-2015-45/+45
* QQmlJS::Lexer::scanNumber: Use a QVarLengthArray to avoid heap allocations.Robin Burchell2014-12-191-2/+1
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-1914-86/+120
* Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2014-12-191-0/+1
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-1919-137/+160
* Cleanup code that modifies the JS stackLars Knoll2014-12-195-31/+35
* Fix GC crash with conditional breakpoints and JS consoleSimon Hausmann2014-12-191-4/+6
* Mark JS freed parts of the JS stack as undefined in valgrindLars Knoll2014-12-192-2/+17