aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add support for isExtensible in proxy handlersLars Knoll2018-06-251-10/+0
* | | Fix length properties of global constructorsLars Knoll2018-06-251-5/+0
* | | Implement support for getOwnPropertyDescript and has in Proxy objectsLars Knoll2018-06-251-15/+0
* | | Partial Proxy supportLars Knoll2018-06-252-138/+1
|/ /
* | Tests: Guard against corner cases in profiler service testUlf Hermann2018-06-221-0/+14
* | QmlDebug tests: Return the right value from connect(...)Ulf Hermann2018-06-223-35/+83
* | QQmlDebugConnector: Don't complain about new pluginKey if it's unchangedUlf Hermann2018-06-223-6/+0
* | Extend V4's Math object with methods new in ES6Edward Welbourne2018-06-211-76/+0
* | 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
* | QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-213-1/+43
* | 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
* | Exit test executable with failure if specified test functions are not foundKari Oikarinen2018-06-218-1/+262
* | Move QtQuick.Shapes implementation to qtquickshapes, privately exportedPaolo Angelelli2018-06-212-24/+2
* | 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
* | tst_qquickpositioners::createView: replace qDebugs, fix warningShawn Rutledge2018-06-201-5/+11
* | macOS: tst_qquickpositioners::test_mirroring: use basic render loopShawn Rutledge2018-06-201-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-198-2/+58010
|\|
| * QQmlDebugProcess: Wait forever for debug messagesUlf Hermann2018-06-191-2/+0
| * Add binary compatibility files for Qt 5.11Milla Pohjanheimo2018-06-054-0/+57946
| * 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
* | QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-092-1/+48
* | TableView: fix copy/paste failureRichard Moe Gustavsen2018-06-091-9/+13
* | Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-083-2/+42
* | TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-042-0/+89
* | 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