summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove erroneous operator==(int)Kent Hansen2009-08-122-2/+0
* revert part of commit 2449e7fc567f8151736949032a001cf2aa2d5bb9Kent Hansen2009-08-121-2/+1
* Fix compilation on 64-bit machines.Simon Hausmann2009-08-121-1/+1
* Merge branch 'qtscript-jsc-backend-configure' of scm.dev.nokia.troll.no:qt/qt...Simon Hausmann2009-08-122-5/+24
|\
| * Add -script/-no-script option to configure.exe as wellMarius Storm-Olsen2009-08-112-5/+24
* | Implement connection between JSC::Debugger and QScriptEngineAgent.Jedrzej Nowacki2009-08-113-26/+113
* | QtScript building system changeJedrzej Nowacki2009-08-114-32/+35
|/
* make it possible to pop all items in a scope chain and then push to itKent Hansen2009-08-112-14/+28
* compile qtscript with -DNDEBUGKent Hansen2009-08-111-1/+1
* Call to JSC::Debugger's new events that where created inJedrzej Nowacki2009-08-111-0/+11
* Calls to JSC::Debugger's new events that where created inJedrzej Nowacki2009-08-111-2/+34
* Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Jedrzej Nowacki2009-08-115-13/+88
|\
| * Fix line number and arguments in QScriptContext::toStringOlivier Goffart2009-08-114-9/+20
| * Test the activationObject for js functionsOlivier Goffart2009-08-101-0/+25
| * more tests for the QScriptContext::argumentsObjectOlivier Goffart2009-08-101-4/+11
| * Test the same code as in the documentation for closuresOlivier Goffart2009-08-101-0/+32
* | Calls to JSC::Debugger's new events that where created inJedrzej Nowacki2009-08-115-4/+129
|/
* Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Jedrzej Nowacki2009-08-102-8/+21
|\
| * make QScriptContext::setScope() fail for object created in other engineKent Hansen2009-08-102-8/+21
* | JSGlobalObject debugger's setterJedrzej Nowacki2009-08-101-1/+11
|/
* implement QScriptContext::setActivationObject()Kent Hansen2009-08-102-5/+25
* Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Jedrzej Nowacki2009-08-102-4/+12
|\
| * get rid of dynamic castsKent Hansen2009-08-102-4/+12
* | Move some debug hooksJedrzej Nowacki2009-08-101-1/+13
|/
* Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Jedrzej Nowacki2009-08-101-0/+4
|\
| * mark expected failures for QObject GC-related testsKent Hansen2009-08-101-0/+4
* | New class and new JSC::JSGlobalData attribute.Jedrzej Nowacki2009-08-107-1/+193
* | Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Jedrzej Nowacki2009-08-105-49/+62
|\ \ | |/
| * cleanup (hide the use of reinterpret_cast)Kent Hansen2009-08-104-24/+36
| * finish implementation of QScriptEngine::importExtension()Kent Hansen2009-08-102-26/+27
| * Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Jedrzej Nowacki2009-08-101-0/+1
| |\
* | \ Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Jedrzej Nowacki2009-08-101-0/+1
|\ \ \ | |/ / |/| / | |/
| * skip QScriptEngine::newActivationObject() testKent Hansen2009-08-101-0/+1
* | Debugger API develop. New events corresponding to QtScript old-backendJedrzej Nowacki2009-08-101-0/+47
|/
* Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Jedrzej Nowacki2009-08-103-15/+57
|\
| * remove two expected failures for backtrace()Kent Hansen2009-08-101-2/+0
| * implement QScriptContextInfo streaming from datastreamKent Hansen2009-08-102-4/+32
| * implement QScriptContextInfo::parameterNames() for Qt methodsKent Hansen2009-08-102-9/+25
* | Debugger modification. Debugger receive column number from op_debugJedrzej Nowacki2009-08-106-12/+17
|/
* implement QScriptClass property query semantics of old back-endKent Hansen2009-08-102-2/+9
* implement QScriptContext::backtrace()Kent Hansen2009-08-102-35/+3
* extract the function name from the calleeKent Hansen2009-08-101-0/+2
* skip the QScriptContext::returnValue() testKent Hansen2009-08-101-2/+1
* mark function scopes test as expected failureKent Hansen2009-08-101-0/+1
* make native function scopes test passKent Hansen2009-08-101-1/+1
* make the global object properties test passKent Hansen2009-08-101-1/+2
* don't add the jscprint function when building QtScriptKent Hansen2009-08-101-0/+2
* make property flags lookup work for properties in prototype chainKent Hansen2009-08-102-3/+15
* make ResolveScope property lookup work (kind of)Kent Hansen2009-08-101-2/+9
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-10119-898/+2179
|\