aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of internals in TypedArraysLars Knoll2018-09-041-15/+0
* Implement defineOwnProperty for TypedArraysLars Knoll2018-09-041-9/+0
* Fix subclassing of ArrayBuffer and TypedArraysLars Knoll2018-09-041-8/+0
* Throw a reference error if the super constructor is not calledLars Knoll2018-09-041-24/+0
* Arrow and generator functions don't have a prototype propertyLars Knoll2018-09-041-1/+0
* Member functions should not have a prototype propertyLars Knoll2018-09-041-6/+0
* Don't define a prototype property for most functionsLars Knoll2018-09-041-16/+0
* Always generate a context if an inner function uses superLars Knoll2018-09-041-6/+0
* Fix accessing of arguments inside eval and arrow functionsLars Knoll2018-09-041-1/+0
* QQuickTableView: allow negative marginsRichard Moe Gustavsen2018-09-031-17/+31
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-312-15/+15
* 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