aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
...
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-183-0/+120
* Fix interaction between head room and appending in arraysLars Knoll2013-11-181-0/+13
* Don't assert in QQuickItem::updateLars Knoll2013-11-182-0/+22
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-0/+6
* Fix === operator for value typesLars Knoll2013-11-153-0/+68
* Don't crash when trying to assign to null.propLars Knoll2013-11-153-0/+32
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-144-0/+99
* V4 IR: scan arguments when entering function scope in QML.Erik Verbruggen2013-11-122-0/+33
* V4: fix loop block marking for initializer blocks.Erik Verbruggen2013-11-122-0/+21
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-052-0/+20
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-051-4/+4
* Fix valgrind errors in tst_qqmlecmascript::revisionSimon Hausmann2013-11-011-1/+1
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-8/+8
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-0/+1
* Properly propagate parse errorsLars Knoll2013-10-291-32/+41
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-223-0/+24
* Turn on exact garbage collection by defaultLars Knoll2013-10-161-40/+2
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-6/+6
* Cleanup API of Safe<T>Lars Knoll2013-10-021-2/+1
* Compile imported scripts in the loader threadSimon Hausmann2013-09-301-21/+42
* remove more uses of QV4::ValueLars Knoll2013-09-302-17/+15
* Fix compilation of the auto testLars Knoll2013-09-281-3/+7
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-66/+66
* Skip two tests that don't work reliably with a conservative GCLars Knoll2013-09-261-0/+4
* Move more API over to use ValueRefLars Knoll2013-09-261-6/+6
* Fix Persistent/WeakValue APILars Knoll2013-09-262-10/+12
* Split off crashing test from qqmlecmascript.Erik Verbruggen2013-09-251-15/+21
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-13/+17
* Correctly convert an invalid QDateTime to JSLars Knoll2013-09-183-0/+51
* Fix handling of empty ValuesLars Knoll2013-09-181-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-11/+16
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+4
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Fix return type checks in test.Erik Verbruggen2013-09-111-2/+14
* Move CallData onto the JS stackLars Knoll2013-09-111-11/+15
* change calling convention for JS function callsLars Knoll2013-09-021-6/+12
* Improve reliability of propertyVarOwnership testSimon Hausmann2013-08-272-3/+9
* Don't crash with deferred propertiesAlan Alpert2013-08-224-0/+49
* Fix tst_qqmlecmascript::scope() and behavioural compatibility with v8 based qmlSimon Hausmann2013-08-081-1/+0
* Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-081-1/+0
* Fix some GC related tests to work with MSVCSimon Hausmann2013-08-061-6/+22
* Disable some GC sensitive tests with MSVCSimon Hausmann2013-08-051-0/+9
* Improve reliability of GC related testsSimon Hausmann2013-07-297-32/+16
* Silence qqmlecmascript::propertyVarInheritance failures with clang release bu...Simon Hausmann2013-07-261-0/+6
* Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-0/+1
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-7/+6