aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-223-0/+36
|\
| * Don't delete singletons objects owned by C++.BogDan Vatra2015-10-153-0/+36
* | 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-253-0/+39
|\|
| * V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-253-0/+39
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-022-19/+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.5' into devSimon Hausmann2015-04-285-13/+21
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-275-13/+21
| |\
| | * Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-255-13/+21
* | | Fix assertLars Knoll2015-03-201-1/+1
|/ /
* | Don't evaluate the expression in switch() multiple timesLars Knoll2015-03-111-0/+24
* | Fixed license headersJani Heikkinen2015-02-172-6/+6
* | Update copyright headersJani Heikkinen2015-02-125-29/+29
* | 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-162-1/+8
|\|
| * Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-082-1/+8
* | 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
* | Remove v8engine pointer from QQmlV4FunctionLars 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-132-1/+96
* | Revert "Properly handle negative years when printing JS Dates to strings."Ulf Hermann2014-12-122-4/+11
* | 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-182-3/+3
* | Cleanup exception catching codeLars Knoll2014-11-151-6/+6
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-1/+1
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
|/
* Properly handle negative years when printing JS Dates to strings.Ulf Hermann2014-10-242-0/+25
* Fix line ending for test fileKai Koehne2014-10-221-10/+10
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-10/+10
* Fix setUTCXxx methods in DateLars Knoll2014-09-112-0/+50
* Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-114-2/+81
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-084-1/+29
|\