aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement a couple of methods of TypedArray.prototypeLars Knoll2018-08-231-214/+0
* Implement TypedArray.prototype.copyWithinLars Knoll2018-08-231-25/+0
* Fix a couple of test failures for detached buffersLars Knoll2018-08-231-6/+0
* Implement %TypedArray%.ofLars Knoll2018-08-231-11/+0
* Fix name property of %TypedArray% objectLars Knoll2018-08-231-1/+0
* Fix DataView constructor to be spec compliantLars Knoll2018-08-232-4/+0
* Fix test failures in DataView.prototype methodsLars Knoll2018-08-231-82/+0
* Fix DataView constructorLars Knoll2018-08-231-1/+0
* Fix bugs in ArrayBuffer.prototype.sliceLars Knoll2018-08-231-17/+0
* QQmlDelegateModelItem: ensure that we emit changes to row and columnRichard Moe Gustavsen2018-08-222-0/+123
* QQuickTableView: drain pool upon setting reuseItems to falseRichard Moe Gustavsen2018-08-221-0/+19
* Ensure that SinglePointHandler handles touch pointsShawn Rutledge2018-08-221-0/+54
* MultiPointHandler: ensure centroid properties are reset after releaseShawn Rutledge2018-08-221-0/+19
* QQuickTableView: move TableView from Qt.labs to QtQuickRichard Moe Gustavsen2018-08-2213-13/+0
* QQuickTableView: check if the providers are undefined, not nullRichard Moe Gustavsen2018-08-211-2/+2
* Provide option to skip registration of enum classes unscopedRainer Keller2018-08-214-0/+82
* QQuickTableView: set the stacking order of delegate items to 1Richard Moe Gustavsen2018-08-211-0/+1
* Add support for ECMASCript modules in WorkerScript elementsSimon Hausmann2018-08-213-8/+23
* Clean up QML worker scripts part 2Simon Hausmann2018-08-215-63/+0
* Merge dev into 5.12Oswald Buddenhagen2018-08-2110-66/+411
|\
| * Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-175-0/+259
| * Protect tab focus chain from infinite loops when item is invisibleFrederik Gladhorn2018-08-152-0/+30
| * test, abstractitemmodel: improve manual testRichard Moe Gustavsen2018-08-152-11/+54
| * QQuickTableView: preload one extra row and column at start-upRichard Moe Gustavsen2018-08-141-9/+33
| * QQuickTableView: be more precise about when to load and unload a columnRichard Moe Gustavsen2018-08-141-46/+35
* | Implement the $262.detachArrayBuffer() method for testingLars Knoll2018-08-202-80/+38
* | Fix function name bindings for function declarationsSimon Hausmann2018-08-201-1/+0
* | Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-175-1/+44
* | Add support for disk caching of ES modulesSimon Hausmann2018-08-175-2/+56
* | Add support for importing ES modules in .qml filesSimon Hausmann2018-08-179-0/+68
* | Add API to QJSEngine for importing ECMAScript modulesSimon Hausmann2018-08-163-0/+58
* | Fix the class name property of default exported classesSimon Hausmann2018-08-161-1/+0
* | Fix the name of anonymous generators and function declarationsSimon Hausmann2018-08-151-2/+0
* | Fix initialization of default exported functions and generatorsSimon Hausmann2018-08-151-2/+0
* | Fix attributes returned by getOwnPropertyDescriptor on module namespace objectsSimon Hausmann2018-08-151-1/+0
* | Fix order of own property names of module namespace objectsSimon Hausmann2018-08-151-2/+0
* | Fix Reflect.ownKeysSimon Hausmann2018-08-151-2/+0
* | Minor tweak to the ES test expectationsSimon Hausmann2018-08-151-2/+6
* | Fix usage of const in for declarationsSimon Hausmann2018-08-151-4/+0
* | Implement RegExp.prototype[Symbol.split]Lars Knoll2018-08-151-52/+0
* | Fix some details in RegExp handlingLars Knoll2018-08-151-28/+0
* | Implement RegExp.prototype[Symbol.replace]Lars Knoll2018-08-151-49/+1
* | Implement RegExp.prototype[Symbol.search]Lars Knoll2018-08-151-18/+0
* | Implement String.prototype.match as per ES7 specLars Knoll2018-08-151-2/+0
* | Improve RegExp.prototype[Symbol.match] implementationLars Knoll2018-08-151-15/+3
* | Cleanup RegExpObjectLars Knoll2018-08-152-62/+12
* | Partial implementation of RegExp.prototype[Symbol.match]Lars Knoll2018-08-151-16/+0
* | Fix explicit export of imported variablesSimon Hausmann2018-08-141-1/+0
* | Fix module dependency handlingSimon Hausmann2018-08-141-2/+0
* | Fix multi variable module import listsSimon Hausmann2018-08-141-3/+0