aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
* | Encapsulate the remaining direct accesses to Object::memberDataLars Knoll2015-09-152-6/+18
* | CleanupsLars Knoll2015-09-159-80/+79
* | Further cleanupsLars Knoll2015-09-155-11/+11
* | Don't compute the QString whenever we need to know the v4 string lengthAleix Pol2015-09-151-1/+1
* | Fix typoLars Knoll2015-09-152-4/+4
* | Rename currentExecutionContext to currentContextLars Knoll2015-09-1510-50/+50
* | Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-1516-127/+107
* | Get rid of Scope.sizeLars Knoll2015-09-151-57/+0
* | Store the stack of executioncontext's on the JS stackLars Knoll2015-09-157-77/+85
* | Reduce usage of context->parentLars Knoll2015-09-153-25/+26
* | Explicitly push/pop ExecutionContextsLars Knoll2015-09-156-6/+11
* | Cleanup the ExecutionContextSaverLars Knoll2015-09-156-30/+30
* | Get rid of the qmlContextObject methodLars Knoll2015-09-152-10/+6
* | Smaller cleanupLars Knoll2015-09-092-0/+7
* | Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-094-26/+32
* | Pass the correct QML context as scope to the binding wrapperLars Knoll2015-09-081-9/+6
* | Don't push new QML contexts onto the context stackLars Knoll2015-09-083-4/+6
* | QV4Include doesn't need a contextdataLars Knoll2015-09-082-8/+4
* | Refactor the way we declare signal parameter namesLars Knoll2015-09-086-22/+47
* | Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-084-52/+49
* | Fix regression in ObjectProto.getOwnPropertyDescriptorLars Knoll2015-09-081-4/+4
* | Allocate QML defined properties without extra roomFrank Meerkoetter2015-09-052-10/+21
* | CleanupFrank Meerkoetter2015-09-031-2/+2
* | Create less BindingWrappersLars Knoll2015-08-252-18/+2
* | std::sort JS profiling data instead of insert-sorting itUlf Hermann2015-08-242-12/+18
* | Make iteration over persistent values saferLars Knoll2015-08-242-10/+61
* | Remove unused pointer to the context wrapperLars Knoll2015-08-202-12/+0
* | Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-203-2/+23
* | Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-201-5/+5
* | Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-203-17/+8
* | V4 debugger: Fix expression evaluationUlf Hermann2015-08-192-1/+11
* | Fix performance of ListModel::get()Simon Hausmann2015-08-191-1/+0
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1812-52/+67
|\|
| * Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-282-13/+4
| * Fix warning about returning address of local variable by MSVC2015 in qv4engin...Friedemann Kleint2015-07-171-0/+5
| * Fix trivial bug where ArrayBuffer.isView never returned falseNobuaki Sukegawa2015-07-151-1/+1
| * V4: track C++ heap usage for Strings in the MemoryManagerErik Verbruggen2015-07-107-19/+75
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-094-17/+17
| * Fix encoding of QV4::Value in host buildsSimon Hausmann2015-07-082-10/+18
| * Fix ICC warning about change of signThiago Macieira2015-07-071-1/+1
* | Smaller cleanupsLars Knoll2015-08-142-0/+17
* | Remove Q_ALWAYS_INLINE definition, as it is now in qglobal.hErik Verbruggen2015-08-141-10/+0
* | qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-135-9/+9
* | Access the id objects through a specialized runtime methodLars Knoll2015-08-123-11/+23
* | Move DataCollector into debugger pluginUlf Hermann2015-08-103-635/+49
* | Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-102-199/+8
* | Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-102-128/+324
* | destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-103-49/+25
* | Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-1018-36/+48
* | Access context properties through the qml contextLars Knoll2015-08-103-13/+46