aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlxmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert XmlHttpRequest methods to new calling conventionLars Knoll2018-01-151-134/+134
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-1/+1
* Change signature for call/callAsConstructorLars Knoll2017-11-071-6/+4
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
* Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
* Get rid of JSCallData::call()Lars Knoll2017-11-071-1/+2
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+1
| |\
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-061-1/+1
* | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-9/+9
* | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-3/+1
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-2/+7
|\| |
| * | QQmlXMLHttpRequest: support sending ArrayBuffer dataAlberto Mardegan2017-06-261-2/+7
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-128/+160