Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle more HTML non-errors | Aaron Kennedy | 2009-11-27 | 1 | -6/+8 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-13 | 1 | -18/+18 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | unwarn | Warwick Allison | 2009-11-13 | 1 | -18/+18 |
| | | |||||
* | | XMLHttpRequest tests | Aaron Kennedy | 2009-11-13 | 1 | -15/+32 |
|/ | |||||
* | XMLHttpRequest tests | Aaron Kennedy | 2009-11-13 | 1 | -117/+36 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-13 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | | XMLHttpRequest tests | Aaron Kennedy | 2009-11-13 | 1 | -7/+4 |
|/ | |||||
* | XMLHttpRequest tests | Aaron Kennedy | 2009-11-10 | 1 | -13/+102 |
| | |||||
* | More XMLHttpRequest tests | Aaron Kennedy | 2009-11-10 | 1 | -4/+33 |
| | |||||
* | XMLHttpRequest tests | Aaron Kennedy | 2009-11-09 | 1 | -34/+102 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Silence warnings. | Michael Brasser | 2009-10-26 | 1 | -0/+9 |
| | |||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -3/+3 |
| | |||||
* | Remove some warnings. | Martin Jones | 2009-10-09 | 1 | -12/+12 |
| | |||||
* | XMLHttpRequest status and statusText were not set in finished or error. | Tapani Mikola | 2009-09-18 | 1 | -0/+10 |
| | |||||
* | Added \r\n between the headers in getAllResponseHeaders | Tapani Mikola | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | Implementations of getAllResponseHeaders () and getResponseHeader (). | Tapani Mikola | 2009-09-18 | 1 | -4/+69 |
| | |||||
* | Implement more of XMLHttpRequest | Aaron Kennedy | 2009-09-01 | 1 | -15/+868 |
| | |||||
* | Implement (parts of) XMLHttpRequest | Aaron Kennedy | 2009-08-27 | 1 | -0/+535 |
This is the first step to allowing QML to interact with REST style APIs in the same way as a webbrowser can. |