aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-1/+24
| |\|
| | * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-311-1/+24
| * | QV4: Handle value tyes in sameValue algorithmFabian Kosmale2020-02-041-0/+4
* | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-032-6/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-311-3/+3
|\| |
| * | Reduce Qt Declarative's use of QDateTime's locale-dependent APIsFabian Kosmale2020-01-301-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-3015-39/+95
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-2915-39/+95
| |\|
| | * V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-2315-39/+94
| | * ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-01-231-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-253-18/+133
|\| |
| * | Long live QML inline componentsFabian Kosmale2020-01-232-17/+131
| * | Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-1/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-204-15/+15
|\| |
| * | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-173-14/+14
| * | Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-171-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-1/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-141-1/+3
| |\|
| | * SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
* | | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-148-115/+106
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1414-18/+139
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-0913-14/+138
| |\|
| | * V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-081-2/+5
| | * Check stack limit in FunctionPrototype::method_apply()Ulf Hermann2020-01-081-1/+7
| | * V4: Don't crash when iterating invalid Proxy objectsUlf Hermann2020-01-082-2/+2
| | * V4: Don't crash when sorting arrays with non-stringifyable entriesUlf Hermann2020-01-081-0/+6
| | * Fix unused variable warningShawn Rutledge2020-01-071-2/+1
| | * QV4: Array.includes: Support large arraysFabian Kosmale2020-01-071-1/+2
| | * QV4: Check recursion limit in toStringFabian Kosmale2020-01-071-0/+1
| | * QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-072-1/+6
| | * V4: Catch error when compiling broken RegExpsUlf Hermann2020-01-071-2/+2
| | * V4: Fix sorting of sparse arraysUlf Hermann2020-01-061-1/+1
| | * Avoid oob access on Array.concatUlf Hermann2020-01-061-1/+1
| | * QV4::Engine: replace std::function with a function pointerFabian Kosmale2020-01-061-1/+1
| | * QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-032-1/+15
| | * QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-201-0/+89
| * | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-172-1/+17
| |\|
| | * Remove use of wrapper macros for feature detectionTor Arne Vestbø2019-12-161-1/+1
| | * qv4sequenceobject.cpp: Add "here be dragons" commentUlf Hermann2019-12-111-0/+16
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-141-1/+1
|\| |
| * | Add more trace points to Qt QMLMilian Wolff2019-12-131-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-126-15/+192
|\| |
| * | Remove a leftover unused variableVille Voutilainen2019-12-101-1/+0
| * | Allow custom disk cache pathsUlf Hermann2019-12-101-1/+5
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-101-2/+0
| |\|
| | * QV4Engine: Remove runtime memberFabian Kosmale2019-12-091-2/+0
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-12-091-12/+23
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-12/+23
| | |\|
| | | * Compiler: Support >32k stack slotsUlf Hermann2019-12-051-12/+23