aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Isolate the different tests from each otherLars Knoll2018-05-1411-37/+272
* | Partial support for calling iterator.return when break a for-of loopLars Knoll2018-05-141-3/+0
* | Call iterator.return when required in destructuring assignmentsLars Knoll2018-05-141-89/+0
* | Implement support for destructuring of rest elementsLars Knoll2018-05-141-327/+0
* | TableView: ensure to take spacing into account then loading edgesRichard Moe Gustavsen2018-05-141-0/+92
* | TableView: add support for table marginsRichard Moe Gustavsen2018-05-141-7/+89
* | Fix array destructuringLars Knoll2018-05-131-63/+0
* | Fix the prototype of the Generator prototype objectLars Knoll2018-05-131-30/+0
* | Give for loops a per-iteration context as wellLars Knoll2018-05-111-6/+0
* | Add test case for delete inside a for-in loopSimon Hausmann2018-05-111-0/+15
* | Fix JS ownership of model and delegate properties in QtQuick item viewsSimon Hausmann2018-05-112-0/+68
* | Fix storing QObject pointers in dynamic role modelsSimon Hausmann2018-05-113-0/+157
* | Give case blocks a proper scopeLars Knoll2018-05-111-6/+0
* | Give for loops a proper block scope for it's lexically declared varsLars Knoll2018-05-111-5/+0
* | Improve for-in and for-of supportLars Knoll2018-05-111-204/+0
* | Nail down that we will continue to treat 'let' as a reserved keywordLars Knoll2018-05-111-7/+15
* | Support destructuring inside catch()Lars Knoll2018-05-111-55/+0
* | Ensure we have a lexical scope for global codeLars Knoll2018-05-111-18/+2
* | Add some basic support for for-of loopsLars Knoll2018-05-091-56/+1
* | TableView: ensure we check that returned iterators are not at the endRichard Moe Gustavsen2018-05-091-0/+61
* | tests, qquicktableview: check that the expected number of delegate items are ...Richard Moe Gustavsen2018-05-093-10/+94
* | Fix crash when using repeaters with packagesErik Verbruggen2018-05-092-0/+59