aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix a small bug in virtualHasPropertyLars Knoll2018-09-091-1/+0
* | Include symbols in getOwnPropertyKeysLars Knoll2018-09-091-2/+0
* | Proxy.revokable creates an object with an anonymous revoke functionLars Knoll2018-09-091-1/+0
* | Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-4/+0
* | Fix some bugs in Proxy::virtualGetOwnPropertyLars Knoll2018-09-081-3/+0
* | Fix spec compliance of Object::virtualGet()Lars Knoll2018-09-081-1/+0
* | Skip all realm related testsLars Knoll2018-09-082-105/+14
* | Implement IsCompatiblePropertyDescriptor and use it in ProxyLars Knoll2018-09-081-3/+0
* | Fix toNumber conversions for hex, octal and binary stringsLars Knoll2018-09-081-3/+0
* | Fix test failures in NumberLars Knoll2018-09-081-9/+0
* | Fix a corner case in Math.max()Lars Knoll2018-09-071-1/+0
* | Fix Date.Utc()Lars Knoll2018-09-071-6/+0
* | QQuickTableView: remove focus for the delegate item itself, not only for the ...Richard Moe Gustavsen2018-09-072-11/+25
* | Don't evaluate the switch expression inside the switch blockLars Knoll2018-09-071-2/+0
* | Fix a smaller bug in IteratorCloseLars Knoll2018-09-071-1/+0
* | Add support for yield*Lars Knoll2018-09-071-45/+0
* | Throw a type error when trying to destructure null or undefinedLars Knoll2018-09-071-4/+0
* | Fix exception handling while destructuringLars Knoll2018-09-071-12/+0
* | Some fixes when unwinding inside for-of loopsLars Knoll2018-09-071-8/+2
* | Fix new.target access from eval()Lars Knoll2018-09-071-3/+0
* | QQuickTableView: clear focus when delegate item with focus is flicked outRichard Moe Gustavsen2018-09-062-0/+108
* | QQmlTableInstanceModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-062-0/+76
* | QQuickTableView: add anchor check for delegateRichard Moe Gustavsen2018-09-062-0/+78
* | tst_qquicktableview: reuse the same QQuickView for all test casesRichard Moe Gustavsen2018-09-061-2/+11
* | QQmlDelegateModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-062-0/+74
* | fix accesses to this in arrow functionsLars Knoll2018-09-051-4/+0
* | Fix logic error in JSCodeGen::fallbackNameLookup()Lars Knoll2018-09-051-1/+1
* | 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