aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QSGAdaptationLayer: Remove QLinkedList usageRobin Burchell2018-06-262-11/+10
* Fix string memory leak in JavaScript ASTSimon Hausmann2018-06-257-20/+27
* QQuickTableView: make functions constRichard Moe Gustavsen2018-06-252-4/+4
* MultiPointHandler::hasCurrentPoints: OK if event has more pointsShawn Rutledge2018-06-252-4/+4
* Put QQuickDragAxis into a separate fileJan Arve Sæther2018-06-255-63/+165
* Add test init function for C++ partsRainer Keller2018-06-252-0/+10
* 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-254-6/+62
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-25131-241/+544
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-25131-241/+544
| |\
| | * Doc: Move literal codeblocks to snippet filesVenugopal Shivashankar2018-06-226-12/+116
| | * Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-225-21/+220
| | * PacketProtocol: Explicitly transmit packet sizes in little endianUlf Hermann2018-06-221-5/+15
| | * Doc: Correct QML type for FolderListModel.folderPaul Wicking2018-06-211-4/+4
| | * 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
| | * Fix transitive includeUlf Hermann2018-06-201-0/+2
| | * revert change 353164263c55825a0ec72d30128c50560c626334Lars Knoll2018-06-194-18/+3
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-19112-173/+173
| | * Flickable: fix another possible cause for out-of-sync moving flagsNils Jeisecke2018-06-191-4/+2
* | | 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-2522-106/+205
* | | 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
|/ /
* | Fix crash with the QQuickRenderControl and deleteLaterDavid Edmundson2018-06-241-1/+0
* | 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
* | Add missing 'we mean it' warning to private headerKai Koehne2018-06-221-0/+11
* | 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
* | Check that toObject() didn't failLars Knoll2018-06-211-0/+2
* | Extend V4's Math object with methods new in ES6Edward Welbourne2018-06-212-5/+206
* | Add support for ReflectLars Knoll2018-06-215-1/+364
* | Add support for function calls with spreadLars Knoll2018-06-2110-42/+235
* | Get rid of LoadElement and LoadProperty instruction overloadsLars Knoll2018-06-218-87/+34
* | Unify DeleteMember and DeleteSubscript instructionsLars Knoll2018-06-219-92/+34
* | Get rid of the unused JumpEmpty instructionLars Knoll2018-06-218-37/+0