aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlxmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlXMLHttpRequest: support sending ArrayBuffer dataAlberto Mardegan2017-06-261-2/+7
* 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
* Qml: use const (and const APIs) moreAnton Kudryavtsev2016-08-091-2/+2
* Replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-061-1/+1
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-8/+9
* QML Engine: Support for "PATCH" method for XMLHTTPRequestValery Kotov2016-06-031-2/+4
* Replace handwritten loops with qDeleteAllFrank Meerkoetter2016-04-181-4/+2
* Cleanup. It is fine to call delete(0)Frank Meerkoetter2016-04-181-1/+1
* QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-101-0/+1
|\
| * QQmlXmlHttpRequest: Fix a memory leak on use of XMLHttpRequest's responseXML.Robin Burchell2016-01-051-0/+1
* | Remove dead codeFrank Meerkoetter2015-12-141-2/+0
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-4/+0
|\
| * Fix compilation with ICC on WindowsThiago Macieira2015-09-021-4/+0
* | Move remaining objects to new constructor syntaxLars Knoll2015-09-221-26/+21
* | Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-1/+1
* | XHR: Server side errors are not network errorsJulien Brianceau2015-08-271-1/+5
* | Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-201-99/+47
* | QML Engine: Support for "PROPFIND" method for XMLHTTPRequestValery Kotov2015-07-181-10/+36
* | Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-2/+2
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-3/+3
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-1/+1
|\|
| * Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1
* | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* | Use Heap::Pointer in more placesLars Knoll2015-04-241-1/+1
* | More cleanupsLars Knoll2015-04-211-3/+3
* | QML Engine: JSON XHR response type supportValery Kotov2015-04-161-0/+25
* | Further cleanupsLars Knoll2015-04-161-12/+12
|/
* QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-091-0/+76
* NamedNodeMap: Remove logically dead codeHolger Hans Peter Freyther2015-02-181-6/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7