aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-099-48/+31
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-032-0/+8
| |\
| | * Fix build with -no-feature-networkUlf Hermann2020-02-242-0/+8
| * | Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-024-10/+11
| * | Revert "error -> networkError to fix deprecation warning"Timur Pocheptsov2020-02-281-1/+1
| * | error -> networkError to fix deprecation warningFawzi Mohamed2020-02-271-1/+1
| * | V4: Fix mark stack overrunsUlf Hermann2020-02-274-37/+11
| * | Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-241-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-3/+7
|\| |
| * | Avoid cast from ASCII to QStringUlf Hermann2020-02-201-2/+2
| * | QV4Engine: Avoid memory leak in toVariant conversionFabian Kosmale2020-02-201-1/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-172-1/+30
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-19/+21
| |\|
| | * QV4Engine: Do not construct invalid QVariantFabian Kosmale2020-02-071-19/+21
| * | Avoid cast from ASCII in qv4engine warning messageFawzi Mohamed2020-02-121-2/+2
| * | 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