summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptvalue
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-0/+12
|\
| * Improve QScript{Engine,Value}::toObject() test coverageKent Hansen2010-04-191-0/+12
* | Merge branch '4.6-s60' into 4.7-s60axis2010-03-221-0/+8
|\ \ | |/
| * Don't assert in QScriptValue::call()Kent Hansen2010-03-181-0/+8
| * Speed up compilation of this test with MSVC.Rohan McGovern2010-02-261-0/+7
* | Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-3/+5
* | Reduce compiling time of QScriptValue autotest suite on Windows.Jedrzej Nowacki2010-03-048-10223/+11412
* | Optimize QScriptValue autotest generator.Jedrzej Nowacki2010-03-043-173/+245
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/mobility-staging into mast...Qt Continuous Integration System2010-02-261-0/+7
|\ \
| * | Speed up compilation of this test with MSVC.Rohan McGovern2010-02-261-0/+7
| |/
* | Update of the QScriptValue autotest suite.Jedrzej Nowacki2010-02-252-6/+617
* | New data set for QScriptValue autotest generator.Jedrzej Nowacki2010-02-251-0/+6
* | Update of the QScriptValue autotest suite.Jedrzej Nowacki2010-02-241-0/+3114
* | New autotests cases for QScriptValue autotests generator.Jedrzej Nowacki2010-02-241-1/+36
* | QScriptValue autotest generator templates change.Jedrzej Nowacki2010-02-241-0/+8
* | Fix license template.Jedrzej Nowacki2010-02-241-2/+1
|/
* Apply newly generated test values.Jedrzej Nowacki2010-02-101-0/+127
* Add new test values to QScriptValue test generator.Jedrzej Nowacki2010-02-101-0/+4
* Fix an unhandled exception in QScriptValue's test generator.Jedrzej Nowacki2010-02-101-1/+1
* Autotest: to be sure, generate .cpp files with the proper headers tooThiago Macieira2010-02-031-17/+40
* Fix license headers on these new files (and the generator).Thiago Macieira2010-02-025-104/+230
* Add auto-generated tests for QScriptValueKent Hansen2010-02-024-83/+6836
* Introduce of QScriptValue autotest generator.Jedrzej Nowacki2010-02-026-0/+1076
* Fix autotest memory leakKent Hansen2010-01-291-1/+1
* Don't crash when comparing JSCore value without engine to non-JSCore valueKent Hansen2010-01-271-0/+14
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* implement property getters&setters for setProperty(quint32) overloadKent Hansen2009-10-061-0/+27
* remove two expected failuresKent Hansen2009-09-301-4/+0
* mark test as expected failure only when JIT is enabledKent Hansen2009-09-291-2/+8
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-0/+2
* Added explicit casts to make QScriptValue autotest compile with NokiaX86Miikka Heikkinen2009-09-221-2/+2
* Fix autotest compilationOlivier Goffart2009-09-211-1/+0
* QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-211-2/+40
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | fix crash due to double deletionKent Hansen2009-08-311-0/+22
* | fix whacky behavior of QScriptValue::toString() for QVariantKent Hansen2009-08-271-0/+2
* | warn if QScriptValue::setScriptClass() is called on incompatible objectKent Hansen2009-08-261-6/+23
* | don't crash when attempting to access properties of a JS Object that belonged...Kent Hansen2009-08-261-0/+2
* | fix performance issue with QScriptValue::propertyFlags()Kent Hansen2009-08-261-0/+1
* | avoid calling QScriptValue::isFunction() inside call() and construct()Kent Hansen2009-08-241-0/+14
* | use a list to keep track of registered script valuesKent Hansen2009-08-201-2/+0
* | make QScriptEngine::objectById() workKent Hansen2009-08-201-1/+3
* | Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-191-1/+0
* | add test to make sure a JavaScript object's ID persistsKent Hansen2009-08-191-0/+10
* | add a test for comparing Q{Object,Variant} wrappers from scriptKent Hansen2009-08-181-0/+15
* | adopt variant-to-string conversion of the original qtscript back-endKent Hansen2009-08-171-0/+12
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-121-1/+1
|\ \