aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontextwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-3/+3
* Convert context and list wrapperLars Knoll2014-07-221-19/+19
* Get rid of StringRefLars Knoll2014-07-221-9/+9
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-1/+1
* Convert the context wrapper to the new storage layoutLars Knoll2014-07-221-22/+27
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-0/+3
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-171-0/+1
* Fix QQmlContextData object leakLiang Jian2014-03-141-1/+1
* [new compiler] Fix incorrect accelerated lookups to id objectsSimon Hausmann2014-03-061-1/+3
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-3/+4
* Fix global object handling in worker script JS files.v5.3.0-alpha1Michael Brasser2014-02-251-7/+7
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-4/+4
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-9/+9
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-2/+4
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+19
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-1/+57
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-5/+2
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-4/+21
* Speed up id object lookupsSimon Hausmann2013-10-291-1/+25
* Protect write accesses to objectsLars Knoll2013-10-291-0/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-2/+6
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-8/+11
* Remove more direct QV4::Value usageLars Knoll2013-09-281-4/+6
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-3/+3
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-7/+6
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-4/+4
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-1/+2
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-9/+9
* Convert some methods to use Returned<>Lars Knoll2013-09-181-2/+4
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-10/+11
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-17/+18
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+0
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* Fix tst_qqmlecmascript::scope() and behavioural compatibility with v8 based qmlSimon Hausmann2013-08-081-2/+11
* Get rid of QQmlIntegerCacheLars Knoll2013-06-281-3/+3
* Get rid of QHashedV4StringLars Knoll2013-06-281-7/+3
* Fix tst_qqmlecmascripts::importScripts with private importsSimon Hausmann2013-06-231-0/+3
* Remove context argument from Object::get/putValueLars Knoll2013-06-221-1/+1
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-10/+10
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-7/+8
* Fix parts of workerscriptLars Knoll2013-06-181-16/+17
* Fix tst_qqmlecmascript::scriptErrors()Simon Hausmann2013-06-071-1/+1
* Get rid of QV8QObjectWrapperSimon Hausmann2013-06-071-2/+0