aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Add support for ReflectLars Knoll2018-06-212-135/+1
* Add support for function calls with spreadLars Knoll2018-06-211-46/+0
* Add support for spread expressions in Array literalsLars Knoll2018-06-211-30/+0
* Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-212-0/+113
* Fix const expressions containing destructuring patternsLars Knoll2018-06-211-67/+0
* Fix array destructuring nested in a rest elementLars Knoll2018-06-211-43/+0
* Fix more issues with destructuringLars Knoll2018-06-211-63/+10
* Fix handling of elisions in destructuring expressionsLars Knoll2018-06-211-24/+0
* Fix more test failures for destructuring expressionsLars Knoll2018-06-211-53/+0
* Correctly set the name of anonymous functions in most casesLars Knoll2018-06-211-168/+0
* Allow a trailing comma in parameter listsLars Knoll2018-06-211-24/+0
* Fix some of the finer details with regards to CompletionsLars Knoll2018-06-214-23/+4
* Always generate QML cache files in the cache directory, never in sourcesRichard Weickelt2018-06-211-6/+6
* Rework unwind handlingLars Knoll2018-06-211-1/+1
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-194-2/+64
|\
| * QQmlDebugProcess: Wait forever for debug messagesUlf Hermann2018-06-191-2/+0
| * V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+22
| * Formals come after locals in the CallContextLars Knoll2018-05-291-0/+32
| * Fix a crash in the modulus operationLars Knoll2018-05-281-0/+10
* | Ensure we read context properties before the global objectLars Knoll2018-06-174-1/+31
* | Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-083-2/+42
* | Show property name in error messageRainer Keller2018-06-041-1/+1
* | skip Symbol properties in for-in loopsLars Knoll2018-06-041-2/+0
* | Fix creation of object literalsLars Knoll2018-06-041-30/+0
* | Implement ToPropertyKey() from the ES7 specLars Knoll2018-06-041-6/+0
* | Fix remaining test failures with the ** operatorLars Knoll2018-06-041-2/+0
* | The length property of RegExp should be configurableLars Knoll2018-06-041-1/+0
* | TypedArray.prototype[Symbol.iterator] and .values are the same functionLars Knoll2018-06-041-1/+0
* | Fix Object::defineAccessorPropertyLars Knoll2018-06-041-22/+0
* | Use Symbol.toStringTag in Object.prototype.toStringLars Knoll2018-06-041-11/+0
* | Add the start of a Map from ES7Robin Burchell2018-06-012-135/+1
* | Add the start of a Set from ES7Robin Burchell2018-05-302-183/+1
* | qv4arrayobject: Implement Array.from from ES7Robin Burchell2018-05-301-37/+0
* | qv4arrayobject: Implement Array.prototype.copyWithin as per ES7Robin Burchell2018-05-301-25/+0
* | Fail early if process crashes in QQmlProfilerService testUlf Hermann2018-05-301-0/+2
* | Fix language change support for qsTr in ListElementSimon Hausmann2018-05-282-0/+10
* | The first branch in a ( ? : ) operator can always include the in keywordLars Knoll2018-05-281-1/+0
* | Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-281-33/+0
* | qv4arrayobject: Implement Array.of from ES7Robin Burchell2018-05-271-12/+0
* | Fix multi line string literals using backquotesLars Knoll2018-05-261-0/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-262-1/+63
|\|
| * QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-1/+62
| * Fix crash when modifying list model in worker threadSimon Hausmann2018-05-241-0/+1
* | qv4arrayobject: Implement Array.prototype.includes from ES7Robin Burchell2018-05-251-20/+0
* | qv4arrayobject: Implement Array.prototype.fill according to ES7Robin Burchell2018-05-251-13/+0
* | Implement Object.is and Object.getOwnPropertySymbolsLars Knoll2018-05-241-24/+0
* | Fix the inheritance structure for typed arraysLars Knoll2018-05-241-124/+0
* | Fix JSON[Symbol.toStringTag]Lars Knoll2018-05-241-1/+0
* | Fix Function.prototype.nameLars Knoll2018-05-241-1/+0
* | Fix the length property of various functionsLars Knoll2018-05-241-32/+0