summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlxmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle more HTML non-errorsAaron Kennedy2009-11-271-6/+8
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-11-131-18/+18
|\
| * unwarnWarwick Allison2009-11-131-18/+18
* | XMLHttpRequest testsAaron Kennedy2009-11-131-15/+32
|/
* XMLHttpRequest testsAaron Kennedy2009-11-131-117/+36
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-11-131-1/+1
|\
| * Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* | XMLHttpRequest testsAaron Kennedy2009-11-131-7/+4
|/
* XMLHttpRequest testsAaron Kennedy2009-11-101-13/+102
* More XMLHttpRequest testsAaron Kennedy2009-11-101-4/+33
* XMLHttpRequest testsAaron Kennedy2009-11-091-34/+102
* fix headersWarwick Allison2009-10-291-16/+16
* Silence warnings.Michael Brasser2009-10-261-0/+9
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-3/+3
* Remove some warnings.Martin Jones2009-10-091-12/+12
* XMLHttpRequest status and statusText were not set in finished or error.Tapani Mikola2009-09-181-0/+10
* Added \r\n between the headers in getAllResponseHeadersTapani Mikola2009-09-181-1/+1
* Implementations of getAllResponseHeaders () and getResponseHeader ().Tapani Mikola2009-09-181-4/+69
* Implement more of XMLHttpRequestAaron Kennedy2009-09-011-15/+868
* Implement (parts of) XMLHttpRequestAaron Kennedy2009-08-271-0/+535