aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* Fix outdated BSD license headerKai Koehne2017-10-172-4/+24
* Stabilize the threadSignal() testSimon Hausmann2017-09-063-14/+22
* QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-194-0/+34
* Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-272-0/+23
|\
| * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-182-0/+24
* | Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-153-0/+54
* | Fix a crash in setInternalClassRobin Burchell2017-02-031-0/+14
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-262-2/+13
|\|
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-182-2/+13
* | tst_qqmlecmascript: Add some simple coverage for instanceofRobin Burchell2017-01-201-0/+64
|/
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-133-0/+4
* Inline the qmlScope and urlScope methodsLars Knoll2016-12-041-1/+1
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-102-0/+22
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-042-0/+22
| |\
| | * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-302-0/+22
* | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+5
* | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* | | Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-302-0/+25
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-172-0/+105
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-0/+105
| |\|
| | * Fix crash with Component.onDestructionSimon Hausmann2016-08-052-0/+105
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-2/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+5
| |\|
| | * Relax negativeYear EcmaScript testUlf Hermann2016-08-031-2/+5
* | | QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-022-0/+34
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+7
| |\|
| | * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-0/+7
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-152-0/+27
| |\|
| | * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-142-0/+27
* | | Minor optimizationSimon Hausmann2016-06-274-0/+61
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-6/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-135-1/+78
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-062-0/+25
| |\|
| | * Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-012-0/+25
| * | Add QVector support to JS sequencesKevin Ottens2016-05-033-1/+39
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-272-0/+14
| |\|
| | * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-202-0/+14
* | | Fix invocations of methods taking a QByteArraySimon Hausmann2016-04-122-0/+8
* | | Convert the remaining runtime methods to new calling conventionLars Knoll2016-04-111-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-294-0/+39
|\|
| * Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-274-0/+39
* | Updated license headersJani Heikkinen2016-01-203-51/+36
* | Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-223-0/+36
|\|
| * Don't delete singletons objects owned by C++.BogDan Vatra2015-10-153-0/+36
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-4/+4
|\|
| * Provide a threaded TestHTTPServerUlf Hermann2015-10-141-3/+1
| * Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1