aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | TableView: switch to use TableView.cellWidth/cellHeightRichard Moe Gustavsen2018-05-285-10/+10
* | 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-263-224/+286
|\|
| * 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
| * tst_gradient.qml: fix warnings about multiple var declarationsMitch Curtis2018-05-241-115/+115
| * tst_gradient.qml: fix warnings about type coercionMitch Curtis2018-05-241-108/+108
* | 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
* | TableView: check if the model can produce items before loadingRichard Moe Gustavsen2018-05-252-0/+45
* | 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
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-2418-3/+209
|\|
| * V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-233-1/+88
| * On network redirects, update finalUrl, not urlUlf Hermann2018-05-237-1/+49
| * Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-233-0/+31
| * Fix crash when modifying objects used as prototypesLars Knoll2018-05-231-0/+18
| * Ensure we restore QML-defined enumsMichael Brasser2018-05-233-0/+22
| * tst_qquickanimatedsprite: add all QML files to OTHER_FILESMitch Curtis2018-05-161-1/+1
* | TableView: load and unload edges in the same loopRichard Moe Gustavsen2018-05-232-0/+141
* | TableView: fall back to use default column/row sizeRichard Moe Gustavsen2018-05-232-2/+30
* | Implement Object.setPrototypeOf()Lars Knoll2018-05-231-5/+0
* | Fixup the throwTypeError internal functionLars Knoll2018-05-231-4/+0
* | Implement String.prototype.padEnd/padStartLars Knoll2018-05-231-20/+0
* | Implement String.prototype.normalizeLars Knoll2018-05-231-9/+0
* | Print function identifier when calling toString() on a functionMitch Curtis2018-05-232-1/+28
* | Add QQuickHandlerPoint::modifiers propertyShawn Rutledge2018-05-181-2/+3
* | MultiPointHandler: add a centroid propertyShawn Rutledge2018-05-182-4/+4
* | Allow partial creation of more than 10 QQmlComponent instancesRichard Weickelt2018-05-181-0/+24
* | Fix race condition in async image response handlingSimon Hausmann2018-05-171-0/+65