aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
| | * V4: Avoid integer overflow in DataViewCtorFabian Kosmale2020-04-211-1/+1
* | | QJSEngine: support char16_tFabian Kosmale2020-05-161-0/+2
|/ /
* | Implement URLSearchParamsMaximilian Goldstein2020-05-067-0/+885
* | Fix warning -Wxor-used-as-powMÃ¥rten Nordheim2020-04-301-1/+1
* | Add support for binding ahead-of-time compiled bindings to QPropertiesSimon Hausmann2020-04-224-9/+24
* | Add a hook that allows for ahead-of-time compiled functionsSimon Hausmann2020-04-223-2/+14
* | Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-212-4/+4
* | Check in even more places for exceptionsFabian Kosmale2020-04-214-3/+8
* | Change qHash return value to size_tFabian Kosmale2020-04-162-2/+2
* | Fix build with MSVCSimon Hausmann2020-04-151-1/+1
* | Re-arrange qv4identifier{_p.h|.cpp}Ulf Hermann2020-04-1510-145/+213
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-092-3/+35
|\|
| * QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-252-33/+79
| * Check that QJSValue to set conversion worksFabian Kosmale2020-03-241-1/+1
* | Implement URL objectMaximilian Goldstein2020-04-088-0/+934
* | Remove convert from ASCII warningFawzi Mohamed2020-04-061-2/+2
* | Remove QRegExp support from QtQmlLars Knoll2020-04-035-55/+3
* | Improve conversion between JS RegExp and QRegularExpressionLars Knoll2020-04-031-43/+54
* | V4: Move constant evaluation of doubles and strings into base CUUlf Hermann2020-04-032-35/+3
* | Throw an error if an incompatible parameter is passed to a C++ functionMaximilian Goldstein2020-04-021-4/+9
* | Warn if too many parameters are passed to a C++ functionMaximilian Goldstein2020-04-011-0/+12
* | Encapsulate QV4::ResolvedTypeReferenceUlf Hermann2020-03-255-114/+260
* | Fix typo: inlineComponendId -> inlineComponentIdUlf Hermann2020-03-241-2/+2
* | Encapsulate QQmlContextDataUlf Hermann2020-03-238-92/+131
* | Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-186-67/+117
* | Allow multiple URL interceptors per engineUlf Hermann2020-03-171-2/+2
* | 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
| |\|