aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-3/+3
* Fix destructuring of arrow function parametersLars Knoll2018-05-021-103/+0
* Properly set names of most anonymous functionsLars Knoll2018-05-021-21/+0
* tst_qquicktext::hAlignImplicitWidth: wait for window exposed, not just activeTor Arne Vestbø2018-05-021-1/+1
* Support destructuring assignmentsLars Knoll2018-04-271-74/+0
* Add support for destructuring variable declarationsLars Knoll2018-04-271-229/+1
* Rework the AST for Literals and destructuring expressionsLars Knoll2018-04-271-14/+9
* Add support for 'class' to the ASTLars Knoll2018-04-271-0/+2
* Properly mark catch statement with destructuring as unimplementedLars Knoll2018-04-271-0/+9
* Don't fail on pre increment operator after a newlineLars Knoll2018-04-272-1/+15
* tests, qquicktableview: add countDelegateItems()Richard Moe Gustavsen2018-04-273-0/+52
* Implement support for the ** and **= operatorsLars Knoll2018-04-261-25/+0
* Implement support for function declarations in object literalsLars Knoll2018-04-261-101/+0
* Add partial support for computed property namesLars Knoll2018-04-261-12/+0
* Don't error on duplicate property names in object literalsLars Knoll2018-04-261-8/+0
* Add support for shorthand property names in object literalsLars Knoll2018-04-261-5/+0
* Fix recurring test failure on some Linux systemsLars Knoll2018-04-261-2/+8
* Fix length property of Function objectsLars Knoll2018-04-261-4/+0
* More correct iteration over the ASTLars Knoll2018-04-261-4/+0
* Clean up handling of the 'caller' propertyLars Knoll2018-04-262-7/+4
* Add support for arrow functionsLars Knoll2018-04-262-49/+7
* Fix some bugs in binding destructuringLars Knoll2018-04-261-13/+0
* Update to the latest version of the ecmascript test suiteLars Knoll2018-04-263-209/+9552
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-04-2617-100/+126
|\
| * Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-2617-100/+126
| |\
| | * Make the test pass on my high resolution screenLars Knoll2018-04-251-1/+1
| | * Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-252-0/+44
| | * Make the shared test code independent of QtQmlUlf Hermann2018-04-2413-52/+44
| | * Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-241-47/+37
| | * Update submodule now that I've fixed the actual bug hereEdward Welbourne2018-04-231-0/+0
* | | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-265-6/+6
* | | Fix issue where updated text in layout is not correctly rewrappedEskil Abrahamsen Blomfeldt2018-04-262-0/+45
|/ /
* | Bring JS grammar in line with ES7 specLars Knoll2018-04-254-12/+25
* | Don't try to verify the AST after parse errorsLars Knoll2018-04-251-6/+5
* | Add support for ES6 template stringsLars Knoll2018-04-251-0/+64
* | test, TableView: add boilerplate code for testing TableViewRichard Moe Gustavsen2018-04-255-1/+273
* | Give the ES test-suite enough time to runEdward Welbourne2018-04-251-0/+8
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-211-1/+1
|\|
| * Use Los Angeles to represent PST8PDT, not VancouverEdward Welbourne2018-04-201-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-187-6/+135
|\|
| * Fix Text with ElideRight not being rendered when reparentedMitch Curtis2018-04-172-0/+54
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-163-0/+59
| * Fix JSON.stringify with sequence typesSimon Hausmann2018-04-162-6/+21
| * Doc: Describe new 5.11 features in Image elementv5.11.0-beta4Eirik Aavitsland2018-04-131-0/+1
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
* | Tests: add new manual tests for TableViewRichard Moe Gustavsen2018-04-1212-0/+814
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-125-5/+160
|\|
| * Pass on tab presses to the offscreen window to handle firstAndy Shaw2018-04-113-1/+156
| * Warn about non spec compliant extension being usedLars Knoll2018-04-112-4/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-102-0/+37
|\|