aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Differentiate between finding for get and set in InternalClassLars Knoll2018-09-277-26/+38
* Refactor InternalClass::find()Lars Knoll2018-09-2711-66/+105
* Small refactoring of PropertyHash::lookup()Lars Knoll2018-09-272-10/+13
* QML: Demote incubation problems to info levelUlf Hermann2018-09-272-2/+3
* Doc: Remove documentation for deprecated QML typesVenugopal Shivashankar2018-09-258-67/+12
* Limit the repeater model size for integer modelsErik Verbruggen2018-09-241-1/+20
* Fix use of lexically scoped variables in modulesSimon Hausmann2018-09-231-2/+2
* Better inheritance structure for functionsLars Knoll2018-09-236-33/+63
* Cleanup init method for ScriptFunctionLars Knoll2018-09-233-6/+16
* Remove unused argumentLars Knoll2018-09-232-9/+8
* Make Object::getOwnProperty() constLars Knoll2018-09-2319-25/+25
* Cleanups in Value/PrimitiveLars Knoll2018-09-1773-582/+545
* Some more optimizations to Object::internalPut()Lars Knoll2018-09-161-0/+12
* Optimize Object::virtualGet()Lars Knoll2018-09-162-22/+36
* Store InternalClass::nameMap in a MemberDataLars Knoll2018-09-163-20/+124
* Optimize the JIT helpersLars Knoll2018-09-143-14/+24
* Optimize some LookupsLars Knoll2018-09-141-1/+12
* Small optimization in Function.apply()Lars Knoll2018-09-141-1/+3
* Don't let GC runs be dominated by internal classesLars Knoll2018-09-141-2/+2
* Improve performance of IdentifierTable::sweep()Lars Knoll2018-09-142-21/+22
* properly align string table in compiled dataRolf Eike Beer2018-09-142-2/+4
* Doc: Use a macro to resolve the QML import versionTopi Reinio2018-09-143-18/+19
* Remove left over commentRainer Keller2018-09-141-1/+1
* Inline StringOrSymbol::toPropertyKey()Lars Knoll2018-09-142-9/+7
* Check for nullptr in enum conflict analysisRainer Keller2018-09-141-2/+10
* Never inline this lookupLars Knoll2018-09-141-1/+1
* use WTF::roundUpToMultipleOf() instead of open coding itRolf Eike Beer2018-09-131-10/+7
* List possbile enum conflictsRainer Keller2018-09-121-1/+60
* Add qml-worker-script featureMorten Johan Sørvig2018-09-124-6/+13
* Enable relative url assert again on Q_OS_WASMMorten Johan Sørvig2018-09-121-5/+0
* Remove hardcoded Q_OS_WASM “qml/” import pathMorten Johan Sørvig2018-09-121-7/+1
* Add a shortcut into Object::internalPut() for the common casev5.12.0-alpha1Lars Knoll2018-09-111-1/+43
* Micro optimization when initializing the Cpp frameLars Knoll2018-09-112-5/+4
* Refactor SharedIngternalClassDataLars Knoll2018-09-111-41/+74
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-111-0/+4
|\
| * Merge 5.11 into 5.11.2Frederik Gladhorn2018-08-271-0/+17
| |\
| * | Doc: Fix broken linkPaul Wicking2018-08-231-0/+4
* | | make pointer operations more explicit when building string tableRolf Eike Beer2018-09-101-3/+4
* | | Implement OwnPropertyKeys for TypedArrayLars Knoll2018-09-102-0/+33
* | | Small correctness fix in Reflect.ownKeys()Lars Knoll2018-09-091-10/+13
* | | Fix a small bug in virtualHasPropertyLars Knoll2018-09-091-5/+6
* | | Include symbols in getOwnPropertyKeysLars Knoll2018-09-095-28/+51
* | | Proxy.revokable creates an object with an anonymous revoke functionLars Knoll2018-09-091-1/+2
* | | Fix ownKey iteration over Proxy objectsLars Knoll2018-09-0925-36/+51
* | | Fix some bugs in Proxy::virtualGetOwnPropertyLars Knoll2018-09-082-2/+20
* | | Fix spec compliance of Object::virtualGet()Lars Knoll2018-09-082-44/+26
* | | Implement IsCompatiblePropertyDescriptor and use it in ProxyLars Knoll2018-09-082-5/+42
* | | Fix toNumber conversions for hex, octal and binary stringsLars Knoll2018-09-081-3/+18
* | | Fix test failures in NumberLars Knoll2018-09-081-14/+28
* | | Fix compression of jump instructions with an type >= 256Lars Knoll2018-09-081-2/+2