aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-0925-12/+812
* JS: Also have modulo return integer 0 when the lhs is 0Erik Verbruggen2018-08-091-4/+7
* Fix ASAN warnings about new-delete-size-mismatchSimon Hausmann2018-08-081-1/+9
* Fix ASAN error about new-delete-size mismatchSimon Hausmann2018-08-081-1/+4
* QQmlTableInstanceModel: remove false assertRichard Moe Gustavsen2018-08-071-6/+18
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-071-0/+1
* Minor cleanupSimon Hausmann2018-08-062-5/+5
* Setup the prototype correctly when subclassing error objectsLars Knoll2018-08-064-20/+21
* Fix some details in class initializationLars Knoll2018-08-062-1/+18
* Implement String.rawLars Knoll2018-08-062-0/+43
* Simplify chunk sweeping codeSimon Hausmann2018-08-051-17/+11
* Fix crashes when GC'ing internal classesLars Knoll2018-08-041-3/+11
* Implement support for ownKeys in Proxy objectsLars Knoll2018-08-044-3/+162
* Implement support for Object.valuesLars Knoll2018-08-042-0/+30
* Add support for Object.getOwnPropertyDescriptorsLars Knoll2018-08-042-0/+31
* Add Object.entries()Lars Knoll2018-08-042-0/+41
* Simplify ObjectIterator::nextLars Knoll2018-08-043-56/+28
* Adapt to QMetaObject::d internal changesThiago Macieira2018-08-041-1/+1
* Fix crash in language/statements/class/syntax/class-body-method-definition-su...Simon Hausmann2018-08-031-1/+2
* Fix crash of language/expressions/object/setter-super-prop.js with JITSimon Hausmann2018-08-031-1/+1
* Fix language/expressions/class/scope-name-lex-close.js crashing with the JITSimon Hausmann2018-08-031-2/+2
* Minor cleanup in CompilationUnit::linkToEngineSimon Hausmann2018-08-032-27/+20
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-0218-346/+23
* Remove support for iterating over the proto chain from ObjectIteratorLars Knoll2018-08-025-10/+6
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-0225-117/+547
* Fix a memory leak when GC'ing Symbol objectsLars Knoll2018-08-021-1/+1
* Fix some spec incompatibilities in Object.prototypeLars Knoll2018-08-021-8/+8
* Fix writing to properties of primitive dataLars Knoll2018-08-023-4/+20
* Fix a couple of test failures related to error objectsLars Knoll2018-08-023-21/+27
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-022-0/+21
* QQmlTableInstanceModel: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-024-47/+212
* Fix grammar for ES modulesLars Knoll2018-08-023-5/+7
* Fix typoLars Knoll2018-08-011-4/+4
* Smaller grammar cleanupLars Knoll2018-08-011-16/+2
* Simplify parsing of pragma directivesLars Knoll2018-08-018-105/+14
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Simon Hausmann2018-08-012-5/+60
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-012-5/+60
| |\
| | * Doc: Use [] instead of new Array() in snippetPaul Wicking2018-07-311-1/+1
| | * Doc: Extend ItemSelectionModel QML documentationPaul Wicking2018-07-301-4/+59
* | | Fix naming of methods defined in object or class literalsLars Knoll2018-08-017-20/+65
* | | Fix a cornercase for instanceofLars Knoll2018-08-013-9/+13
* | | Fix Function.prototype[Symbol.hasInstance]Lars Knoll2018-08-011-3/+3
* | | Minor cleanupLars Knoll2018-08-012-8/+6
* | | Fix a bunch of test failures for Function.prototype.toString()Lars Knoll2018-08-013-3/+3
* | | Reduce memory consumption when loading AOT generated cache filesSimon Hausmann2018-08-015-125/+137
* | | QQmlTableInstanceModel: check if adaptormodel adapts AIM before using itRichard Moe Gustavsen2018-07-311-1/+1
|/ /
* | Add QQmlEngine getter to QQmlComponentFrederik Gladhorn2018-07-312-2/+14
* | Build AST nodes when parsing ES6 modulesSimon Hausmann2018-07-315-1/+891
* | Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-3111-40/+40
* | Remove unused flagSimon Hausmann2018-07-313-7/+4