aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-0517-19/+66
* WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-057-9/+20
* Fix a couple of internals in TypedArraysLars Knoll2018-09-045-29/+68
* Implement defineOwnProperty for TypedArraysLars Knoll2018-09-043-9/+31
* Fix subclassing of ArrayBuffer and TypedArraysLars Knoll2018-09-043-11/+22
* Throw a reference error if the super constructor is not calledLars Knoll2018-09-042-27/+16
* Arrow and generator functions don't have a prototype propertyLars Knoll2018-09-043-2/+4
* Member functions should not have a prototype propertyLars Knoll2018-09-043-9/+8
* Don't define a prototype property for most functionsLars Knoll2018-09-044-30/+6
* Always generate a context if an inner function uses superLars Knoll2018-09-043-6/+12
* Fix accessing of arguments inside eval and arrow functionsLars Knoll2018-09-042-7/+9
* Doc: Correct wrong function name in flowchart labelsPaul Wicking2018-09-042-0/+0
* Doc: Document TableView qml typeRichard Moe Gustavsen2018-09-046-0/+742
* Fix crash with ForIn iterators during gcSimon Hausmann2018-09-031-1/+4
* QQuickTableView: allow negative marginsRichard Moe Gustavsen2018-09-032-24/+40
* Fix revisioning of QQuickMouseEvent::flagsKai Koehne2018-09-011-1/+1
* Remove dubious API features and clutter from Pointer Handler headersShawn Rutledge2018-08-314-5/+0
* Remove the PinchHandler.pinchOrigin property for nowShawn Rutledge2018-08-312-38/+1
* Remove Q_INVOKABLE from DragHandler.enforceConstraints()Shawn Rutledge2018-08-311-1/+1
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-3113-43/+43
* Another try at properly fixing IdentifierTable::sweep()Lars Knoll2018-08-311-46/+15
* Throw type error if this is uninitialized when accessing superLars Knoll2018-08-312-2/+5
* Fix thisObject when calling super propertiesLars Knoll2018-08-3111-8/+72
* Fix super property accessLars Knoll2018-08-318-44/+80
* Fix internalPutLars Knoll2018-08-312-89/+31
* Correctly create methods for functions in object literalsLars Knoll2018-08-316-14/+48
* Use PointHandler for singlePointProperties manual testShawn Rutledge2018-08-301-24/+25
* MultiPointTouchArea: capture the mouse position on pressShawn Rutledge2018-08-303-0/+65
* V4: Add JIT kind to disassemblyErik Verbruggen2018-08-306-20/+20
* qmlplugindump: Automatically use most up to date QtQuick versionKai Koehne2018-08-306-9/+7
* Fix another bug in sweeping the identifier hash tableSimon Hausmann2018-08-302-1/+68
* A reference to a super property can have side effectsLars Knoll2018-08-292-7/+1
* Throw a type error if the super class is not a constructorLars Knoll2018-08-292-7/+6
* Pass the correct new.target to super callsLars Knoll2018-08-292-7/+3
* Initialize this to empty for derived constructorsLars Knoll2018-08-299-21/+23
* Fix TDZ check for referencesLars Knoll2018-08-293-5/+38
* Remove a bogus Q_UNIMPLEMENTED()Lars Knoll2018-08-291-1/+0
* Fix remaining test failures for Array.isArrayLars Knoll2018-08-292-5/+5
* Fix handling of uninitialized exports when iterating module namespace objectsSimon Hausmann2018-08-294-8/+12
* Fix dead temporal zone checking in module namespacesSimon Hausmann2018-08-296-10/+32
* Fix scoping of the default exportSimon Hausmann2018-08-292-11/+9
* Optimize access to lexically scoped variablesSimon Hausmann2018-08-297-199/+103
* Fix most issues with Map.prototype.forEachLars Knoll2018-08-283-9/+4
* Fix Map and WeakMap constructorLars Knoll2018-08-283-40/+27
* Add support for WeakSetLars Knoll2018-08-289-97/+152
* Implement support for WeakMapLars Knoll2018-08-2812-131/+218
* Implement the dead temporal zoneSimon Hausmann2018-08-2821-76/+189
* Fix crash when running with aggressive gcSimon Hausmann2018-08-281-0/+1
* Fix byte code debug output for registers and argsSimon Hausmann2018-08-281-1/+1
* Example, GameOfLife: bump import to QtQuick 2.12Richard Moe Gustavsen2018-08-271-1/+1