| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid asserting when computing line number for backtrace | Kent Hansen | 2011-03-01 | 1 | -4/+2 |
|
|
* | Make missing line number info an expected failure | Kent Hansen | 2011-02-28 | 1 | -8/+6 |
|
|
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-10 | 1 | -0/+44 |
|\ |
|
| * | Don't crash when creating backtrace for built-in JS function (2nd try) | Kent Hansen | 2011-02-08 | 1 | -1/+30 |
|
|
| * | Don't crash when creating backtrace for built-in JS function | Kent Hansen | 2011-02-03 | 1 | -0/+15 |
|
|
* | | Add new tests cases to context tests. | Jedrzej Nowacki | 2011-02-09 | 1 | -0/+71 |
|
|
* | | Split QScriptContext autotest into smaller functions | Kent Hansen | 2011-02-03 | 1 | -136/+194 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | | Add autotest that checks return value of QScriptContext::throwXXX() | Kent Hansen | 2010-11-08 | 1 | -0/+49 |
|
|
* | | Refactor tst_QScriptContext::throwError test. | Jedrzej Nowacki | 2010-11-03 | 1 | -59/+61 |
|
|
* | | Improve QtScript test coverage | Kent Hansen | 2010-10-29 | 1 | -0/+38 |
|/ |
|
* | Ensure that activation object has been created before popping scope of native... | Kent Hansen | 2010-05-27 | 1 | -0/+45 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Add references to JIRA tasks for expected test failures | Kent Hansen | 2009-11-23 | 1 | -1/+1 |
|
|
* | QScriptContext::parentContext: don't skip unessecary frames | Olivier Goffart | 2009-10-06 | 1 | -1/+0 |
|
|
* | add test for QT-2270 | Kent Hansen | 2009-10-06 | 1 | -0/+17 |
|
|
* | QScript: Add test for getting backtrace of recursive functions | Olivier Goffart | 2009-09-28 | 1 | -0/+66 |
|
|
* | QScript: Fix strange bugs and crashes. | Olivier Goffart | 2009-09-28 | 1 | -0/+25 |
|
|
* | improve "nested evaluation" test | Kent Hansen | 2009-09-25 | 1 | -0/+10 |
|
|
* | 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 |
|
|
* | | Make it possible for autotests to check if JIT is enabled or not | Kent Hansen | 2009-08-28 | 1 | -10/+14 |
|
|
* | | QScriptContextInfo: fix the line numbers with JIT | Olivier Goffart | 2009-08-28 | 1 | -2/+8 |
|
|
* | | Fix QScriptContext::argumentObjects for function called with QScriptValue::call | Olivier Goffart | 2009-08-24 | 1 | -0/+35 |
|
|
* | | Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f... | Olivier Goffart | 2009-08-18 | 1 | -5/+48 |
|
|
* | | Fix the line numbers on the backtrace | Olivier Goffart | 2009-08-18 | 1 | -3/+6 |
|
|
* | | test default scope chain after a new context has been pushed | Kent Hansen | 2009-08-17 | 1 | -0/+3 |
|
|
* | | push the right object when the argument is the Global Object | Kent Hansen | 2009-08-14 | 1 | -12/+9 |
|
|
* | | Detect evaluation context in the backtrace | Olivier Goffart | 2009-08-14 | 1 | -2/+2 |
|
|
* | | More polishing on the backtrace | Olivier Goffart | 2009-08-14 | 1 | -18/+18 |
|
|
* | | more extensive backtrace test | Olivier Goffart | 2009-08-14 | 1 | -12/+93 |
|
|
* | | Polish the QScriptContext::backtrace() | Olivier Goffart | 2009-08-14 | 1 | -4/+3 |
|
|
* | | make sure QScriptContext::scopeChain() returns the right object | Kent Hansen | 2009-08-14 | 1 | -0/+2 |
|
|
* | | make it possible for any script object to serve as activation object | Kent Hansen | 2009-08-14 | 1 | -2/+37 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | make it possible to pop all items in a scope chain and then push to it | Kent Hansen | 2009-08-11 | 1 | -6/+4 |
|
|
* | | | Fix line number and arguments in QScriptContext::toString | Olivier Goffart | 2009-08-11 | 1 | -1/+0 |
|
|
* | | | 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 |
|
|
* | | | 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 |
|
|
* | | | implement QScriptContext::backtrace() | Kent Hansen | 2009-08-10 | 1 | -1/+1 |
|
|
* | | | skip the QScriptContext::returnValue() test | Kent Hansen | 2009-08-10 | 1 | -2/+1 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-05 | 1 | -0/+30 |
|\ \ \
| |/ / |
|
| * | | test that activation and this-object can be inherited from parent context | Kent Hansen | 2009-07-31 | 1 | -0/+30 |
|
|
* | | | Do not crash if using popContext() while the current context have not been pu... | Olivier Goffart | 2009-08-04 | 1 | -6/+2 |
|
|