| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | | Test the activationObject for js functions | Olivier Goffart | 2009-08-10 | 1 | -0/+25 |
|
|
| * | | | | | | | | | | | | | | more tests for the QScriptContext::argumentsObject | Olivier Goffart | 2009-08-10 | 1 | -4/+11 |
|
|
| * | | | | | | | | | | | | | | Test the same code as in the documentation for closures | Olivier Goffart | 2009-08-10 | 1 | -0/+32 |
|
|
| * | | | | | | | | | | | | | | make QScriptContext::setScope() fail for object created in other engine | Kent Hansen | 2009-08-10 | 1 | -8/+15 |
|
|
| * | | | | | | | | | | | | | | implement QScriptContext::setActivationObject() | Kent Hansen | 2009-08-10 | 1 | -2/+6 |
|
|
| * | | | | | | | | | | | | | | mark expected failures for QObject GC-related tests | Kent Hansen | 2009-08-10 | 1 | -0/+4 |
|
|
| * | | | | | | | | | | | | | | finish implementation of QScriptEngine::importExtension() | Kent Hansen | 2009-08-10 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | | | skip QScriptEngine::newActivationObject() test | Kent Hansen | 2009-08-10 | 1 | -0/+1 |
|
|
| * | | | | | | | | | | | | | | remove two expected failures for backtrace() | Kent Hansen | 2009-08-10 | 1 | -2/+0 |
|
|
| * | | | | | | | | | | | | | | implement QScriptContextInfo streaming from datastream | Kent Hansen | 2009-08-10 | 1 | -3/+2 |
|
|
| * | | | | | | | | | | | | | | implement QScriptContextInfo::parameterNames() for Qt methods | Kent Hansen | 2009-08-10 | 1 | -9/+16 |
|
|
| * | | | | | | | | | | | | | | implement QScriptClass property query semantics of old back-end | Kent Hansen | 2009-08-10 | 1 | -1/+3 |
|
|
| * | | | | | | | | | | | | | | implement QScriptContext::backtrace() | Kent Hansen | 2009-08-10 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | | skip the QScriptContext::returnValue() test | Kent Hansen | 2009-08-10 | 1 | -2/+1 |
|
|
| * | | | | | | | | | | | | | | mark function scopes test as expected failure | Kent Hansen | 2009-08-10 | 1 | -0/+1 |
|
|
| * | | | | | | | | | | | | | | make native function scopes test pass | Kent Hansen | 2009-08-10 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | | make the global object properties test pass | Kent Hansen | 2009-08-10 | 1 | -1/+2 |
|
|
| * | | | | | | | | | | | | | | make property flags lookup work for properties in prototype chain | Kent Hansen | 2009-08-10 | 1 | -0/+8 |
|
|
| * | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-10 | 28 | -110/+310 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-06 | 151 | -459/+602 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | remove some expected failures that don't fail with JSC back-end | Kent Hansen | 2009-08-06 | 1 | -30/+0 |
|
|
| * | | | | | | | | | | | | | | | | finish implementation of QVariant.prototype.toString() | Kent Hansen | 2009-08-06 | 1 | -1/+0 |
|
|
| * | | | | | | | | | | | | | | | | give Error constructors DontEnum attribute | Kent Hansen | 2009-08-06 | 1 | -6/+0 |
|
|
| * | | | | | | | | | | | | | | | | Updates getPropertyNames() on all javascript object to use the flag | Benjamin Poulain | 2009-08-05 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | | | | | RegExp.prototype.toString() when pattern is empty | Kent Hansen | 2009-08-05 | 1 | -2/+0 |
|
|
| * | | | | | | | | | | | | | | | | make QScriptEngine::newQMetaObject() work | Kent Hansen | 2009-08-05 | 2 | -4/+0 |
|
|
| * | | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-05 | 101 | -448/+4388 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | clear abort flag when we start a new evaluate | Kent Hansen | 2009-08-04 | 1 | -0/+7 |
|
|
| * | | | | | | | | | | | | | | | | | adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdf | Kent Hansen | 2009-08-04 | 1 | -10/+4 |
|
|
| * | | | | | | | | | | | | | | | | | Do not crash if using popContext() while the current context have not been pu... | Olivier Goffart | 2009-08-04 | 2 | -8/+4 |
|
|
| * | | | | | | | | | | | | | | | | | Implement QScriptEngine::abortEvaluation() | Tor Arne Vestbø | 2009-08-03 | 1 | -1/+0 |
|
|
| * | | | | | | | | | | | | | | | | | Implement QScriptEngine::setProcessEventsInterval() | Tor Arne Vestbø | 2009-08-03 | 1 | -2/+1 |
|
|
| * | | | | | | | | | | | | | | | | | Complete the implementation of QScriptValueIterator with JSCore | Benjamin Poulain | 2009-08-03 | 1 | -116/+79 |
|
|
| * | | | | | | | | | | | | | | | | | QScriptContext::calledAsConstructor also works with non-native function | Olivier Goffart | 2009-08-03 | 1 | -5/+28 |
|
|
| * | | | | | | | | | | | | | | | | | QScriptValueIterator: fix missing non-enumerable values | Tor Arne Vestbø | 2009-07-31 | 1 | -2/+2 |
|
|
| * | | | | | | | | | | | | | | | | | Basic implementation of QScriptValueIterator with JSC | Benjamin Poulain | 2009-07-31 | 1 | -2/+8 |
|
|
| * | | | | | | | | | | | | | | | | | update test to match JSC __defineSetter__() behavior | Kent Hansen | 2009-07-30 | 1 | -7/+5 |
|
|
| * | | | | | | | | | | | | | | | | | implement QScriptContext::activationObject() | Kent Hansen | 2009-07-30 | 2 | -15/+9 |
|
|
| * | | | | | | | | | | | | | | | | | Add QEXPECT_FAIL | Olivier Goffart | 2009-07-30 | 1 | -1/+4 |
|
|
| * | | | | | | | | | | | | | | | | | Implement QScriptEngine::pushContext end popContext | Olivier Goffart | 2009-07-30 | 2 | -3/+14 |
|
|
| * | | | | | | | | | | | | | | | | | make the V8 and Mozilla test suites pass on QtScript JSC back-end | Kent Hansen | 2009-07-30 | 2 | -0/+74 |
|
|
| * | | | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-07-30 | 38 | -201/+641 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | change tests to match JSC behavior | Kent Hansen | 2009-07-29 | 1 | -16/+18 |
|
|
| * | | | | | | | | | | | | | | | | | | remove tests for magic __qt_sender__ property | Kent Hansen | 2009-07-29 | 1 | -9/+1 |
|
|
| * | | | | | | | | | | | | | | | | | | change __defineSetter__() autotest to match JSC behavior | Kent Hansen | 2009-07-29 | 1 | -22/+23 |
|
|
| * | | | | | | | | | | | | | | | | | | change the reserved ECMAScript words autotest to match behavior of JSC | Kent Hansen | 2009-07-29 | 1 | -45/+46 |
|
|
| * | | | | | | | | | | | | | | | | | | set calledAsConstructor to true when function is called as constructor | Kent Hansen | 2009-07-29 | 1 | -0/+32 |
|
|
| * | | | | | | | | | | | | | | | | | | Enter a scope when enterning a native function. | Olivier Goffart | 2009-07-29 | 1 | -0/+3 |
|
|
| * | | | | | | | | | | | | | | | | | | Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki... | Kent Hansen | 2009-07-28 | 1 | -7/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | Fix tst_QScriptEngine::automaticSemicolonInsertion | Olivier Goffart | 2009-07-28 | 1 | -7/+0 |
|
|