| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Fix garbage collection issue with script-owned objects with connections | Kent Hansen | 2009-11-30 | 1 | -0/+18 |
|
|
* | update autotest to match 4.6 behavior | Kent Hansen | 2009-11-23 | 1 | -9/+14 |
|
|
* | Add reference to JIRA task for expected test failure | Kent Hansen | 2009-11-23 | 1 | -1/+1 |
|
|
* | Add references to JIRA tasks for expected test failures | Kent Hansen | 2009-11-23 | 1 | -4/+4 |
|
|
* | API review: QRegExp::numCaptures() -> QRegExp::captureCount() | Marius Storm-Olsen | 2009-11-06 | 1 | -1/+1 |
|
|
* | Say hello to QScriptProgram :-) | Kent Hansen | 2009-10-28 | 1 | -0/+149 |
|
|
* | tests/auto/qscriptengine/qscriptengine.pro Windows CE fix | Joerg Bornemann | 2009-10-07 | 1 | -1/+6 |
|
|
* | attempt to make QScriptEngine::collectGarbage() autotest more robust | Kent Hansen | 2009-10-02 | 1 | -9/+23 |
|
|
* | Fix column number provided to QScriptEngineAgent | Kent Hansen | 2009-10-01 | 1 | -1/+0 |
|
|
* | add test case for wrong error message in qtscript | Kent Hansen | 2009-09-25 | 1 | -0/+11 |
|
|
* | Removed explicit TARGET.EPOCHEAPSIZE statements from script tests | Miikka Heikkinen | 2009-09-23 | 1 | -1/+0 |
|
|
* | Fix tst_QScriptEngine::throwErrorFromProcessEvents | Olivier Goffart | 2009-09-22 | 1 | -1/+0 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | implement proxying of JSObject::putWithAttributes() on Global Object | Kent Hansen | 2009-08-26 | 1 | -0/+25 |
|
|
* | | Memory leak in QScriptEngineAgent. | Olivier Goffart | 2009-08-25 | 1 | -0/+1 |
|
|
* | | QScriptValue: No need to create the activation object for call or construct | Olivier Goffart | 2009-08-24 | 1 | -9/+23 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 1 | -115/+676 |
|\ \ |
|
| * | | add more detailed tests for QRegExp <--> JS RegExp conversion | Kent Hansen | 2009-08-19 | 1 | -1/+19 |
|
|
| * | | remove expected failure | Kent Hansen | 2009-08-19 | 1 | -1/+0 |
|
|
| * | | move the builtinFunctionNames test to qscriptengine autotests | Kent Hansen | 2009-08-19 | 1 | -0/+175 |
|
|
| * | | implement getter/setter proxying for Global Object and activation object | Kent Hansen | 2009-08-18 | 1 | -0/+25 |
|
|
| * | | adopt same ownership relationship of scriptengine agents as in old back-end | Kent Hansen | 2009-08-18 | 1 | -7/+29 |
|
|
| * | | remove expected failures, mark expected failure | Kent Hansen | 2009-08-18 | 1 | -3/+1 |
|
|
| * | | Lazily construct the QScriptActivationObject | Olivier Goffart | 2009-08-13 | 1 | -1/+16 |
|
|
| * | | Refactor the way the JS stack are created for native function | Olivier Goffart | 2009-08-12 | 1 | -5/+6 |
|
|
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-12 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Test the same code as in the documentation for closures | Olivier Goffart | 2009-08-10 | 1 | -0/+32 |
|
|
| * | | | 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 |
|
|
| * | | | 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 |
|
|
| * | | | 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 |
|
|
| * | | | RegExp.prototype.toString() when pattern is empty | Kent Hansen | 2009-08-05 | 1 | -2/+0 |
|
|
| * | | | make QScriptEngine::newQMetaObject() work | Kent Hansen | 2009-08-05 | 1 | -3/+0 |
|
|
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-05 | 1 | -0/+29 |
| |\ \ \ |
|
| * | | | | clear abort flag when we start a new evaluate | Kent Hansen | 2009-08-04 | 1 | -0/+7 |
|
|
| * | | | | Do not crash if using popContext() while the current context have not been pu... | Olivier Goffart | 2009-08-04 | 1 | -2/+2 |
|
|
| * | | | | Implement QScriptEngine::abortEvaluation() | Tor Arne Vestbø | 2009-08-03 | 1 | -1/+0 |
|
|
| * | | | | Implement QScriptEngine::setProcessEventsInterval() | Tor Arne Vestbø | 2009-08-03 | 1 | -2/+1 |
|
|
| * | | | | QScriptValueIterator: fix missing non-enumerable values | Tor Arne Vestbø | 2009-07-31 | 1 | -2/+2 |
|
|
| * | | | | update test to match JSC __defineSetter__() behavior | Kent Hansen | 2009-07-30 | 1 | -7/+5 |
|
|
| * | | | | implement QScriptContext::activationObject() | Kent Hansen | 2009-07-30 | 1 | -7/+0 |
|
|