aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add the start of a Map from ES7Robin Burchell2018-06-019-2/+716
* Add the start of a Set from ES7Robin Burchell2018-05-3015-17/+662
* Split QQuickPointerDeviceHandler and QQuickPointerDeviceHandlerPrivateShawn Rutledge2018-05-304-29/+127
* qv4arrayobject: Implement Array.from from ES7Robin Burchell2018-05-303-15/+169
* qv4arrayobject: Implement Array.prototype.copyWithin as per ES7Robin Burchell2018-05-302-0/+72
* Memory manager: Track icAllocator as part of used and allocated memoryUlf Hermann2018-05-301-3/+4
* QQuickPointerEvent: guard all access to m_eventShawn Rutledge2018-05-291-3/+3
* fix a crash in QQuickEventPoint::setGrabberPointerHandlerShawn Rutledge2018-05-291-1/+1
* Simplify with context runtime handlingSimon Hausmann2018-05-294-19/+14
* Fix possibly unaligned reads in interpreterErik Verbruggen2018-05-291-1/+3
* Minor cleanup with bytecode pointer typesSimon Hausmann2018-05-287-8/+8
* Remove unused QV4::Function::code memberSimon Hausmann2018-05-284-7/+3
* Fix language change support for qsTr in ListElementSimon Hausmann2018-05-283-21/+135
* The first branch in a ( ? : ) operator can always include the in keywordLars Knoll2018-05-281-1/+1
* Add comment about use of memfd for JIT memory allocations on AndroidSimon Hausmann2018-05-281-0/+3
* Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-287-14/+68
* Rename qv4jit* to qv4baselinejitErik Verbruggen2018-05-284-4/+4
* Move bytecode handler into a separate file, so it can be re-usedErik Verbruggen2018-05-286-529/+650
* TableView: switch to use TableView.cellWidth/cellHeightRichard Moe Gustavsen2018-05-282-18/+51
* Fix build with QT_NO_THREADSimon Hausmann2018-05-281-1/+1
* qv4arrayobject: Implement Array.of from ES7Robin Burchell2018-05-272-0/+46
* Fix multi line string literals using backquotesLars Knoll2018-05-261-1/+1
* Cleanup JS stack allocationsLars Knoll2018-05-268-30/+65
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-263-30/+40
|\
| * QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-251-26/+37
| * Fix build for Android with android-clangLiang Qi2018-05-251-2/+1
| * Fix crash when modifying list model in worker threadSimon Hausmann2018-05-241-2/+2
* | qv4arrayobject: Implement Array.prototype.includes from ES7Robin Burchell2018-05-254-1/+57
* | qv4arrayobject: Implement Array.prototype.fill according to ES7Robin Burchell2018-05-253-0/+55
* | Make the PathView doc snippet match the animated gif betterShawn Rutledge2018-05-251-2/+2
* | TableView: check if the model can produce items before loadingRichard Moe Gustavsen2018-05-251-3/+5
* | TableView: update viewport rect from within updatePolish()Richard Moe Gustavsen2018-05-251-8/+9
* | android-clang: Fix crash in V4 JITEskil Abrahamsen Blomfeldt2018-05-251-1/+5
* | V4: Peephole optimize LoadReg/MoveRegErik Verbruggen2018-05-252-1/+31
* | qtestoptions_p: Restore compatibility with older QtRobin Burchell2018-05-251-1/+5
* | Don't use empty values anymore to store internal freelistsLars Knoll2018-05-245-69/+37
* | Implement Object.is and Object.getOwnPropertySymbolsLars Knoll2018-05-242-8/+41
* | Remove spurious qDebug()Lars Knoll2018-05-241-2/+0
* | Fix the inheritance structure for typed arraysLars Knoll2018-05-244-28/+80
* | Fix JSON[Symbol.toStringTag]Lars Knoll2018-05-241-0/+3
* | Fix Function.prototype.nameLars Knoll2018-05-241-0/+1
* | Fix some corner cases when parsing Function(...)Lars Knoll2018-05-241-1/+3
* | Fix the length property of various functionsLars Knoll2018-05-245-28/+28
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-2410-52/+70
|\|
| * V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-232-25/+23
| * On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-8/+11
| * Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
| * Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-231-2/+5
| * Fix crash when modifying objects used as prototypesLars Knoll2018-05-231-0/+2
| * Ensure we restore QML-defined enumsMichael Brasser2018-05-231-0/+16