aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement star re-exportsSimon Hausmann2018-08-141-7/+0
* Implement initial support for import namespacesSimon Hausmann2018-08-141-30/+0
* Implement indirect exports in modulesSimon Hausmann2018-08-141-12/+0
* QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-131-0/+1
* StorageModel manual test: use enum class for Column enumShawn Rutledge2018-08-112-48/+48
* Fix support for default exports in modulesSimon Hausmann2018-08-101-13/+0
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-1011-13/+0
* QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-102-0/+108
* Enable unicode regular expressionsLars Knoll2018-08-101-14/+0
* Blacklist shadersource-dynamic-shadersource::test_endresultJoni Jantti2018-08-101-0/+2
* Update qtdeclarative-testsuitesJani Heikkinen2018-08-101-0/+0
* QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-091-0/+19
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-094-46/+62
* Fix build warning in tst_drawingmodesTor Arne Vestbø2018-08-091-2/+2
* QQuickTableView: change how we calculate content sizeRichard Moe Gustavsen2018-08-092-0/+163
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-072-2/+96
* QQuickTableView, auto test: ensure we flick more than one pageRichard Moe Gustavsen2018-08-071-1/+1
* Add sidebar manual test to the main pointer test launcherShawn Rutledge2018-08-062-0/+2
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-065-63/+92
* tst_FlickableInterop: use categorized logging rather than qDebugShawn Rutledge2018-08-061-6/+6
* Setup the prototype correctly when subclassing error objectsLars Knoll2018-08-061-7/+0
* Fix some details in class initializationLars Knoll2018-08-061-8/+0
* Implement String.rawLars Knoll2018-08-061-20/+0
* Implement support for ownKeys in Proxy objectsLars Knoll2018-08-041-18/+0
* Implement support for Object.valuesLars Knoll2018-08-041-14/+0
* Add support for Object.getOwnPropertyDescriptorsLars Knoll2018-08-041-11/+0
* Add Object.entries()Lars Knoll2018-08-041-13/+0
* Preview: Use QTranslator::install(QLocale, ...)Kai Koehne2018-08-032-2/+2
* Fix some spec incompatibilities in Object.prototypeLars Knoll2018-08-021-6/+0