summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-298-8/+8
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Get WebView tests passing againAlan Alpert2010-07-011-2/+0
| | | | zoomFactor was removed in the new version.
* Remove arbitrary width checksAlan Alpert2010-07-011-2/+0
| | | | | | | | | | Width is not an arbitrary value, it is the size of the rendered page (which is whatever webkit says it is). Width should be tested to be correct, but this change should be done by the maintainers (who should also take the autotest out of declarative). Task-number: QTBUG-11855
* Fix webkit import for webkit tests.Martin Jones2010-07-017-7/+7
|
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-217-7/+7
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+2
|
* Remove timing sensitivity.Warwick Allison2010-03-181-2/+2
|
* Adjust test now that redundant contexts are not create dueWarwick Allison2010-03-181-2/+2
| | | | to commit 26cd94ef47ffc969dc835e98b58eded14e669964.
* Verbose unexpected errors.Warwick Allison2010-03-171-2/+1
|
* fix crash, re-enable settings testWarwick Allison2010-03-031-4/+2
|
* Disable until plugin objects problem resolved.Warwick Allison2010-03-031-0/+3
|
* Move WebView to an extension plugin.Warwick Allison2010-03-0211-291/+185
| | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
* missed fileWarwick Allison2010-03-021-0/+0
|
* Test, demo, and work-around bug QTBUG-8535Warwick Allison2010-02-262-1/+3
|
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-20/+20
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2420-0/+824
QDeclarativeXXX.