summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptvalue/tst_qscriptvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Don't allow non-Object values to be set as prototypeKent Hansen2011-03-021-4/+1
* Link expected failures to tasksKent Hansen2011-02-231-5/+5
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | QScript tests, sync the tests with the v8 branchOlivier Goffart2010-12-101-1/+59
* | QtScript variant conversion: Convert numbers to (u)int if applicable (reviewe...Thomas Senyk2010-11-251-0/+4
* | Fix QScriptValue::construct.Jedrzej Nowacki2010-11-221-0/+12
* | Split tst_QScriptValue::construct tests into smaller chunks.Jedrzej Nowacki2010-11-221-107/+137
* | Split newQObject tests into smaller chunks.Jedrzej Nowacki2010-11-181-56/+34
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-0/+14
|\|
| * Fix GC-related crash in QScriptValue::setData()Kent Hansen2010-11-091-0/+13
* | Add autotests for setting non-Object as prototype valueKent Hansen2010-11-091-0/+48
* | Split QScriptValue::call autotest into smaller tests.Jedrzej Nowacki2010-11-051-131/+162
* | Refactor tst_QScriptValue::instanceOfJedrzej Nowacki2010-11-011-4/+9
* | Refactor tst_QScriptValue::getSetPrototypeJedrzej Nowacki2010-11-011-30/+58
* | Refactor tst_QScriptValue::getSetPropertyJedrzej Nowacki2010-11-011-233/+280
* | Refactor tst_QScriptValue::getSetDataJedrzej Nowacki2010-11-011-32/+64
* | Refactor tst_QScriptValue::isErrorJedrzej Nowacki2010-11-011-8/+29
* | Refactor tst_QScriptValue::isRegExpJedrzej Nowacki2010-11-011-10/+22
* | Refactor tst_QScriptValue::isDateJedrzej Nowacki2010-11-011-10/+22
* | Refactor tst_QScriptValue::isArrayJedrzej Nowacki2010-11-011-9/+21
* | Increase range of getSetScriptClass test.Jedrzej Nowacki2010-11-011-5/+14
* | Rename few QScriptValue's test cases.Jedrzej Nowacki2010-11-011-20/+20
* | Separate generated tests from hand written ones.Jedrzej Nowacki2010-11-011-54/+0
* | Split tst_QScriptValue::getSetScriptClass autotest.Jedrzej Nowacki2010-11-011-6/+37
* | Split tst_QScriptValue::ctor autotest.Jedrzej Nowacki2010-11-011-87/+143
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-291-0/+25
|\|
| * QScriptValue::construct(): Don't crash if function throws non-ObjectKent Hansen2010-10-281-0/+25
* | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-07-291-0/+4
|\|
| * Add missing API shimsKent Hansen2010-07-071-0/+4
* | Increase test coverage for QScriptValue.Jedrzej Nowacki2010-07-281-13/+30
|/
* Usefully convert from QtScript object/array to QVariantKent Hansen2010-06-171-2/+87
* 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
* | Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-3/+5
|/
* Add auto-generated tests for QScriptValueKent Hansen2010-02-021-82/+76
* 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-071-1/+1
* implement property getters&setters for setProperty(quint32) overloadKent Hansen2009-10-061-0/+27
* remove two expected failuresKent Hansen2009-09-301-4/+0