aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlxmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Change function signatures for call/construct backLars Knoll2017-08-041-9/+8
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-2/+2
|\|
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-2/+2
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-1/+1
* | Refactor how we define Heap objectsLars Knoll2017-03-091-1/+1
* | New mark table implementationLars Knoll2017-03-091-9/+6
|/
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-263/+233
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-6/+5
|\
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-5/+5
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-34/+48
|\|
| * Turn the no-network support into a configurable featureLars Knoll2016-10-101-2/+2
| * QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+4
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-20/+23
| * QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-13/+20
* | Qml: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-201-4/+5
|/
* QQmlXMLHttpRequest: optimize header()Anton Kudryavtsev2016-08-111-5/+6
* QQmlXMLHttpRequest: replace remaining 'foreach' with 'range for'Anton Kudryavtsev2016-08-091-2/+2
* Qml: optimize string usageAnton Kudryavtsev2016-08-091-2/+2
* QQmlXMLHttpRequest: mark header() and headers() as constAnton Kudryavtsev2016-08-091-4/+4