aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Remove bindings that have no dependenciesSimon Hausmann2018-05-163-2/+45
* | TableView: ensure we don't update viewport rect while loading edgesRichard Moe Gustavsen2018-05-161-0/+144
* | Implement String.fromCodePointLars Knoll2018-05-151-9/+0
* | Implement String.prototype.codePointAtLars Knoll2018-05-151-11/+0
* | Implement Symbol.species getter functionsLars Knoll2018-05-151-12/+0
* | Move a couple more tests into the 'wont fix' categoryLars Knoll2018-05-151-7/+7
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-156-0/+70
|\|
| * Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-0/+41
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-115-0/+29
* | v4: add the remaining Math.log functionsShawn Rutledge2018-05-151-12/+0
* | TableView: remove using a floatingPointMarginRichard Moe Gustavsen2018-05-152-2/+70