summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativexmlhttprequest/data
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2953-53/+53
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix responseText to check the charset encoding field and also to notBea Lam2010-08-252-2/+4
| | | | | | | | assume that the data is xml. The change also follows the w3c spec more closely (e.g. check the mime type field as well for encoding, for both responseText and responseXML). Task-number: QTBUG-13117
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2153-53/+53
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Pass even if $LANG is not set to en_US.*Warwick Allison2010-04-1432-10/+37
|
* Remove usage of Script where not actually testing the obsolete construct.Warwick Allison2010-04-085-278/+268
|
* Don't assume documents are in UTF-8.Bea Lam2010-03-052-0/+28
| | | | Task-number: QTBUG-7719
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2479-0/+2337
QDeclarativeXXX.