aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlxmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* CleanupsLars Knoll2015-01-231-51/+51
* Get rid of most uses of ValueRefLars Knoll2015-01-231-16/+16
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-7/+7
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-10/+0
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-161-2/+2
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-8/+8
* Remove most v8engine references in xhrLars Knoll2015-01-081-81/+45
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* Get rid of QV8Engine::toStringLars Knoll2015-01-081-24/+11
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-12/+12
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* support XMLHttpRequest sync modeTasuku Suzuki2014-12-261-11/+30
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-19/+19
* Add default parameter value for ScopedCallData()Oleg Shparber2014-12-121-1/+1
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* Encapsulate accesses to the root contextLars Knoll2014-12-111-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-16/+4
* Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-3/+2
* Cleanup exception catching codeLars Knoll2014-11-151-2/+1