aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-081-1/+0
* Fix some GC related tests to work with MSVCSimon Hausmann2013-08-061-6/+22
* Disable some GC sensitive tests with MSVCSimon Hausmann2013-08-051-0/+9
* Improve reliability of GC related testsSimon Hausmann2013-07-291-25/+16
* Silence qqmlecmascript::propertyVarInheritance failures with clang release bu...Simon Hausmann2013-07-261-0/+6
* Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-0/+1
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-7/+6
* Fix failing GC related tests with gcc in release buildsSimon Hausmann2013-07-051-3/+21
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-0/+32
|\
| * Partial fix for deferred properties when combined with componentsAlan Alpert2013-05-221-0/+32
* | Fix expected error messages in singleonType testSimon Hausmann2013-06-231-2/+1
* | Mark qqmlecmascript::hasOwnProperty as xfailSimon Hausmann2013-06-211-0/+1
* | Mark a sub-test in qqmlecmascript::scope() as xfailSimon Hausmann2013-06-211-0/+1
* | Remove XFAILs that was due to strict modeSimon Hausmann2013-06-211-7/+0
* | Fix tst_qqmlecmascript::functionAssignmentfromJS_invalidSimon Hausmann2013-06-181-2/+2
* | Mark the eval() test as xfailSimon Hausmann2013-06-171-0/+1
* | Adjust expected error message for qqmlecmascript::qtbug_22843Simon Hausmann2013-06-171-2/+2
* | Re-enable two disabled var property tests and make them passSimon Hausmann2013-06-151-30/+19
* | Don't allow for a QJSValue to be taken from one engine to another through QVa...Simon Hausmann2013-06-131-1/+1
* | Cosmetic: Silence the with statement warnings, in addition to the XFAILSimon Hausmann2013-06-131-1/+7
* | Fix tst_qqmlecmascript::callQtInvokablesSimon Hausmann2013-06-131-0/+3
* | Fix exception type when trying to assign to read-only QObject propertiesSimon Hausmann2013-06-131-2/+2
* | Fix diagnostic error message when put fails because of a read-only propertySimon Hausmann2013-06-131-2/+4
* | Fix toString lookups on QObject bindings (And thus qqmlecmascript::toObjectSt...Simon Hausmann2013-06-131-3/+7
* | Fix syntax error propagationSimon Hausmann2013-06-131-1/+1
* | Mark test using with statement as expected failureSimon Hausmann2013-06-131-0/+1
* | Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-19/+19
* | Small fix in tst_qqmlecmascriptSimon Hausmann2013-06-121-2/+2
* | Fix qqmlecmascript::enums and nonNotifyableSimon Hausmann2013-06-081-7/+7
* | Fix qqmlecmascript::sequenceConversionBindingsSimon Hausmann2013-06-081-1/+1
* | Remove failing testSimon Hausmann2013-06-081-14/+0
* | Fix qqmlecmascript::signalWithJSValueInVariantSimon Hausmann2013-06-081-2/+2
* | Fix qqmlecmascript::nonExistentAttachedObjectSimon Hausmann2013-06-081-1/+1
* | Fix tst_qqmlecmascript::scriptErrors()Simon Hausmann2013-06-071-1/+1
* | Fix tst_qqmlecmascript::signalArgumentsSimon Hausmann2013-06-071-2/+0
* | Improve type error messages when reading propertiesSimon Hausmann2013-06-051-12/+7
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-1/+1
* | Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-1/+3
* | Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-2/+2
* | Fix tst_qqmlecmascript::switchStatement()Simon Hausmann2013-05-291-1/+1
* | Implement JS ownership policy for var and variant propertiesSimon Hausmann2013-05-241-9/+9
* | Implement QObject ownership policy for QObject JavaScript wrappersSimon Hausmann2013-05-241-230/+3
* | Various fixesLars Knoll2013-05-221-18/+18
* | Fix the buildSimon Hausmann2013-05-211-4/+4
* | Convert the remaining TryCatch statements to use QV4::ExceptionLars Knoll2013-05-211-34/+41
* | convert QV8VariantWrapper to v4Lars Knoll2013-05-171-9/+11
* | Fix build of tst_qqmlecmascriptSimon Hausmann2013-05-151-5/+15
* | More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-22/+9
* | Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-60/+60
|/
* Fix hexadecimal escape sequence validation in strings.Erik Verbruggen2013-03-191-1/+1