aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-0/+12
|\
| * Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-011-0/+12
* | Add QVector support to JS sequencesKevin Ottens2016-05-031-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+12
|\|
| * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+9
|\|
| * Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-271-0/+9
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-4/+4
|\|
| * Provide a threaded TestHTTPServerUlf Hermann2015-10-141-3/+1
| * Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
| * Cleanups to property allocation in the VMEMOLars Knoll2015-09-251-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-0/+11
|\|
| * V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-251-0/+11
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-021-17/+15
|/
* Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-201-3/+3
* Fix test caseLars Knoll2015-08-181-2/+3
* Get rid of special handling of var propertiesLars Knoll2015-08-181-0/+6
* tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-291-49/+49
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-18/+18
* Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-6/+10
|\
| * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-251-6/+10
* | Don't evaluate the expression in switch() multiple timesLars Knoll2015-03-111-0/+24
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | CleanupsLars Knoll2015-01-231-1/+1
* | Remove all remaining usages of ValueRefLars Knoll2015-01-231-4/+4
* | Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-1/+2
|\|
| * Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-081-1/+2
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+4
* | Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* | Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-081-3/+3
* | Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* | Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* | Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-1/+1
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-7/+5
* | Read and write QObject pointer properties in QML without registration.Mitch Curtis2014-12-131-1/+77
* | Revert "Properly handle negative years when printing JS Dates to strings."Ulf Hermann2014-12-121-3/+5
* | Encapsulate accesses to the root contextLars Knoll2014-12-111-3/+3
* | Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-7/+4
* | Change test data from 6.7 to 6.5Thiago Macieira2014-11-181-2/+2
* | Cleanup exception catching codeLars Knoll2014-11-151-6/+6
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
|/
* Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-241-0/+17
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-10/+10
* Fix setUTCXxx methods in DateLars Knoll2014-09-111-0/+16
* Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-111-0/+24
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-081-0/+11
|\