aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* We should never construct a managed derived type directly anymoreLars Knoll2014-11-213-6/+5
* Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-2111-45/+31
* Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-215-30/+29
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-2111-49/+54
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-2122-228/+269
* Get rid of one PersistentValue usageSimon Hausmann2014-11-202-3/+9
* Expose a getter for the QSGEnginePrivateJocelyn Turcotte2014-11-191-1/+1
* Allow setting the source rect on QSGSimpleTextureNodeJocelyn Turcotte2014-11-193-10/+111
* Update qml to use new QMetaType::registerNormalizedType signatureJędrzej Nowacki2014-11-181-4/+0
* Change test data from 6.7 to 6.5Thiago Macieira2014-11-182-3/+3
* Add hint regarding alpha fbo's in the textureinthread example.Gunnar Sletta2014-11-171-0/+2
* Use the engine instead of the context where it makes senseLars Knoll2014-11-154-34/+28
* Fix usage of ExecutionContext in the json parserLars Knoll2014-11-151-13/+13
* Cleanup qv4executionengine headerLars Knoll2014-11-152-46/+10
* Cleanup exception catching codeLars Knoll2014-11-1522-110/+67
* Remove ExecutionContext from the array sorting codeLars Knoll2014-11-153-9/+9
* Remove ExecutionContext from the Runtime codegeneratorLars Knoll2014-11-156-16/+7
* Change signature of defineOwnProperty to take an engine instead of a contextLars Knoll2014-11-157-57/+57
* Cleanup: remove Value::toString/Object overloads taking a contextLars Knoll2014-11-1511-64/+54
* Remove the remaining uses of Returned<T>Simon Hausmann2014-11-1510-158/+13
* Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-1510-41/+53
* Ported the WebSQL module to the new V4 heap layoutSimon Hausmann2014-11-141-29/+42
* Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-1415-42/+42
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-1227-168/+200
* Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-1211-95/+103
* Change signature or runtime methods to take an engine pointerLars Knoll2014-11-1219-428/+431
* Use heap objects in the remaining managed objectsLars Knoll2014-11-129-46/+55
* Use Heap objects inside argumentsobject, arraybuffer and errorobjectLars Knoll2014-11-129-49/+57
* Store Heap objects in the qml binding wrapperLars Knoll2014-11-123-12/+15
* CleanupsLars Knoll2014-11-124-3/+16
* Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-1212-66/+72
* Cleanup debugger to be safe for the new GCLars Knoll2014-11-124-7/+22
* Store all data members in FunctionObject as heap dataLars Knoll2014-11-125-29/+42
* Remove unused methodLars Knoll2014-11-121-15/+0
* Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-129-93/+134
* Fix regression in handling of arguments objectsLars Knoll2014-11-121-1/+1
* Merge QQmlAccessible into QAccessibleQuickItemFrederik Gladhorn2014-11-116-296/+109
* Use Heap object for CallData::function memberLars Knoll2014-11-116-24/+28
* Use Heap objects as membersLars Knoll2014-11-114-26/+49
* Move data for objects in QtQuick into the Heap namespaceLars Knoll2014-11-114-69/+105
* Move data for remaining objects in QtQml into the Heap namespaceLars Knoll2014-11-112-78/+106
* Move XHR object data to Heap namespaceLars Knoll2014-11-111-112/+142
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-1011-106/+167
* Move data of some Qml related objects into Heap namespace.Lars Knoll2014-11-106-77/+106
* Move Data for typedarrays into Heap namespaceLars Knoll2014-11-107-65/+85
* Move more Data objects into the Heap namespaceLars Knoll2014-11-098-56/+75
* Move Data of error objects into the Heap namespaceLars Knoll2014-11-083-130/+153
* Move Data of the builtin functions to the Heap namespaceLars Knoll2014-11-084-79/+90
* Move Data of Variant and ArgumentsObject into Heap namespaceLars Knoll2014-11-0810-89/+121
* Use Heap namespace for data of QObjectWrapper related classesLars Knoll2014-11-082-17/+19