aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-294-30/+66
|\|
| * Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-263-21/+48
| * Doc: Improve shared javascript resources phrasingPaul Wicking2018-06-251-9/+18
* | Introduce a private API version to faciliate API changesSimon Hausmann2018-06-281-0/+2
* | Map/Set: Introduce QV4::ESTableRobin Burchell2018-06-279-225/+370
* | QQmlInstanceModel: add virtual function to get abstractItemModelRichard Moe Gustavsen2018-06-273-0/+9
* | Move JIT helper functions into a reusable namespaceErik Verbruggen2018-06-274-106/+258
* | Simplify storeProperty runtime APISimon Hausmann2018-06-274-17/+9
* | Simplify storeElement runtime APISimon Hausmann2018-06-274-15/+8
* | Add inlinable fastpath for namedObjectsPerComponentErik Verbruggen2018-06-272-16/+21
* | Cleanups in FunctionObjectLars Knoll2018-06-272-24/+27
* | Add a MemberFunction function objectLars Knoll2018-06-265-10/+46
* | Various fixes for class supportLars Knoll2018-06-267-44/+112
* | throw a type error when trying to write to a const variableLars Knoll2018-06-265-33/+55
* | Properly distinguish between class expressions and declarationsLars Knoll2018-06-269-4/+77
* | prototype can't be the name of a static class methodLars Knoll2018-06-261-13/+18
* | Add basic support for EcmaScript classesYulong Bai2018-06-2620-22/+376
* | Implement defineProperty for proxy objectsLars Knoll2018-06-262-0/+55
* | Cleanup defineOwnPropertyLars Knoll2018-06-268-148/+152
* | Unify deleteProperty and deleteIndexedProperty vtable methodsLars Knoll2018-06-2615-80/+69
* | Move special handling of getOwnProperty for StringObject where it belongsLars Knoll2018-06-263-10/+23
* | Fix string memory leak in JavaScript ASTSimon Hausmann2018-06-257-20/+27
* | doc: Remove hint to use not recommended constructorRainer Keller2018-06-251-3/+0
* | Improve error messageRainer Keller2018-06-251-1/+2
* | Add defaultLogLevel to LoggingCategoryTomasz Olszak2018-06-253-4/+49
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-2526-52/+93
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-2526-52/+93
| |\|
| | * Doc: Move literal codeblocks to snippet filesVenugopal Shivashankar2018-06-223-6/+58
| | * Fix crash in binding setup during async load from a LoaderErik Verbruggen2018-06-211-1/+4
| | * Script::parse(): improve "function expressions as statement" error msgMitch Curtis2018-06-201-3/+4
| | * revert change 353164263c55825a0ec72d30128c50560c626334Lars Knoll2018-06-194-18/+3
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-1918-24/+24
* | | Fix compiler warningSimon Hausmann2018-06-251-1/+1
* | | Fix a smaller spec incompatibility in ProxyLars Knoll2018-06-251-7/+7
* | | Add Proxy support for prototype handlingLars Knoll2018-06-2519-96/+195
* | | Support preventExtensions in Proxy handlersLars Knoll2018-06-256-3/+46
* | | Add support for isExtensible in proxy handlersLars Knoll2018-06-254-1/+41
* | | Fix length properties of global constructorsLars Knoll2018-06-255-4/+5
* | | Implement support for getOwnPropertyDescript and has in Proxy objectsLars Knoll2018-06-252-0/+109
* | | Add virtual interface for hasPropertyLars Knoll2018-06-256-45/+32
* | | Fix a source of potential bugs in the Identifier tableLars Knoll2018-06-251-0/+6
* | | Implement a virtual interface for getOwnPropertyLars Knoll2018-06-2521-191/+135
* | | Partial Proxy supportLars Knoll2018-06-258-0/+400
|/ /
* | Clean up finally code genSimon Hausmann2018-06-231-5/+4
* | Add run time assertion for local handlingSimon Hausmann2018-06-231-0/+2
* | Fix remaining failues with qjstest --jitSimon Hausmann2018-06-223-2/+24
* | Fix language/expressions/equals/coerce-symbol-to-prim-return-prim.js with JITSimon Hausmann2018-06-222-129/+122
* | Improve GC safety of compare functionSimon Hausmann2018-06-221-5/+32
* | QQmlDebugConnector: Don't complain about new pluginKey if it's unchangedUlf Hermann2018-06-221-1/+1
* | Enable perf map writing on all platformsErik Verbruggen2018-06-211-3/+1