| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 1 | -0/+9 |
|\ |
|
| * | get rid of qmake warnings when parsing script.pro (JavaScriptCore.pri) | Kent Hansen | 2009-08-21 | 1 | -0/+9 |
|
|
* | | compile again after merge | Harald Fernengel | 2009-08-21 | 8 | -88/+14 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 138 | -34071/+12810 |
|\ \
| |/ |
|
| * | implement registered script values as a doubly linked list | Kent Hansen | 2009-08-20 | 4 | -13/+33 |
|
|
| * | use a list to keep track of registered script values | Kent Hansen | 2009-08-20 | 4 | -116/+41 |
|
|
| * | store the engine's d-pointer in QScriptValuePrivate | Kent Hansen | 2009-08-20 | 3 | -150/+115 |
|
|
| * | remove redundant variable | Kent Hansen | 2009-08-20 | 2 | -10/+3 |
|
|
| * | remove unused variable | Kent Hansen | 2009-08-20 | 1 | -1/+0 |
|
|
| * | add recursion guard for GC marking | Kent Hansen | 2009-08-20 | 3 | -4/+10 |
|
|
| * | provide line number information for innermost call frame | Kent Hansen | 2009-08-20 | 4 | -0/+11 |
|
|
| * | set the current frame when getting callbacks in JSC Debugger | Kent Hansen | 2009-08-20 | 2 | -30/+39 |
|
|
| * | make QScriptEngine::objectById() work | Kent Hansen | 2009-08-20 | 1 | -7/+2 |
|
|
| * | Fix "fixme" in QtFunction::mark() | Jedrzej Nowacki | 2009-08-20 | 1 | -3/+1 |
|
|
| * | Do not pass JSValue per const reference | Olivier Goffart | 2009-08-19 | 2 | -4/+4 |
|
|
| * | Cleanups | Olivier Goffart | 2009-08-19 | 3 | -24/+5 |
|
|
| * | invalidate wrapped JSC::JSValue when script engine is deleted | Kent Hansen | 2009-08-19 | 1 | -2/+5 |
|
|
| * | Fix QScriptValue::objectId(). | Jedrzej Nowacki | 2009-08-19 | 4 | -8/+12 |
|
|
| * | make QScriptEngine::isEvaluating() work for top-level evaluation | Kent Hansen | 2009-08-19 | 2 | -2/+21 |
|
|
| * | Q_DISABLE_COPY were added to QScriptValuePrivate. | Jedrzej Nowacki | 2009-08-19 | 1 | -0/+1 |
|
|
| * | Clean up | Jedrzej Nowacki | 2009-08-19 | 1 | -1/+0 |
|
|
| * | Internal API clean up. | Jedrzej Nowacki | 2009-08-19 | 3 | -16/+0 |
|
|
| * | Clean up. | Jedrzej Nowacki | 2009-08-19 | 3 | -49/+57 |
|
|
| * | Fix potential building problem. | Jedrzej Nowacki | 2009-08-19 | 1 | -7/+2 |
|
|
| * | Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f... | Olivier Goffart | 2009-08-18 | 1 | -7/+14 |
|
|
| * | Fix the line numbers on the backtrace | Olivier Goffart | 2009-08-18 | 1 | -1/+1 |
|
|
| * | implement getter/setter proxying for Global Object and activation object | Kent Hansen | 2009-08-18 | 4 | -0/+77 |
|
|
| * | adopt same ownership relationship of scriptengine agents as in old back-end | Kent Hansen | 2009-08-18 | 3 | -8/+33 |
|
|
| * | Clean up. | Jedrzej Nowacki | 2009-08-18 | 1 | -1/+1 |
|
|
| * | Clean up. | Jedrzej Nowacki | 2009-08-18 | 2 | -6/+29 |
|
|
| * | Clean up | Jedrzej Nowacki | 2009-08-18 | 3 | -1437/+0 |
|
|
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-18 | 5 | -5/+5 |
| |\ |
|
| * | | Clean up. | Jedrzej Nowacki | 2009-08-18 | 11 | -104/+81 |
|
|
| * | | port commit 8fca9052e72d1dc983443c3a8065f804bebf77e7 from qt/master | Kent Hansen | 2009-08-18 | 1 | -1/+1 |
|
|
| * | | Build on Windows CE | Kent Hansen | 2009-08-17 | 1 | -0/+8 |
|
|
| * | | adopt variant-to-string conversion of the original qtscript back-end | Kent Hansen | 2009-08-17 | 1 | -5/+8 |
|
|
| * | | remove unnecessary ifdefs | Kent Hansen | 2009-08-17 | 2 | -14/+9 |
|
|
| * | | push the right object when the argument is the Global Object | Kent Hansen | 2009-08-14 | 1 | -4/+13 |
|
|
| * | | Detect evaluation context in the backtrace | Olivier Goffart | 2009-08-14 | 1 | -0/+3 |
|
|
| * | | More polishing on the backtrace | Olivier Goffart | 2009-08-14 | 1 | -3/+7 |
|
|
| * | | Polish the QScriptContext::backtrace() | Olivier Goffart | 2009-08-14 | 1 | -21/+31 |
|
|
| * | | use originalGlobalObject() instead of lexicalGlobalObject() where possible | Kent Hansen | 2009-08-14 | 2 | -3/+3 |
|
|
| * | | make sure QScriptContext::scopeChain() returns the right object | Kent Hansen | 2009-08-14 | 1 | -2/+9 |
|
|
| * | | make it possible for any script object to serve as activation object | Kent Hansen | 2009-08-14 | 3 | -11/+98 |
|
|
| * | | Fix compilation on Windows | Simon Hausmann | 2009-08-14 | 1 | -0/+3 |
|
|
| * | | Fix compilation on Windows | Simon Hausmann | 2009-08-14 | 14 | -0/+14 |
|
|
| * | | Fix compilation with MSVC. | Simon Hausmann | 2009-08-14 | 1 | -0/+1 |
|
|
| * | | Fix compilation with MSVC | Simon Hausmann | 2009-08-14 | 1 | -10/+10 |
|
|
| * | | Fix inclusions of "utils/qscriptdate_p.h" with msvc | Simon Hausmann | 2009-08-14 | 1 | -0/+2 |
|
|
| * | | implement GC marking of qobject sender JS wrapper | Kent Hansen | 2009-08-14 | 1 | -5/+5 |
|
|