aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-053-0/+28
| * Fix crashes when calling Array.sort with imperfect sort functionsLars Knoll2014-09-011-1/+1
* | Update license headers and add new licensesJani Heikkinen2014-08-253-57/+33
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-123-0/+27
|\|
| * Fix Qt.include with cached compilation units and resourcesSimon Hausmann2014-08-063-0/+27
* | V4: change string flattening to be iterative and use a worklist.Erik Verbruggen2014-08-081-0/+25
* | Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-1/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-293-0/+133
|\|
| * Fix interaction of garbage collector with JS objects during QML type instanti...Simon Hausmann2014-07-263-0/+133