aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Throw type error if this is uninitialized when accessing superLars Knoll2018-08-311-2/+0
* Fix thisObject when calling super propertiesLars Knoll2018-08-311-4/+0
* Fix super property accessLars Knoll2018-08-311-1/+0
* Fix internalPutLars Knoll2018-08-311-14/+1
* Use PointHandler for singlePointProperties manual testShawn Rutledge2018-08-301-24/+25
* MultiPointTouchArea: capture the mouse position on pressShawn Rutledge2018-08-302-0/+62
* Fix another bug in sweeping the identifier hash tableSimon Hausmann2018-08-301-0/+58
* A reference to a super property can have side effectsLars Knoll2018-08-291-7/+0
* Throw a type error if the super class is not a constructorLars Knoll2018-08-291-2/+0
* Pass the correct new.target to super callsLars Knoll2018-08-291-3/+0
* Initialize this to empty for derived constructorsLars Knoll2018-08-291-1/+0
* Fix TDZ check for referencesLars Knoll2018-08-291-0/+14
* Fix remaining test failures for Array.isArrayLars Knoll2018-08-291-2/+0
* Fix handling of uninitialized exports when iterating module namespace objectsSimon Hausmann2018-08-291-2/+0
* Fix dead temporal zone checking in module namespacesSimon Hausmann2018-08-291-5/+0
* Fix scoping of the default exportSimon Hausmann2018-08-291-3/+0
* Optimize access to lexically scoped variablesSimon Hausmann2018-08-292-186/+62
* Fix most issues with Map.prototype.forEachLars Knoll2018-08-281-5/+0
* Fix Map and WeakMap constructorLars Knoll2018-08-281-23/+0
* Add support for WeakSetLars Knoll2018-08-282-81/+1
* Implement support for WeakMapLars Knoll2018-08-282-90/+1
* Implement the dead temporal zoneSimon Hausmann2018-08-281-57/+0
* QQuickTableView: handle RebuildOption::ViewportOnlyRichard Moe Gustavsen2018-08-271-0/+54
* QQuickTableView: only preload to pool if reuseItems is trueRichard Moe Gustavsen2018-08-271-4/+19
* Implement most remaining methods of AtomicsLars Knoll2018-08-261-2/+0
* Partial Atomics supportLars Knoll2018-08-262-61/+1
* Implement support for SharedArrayBufferLars Knoll2018-08-252-52/+1
* Implement support for call/callAsConstructor in Proxy objectsLars Knoll2018-08-231-18/+0
* Implement IsConstructor for Function objectsLars Knoll2018-08-231-2/+0
* Prevent ListView from jumping horizontally with flick(0,<number>)Michael Brasser2018-08-232-0/+37
* QQuickTableView: don't overwrite rebuildStateRichard Moe Gustavsen2018-08-233-0/+131
* Add a HoverHandler autotestShawn Rutledge2018-08-234-3/+416
* Fix some remaining issues with detaching of array buffersLars Knoll2018-08-231-2/+0
* Implement %TypedArray%.prototype.sliceLars Knoll2018-08-231-29/+0
* Implement %TypedArray%.prototype.mapLars Knoll2018-08-231-22/+0
* Implement %TypedArray%.prototype.filterLars Knoll2018-08-231-32/+0
* Fix %TypedArray%.prototype.subarrayLars Knoll2018-08-231-10/+0
* Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-231-13/+0
* 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