aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-288-47/+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-287-28/+61
* Fix build with QT_NO_THREADSimon Hausmann2018-05-281-1/+1
* qv4arrayobject: Implement Array.of from ES7Robin Burchell2018-05-273-12/+46
* Fix multi line string literals using backquotesLars Knoll2018-05-262-1/+13
* Cleanup JS stack allocationsLars Knoll2018-05-268-30/+65
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-266-254/+326
|\
| * QML Debugger: Don't crash when encoding JSON dataUlf Hermann2018-05-252-27/+99
| * Fix build for Android with android-clangLiang Qi2018-05-251-2/+1
| * Fix crash when modifying list model in worker threadSimon Hausmann2018-05-242-2/+3
| * tst_gradient.qml: fix warnings about multiple var declarationsMitch Curtis2018-05-241-115/+115
| * tst_gradient.qml: fix warnings about type coercionMitch Curtis2018-05-241-108/+108
* | qv4arrayobject: Implement Array.prototype.includes from ES7Robin Burchell2018-05-255-21/+57
* | qv4arrayobject: Implement Array.prototype.fill according to ES7Robin Burchell2018-05-254-13/+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-253-3/+50
* | 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-243-32/+41
* | Remove spurious qDebug()Lars Knoll2018-05-241-2/+0
* | Fix the inheritance structure for typed arraysLars Knoll2018-05-245-152/+80
* | Fix JSON[Symbol.toStringTag]Lars Knoll2018-05-242-1/+3
* | Fix Function.prototype.nameLars Knoll2018-05-242-1/+1
* | Fix some corner cases when parsing Function(...)Lars Knoll2018-05-241-1/+3
* | Fix the length property of various functionsLars Knoll2018-05-246-60/+28
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-2428-55/+279
|\|
| * V4 debugger: Allow retrieval of non-CallContext scopesUlf Hermann2018-05-235-26/+111
| * On network redirects, update finalUrl, not urlUlf Hermann2018-05-238-9/+60
| * Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
| * Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-234-2/+36
| * Fix crash when modifying objects used as prototypesLars Knoll2018-05-232-0/+20
| * Ensure we restore QML-defined enumsMichael Brasser2018-05-234-0/+38
| * Doc: link to integration flowchart in "Interacting with QML from C++"Mitch Curtis2018-05-221-2/+2
| * tst_qquickanimatedsprite: add all QML files to OTHER_FILESMitch Curtis2018-05-161-1/+1
| * setGrabberItem: consistently call touchUngrabEvent or mouseUngrabEventShawn Rutledge2018-05-152-8/+7
| * Pass the arguments correctly to QRadialGradientAndy Shaw2018-05-151-1/+1
* | TableView: load and unload edges in the same loopRichard Moe Gustavsen2018-05-234-21/+180
* | TableView: fall back to use default column/row sizeRichard Moe Gustavsen2018-05-234-39/+81
* | Implement Object.setPrototypeOf()Lars Knoll2018-05-233-5/+26
* | Fixup the throwTypeError internal functionLars Knoll2018-05-232-6/+4
* | Implement String.prototype.padEnd/padStartLars Knoll2018-05-233-20/+86
* | Implement String.prototype.normalizeLars Knoll2018-05-233-9/+29
* | Set the usesThis flag on the function contextLars Knoll2018-05-232-1/+13
* | Cleanup handling of direct evalsLars Knoll2018-05-234-13/+24
* | Simplify Push and PopContext instructionsLars Knoll2018-05-2311-75/+60