aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlxmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* QQmlRefCount: de-virtualize dtorMarc Mutz2023-06-251-1/+1
* QQmlRefCount: break all users that attempt to access the dtorMarc Mutz2023-06-251-3/+4
* DocumentImpl: use override instead of virtualMarc Mutz2023-06-231-1/+1
* XMLHttpRequest: Implement XHR.overrideMimeType()Edward Welbourne2023-04-201-6/+77
* XHR: Add responseURLTasuku Suzuki2023-04-151-0/+27
* Use QStringDecoder::decoderForHtml()Lars Knoll2023-02-161-5/+2
* qml: silence -Wextra-semiTim Blechmann2022-11-161-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-13/+13
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-1/+0
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Avoid ping-pong between plain pointers and QQmlRefPointerUlf Hermann2022-01-251-1/+1
* Reuse named constants of QQmlXMLHttpRequest readyStateIvan Tkachenko2021-09-171-9/+14
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-1/+1
* Clean up JSCallData setupUlf Hermann2021-03-171-1/+1
* Update QStringConverter usageMårten Nordheim2020-10-091-2/+2
* XHR: allow the user to set the User-Agent headerGiuseppe D'Angelo2020-10-061-1/+0
* Adapt to QNetworkRequest changeFawzi Mohamed2020-08-201-0/+1
* Compile against latest qtbaseLars Knoll2020-07-091-1/+1
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Remove QTextCodec dependency from qtdeclarativeLars Knoll2020-05-181-29/+24
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-241-1/+1
|\
| * QNetworkReply: fix use of deprecated error signalMårten Nordheim2020-03-231-1/+1
* | Encapsulate QQmlContextDataUlf Hermann2020-03-231-8/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-1/+1
|\|
| * Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-241-1/+1
* | qqmlxmlhttprequest: Disable local file access by defaultMaximilian Goldstein2020-02-121-16/+6
|/
* Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-171-1/+1
* qqmlxmlhttprequest: Add ability to disable file:// requestsMaximilian Goldstein2020-01-151-1/+35
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-1/+1
|\
| * QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-031-1/+1
* | qml/qqmlxmlhttprequest: Discard redirect response bodyMaximilian Goldstein2019-12-041-0/+4
|/
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-3/+9
|\
| * Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
* | Remove last traces of QV8EngineUlf Hermann2019-05-081-9/+9
* | Drop some dead QT_CONFIG conditionsUlf Hermann2019-04-181-4/+0
* | Remove QQmlV4HandleUlf Hermann2019-04-101-2/+0
|/
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-12/+12
* Add support for onload/onloadend/onerror callbacks in XHRSimon Hausmann2018-07-181-13/+29
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-8/+8
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-2/+2
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-4/+4
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-43/+30
* Add Proxy support for prototype handlingLars Knoll2018-06-251-12/+12
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-5/+10
* Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-7/+7
* Fix XMLHttpRequest when used with QQmlEngine::evaluateSimon Hausmann2018-04-091-30/+32
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-39/+39