summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Export the active QScriptContext during a callbackAaron Kennedy2009-10-063-2/+59
* Add a QScriptEngine::pushCleanContext() methodAaron Kennedy2009-10-063-3/+41
* Compile against updated JSCAaron Kennedy2009-10-054-17/+28
* Tweak api to improve ownership issuesAaron Kennedy2009-10-054-33/+25
* API changesAaron Kennedy2009-10-052-53/+87
* Improve script lookup cachingAaron Kennedy2009-10-053-0/+20
* Use placement new correctlyAaron Kennedy2009-10-051-3/+3
* Add two step compile/evaluate support to QScriptAaron Kennedy2009-10-052-0/+199
* Prototype a QScriptDeclarativeClass that fits better with qmlAaron Kennedy2009-10-056-3/+652
* No longer need to disable JITing.Michael Brasser2009-10-041-2/+0
* Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-10-025-72/+98
|\
| * Reset timeout-checker before evaluating when processEventsInterval is usedKent Hansen2009-10-011-0/+2
| * Fix column number provided to QScriptEngineAgentKent Hansen2009-10-013-65/+81
| * Prospective solaris-g++-sparc build fixSimon Hausmann2009-09-301-0/+5
| * avoid JavaScriptCore C API functions being exported from QtScript libraryKent Hansen2009-09-301-0/+3
| * Fix linking on windows, building qt in namespaceJarek Kobus2009-09-301-1/+3
| * Remove "inline" keyword from unused constructorsHarald Fernengel2009-09-291-2/+2
| * QScript: fix the way the js stack is advanced.Olivier Goffart2009-09-291-4/+2
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-2920-281/+399
|\ \ | |/
| * QScript: Fix strange bugs and crashes.Olivier Goffart2009-09-282-8/+12
| * compile fix with namespaced qthjk2009-09-283-5/+5
| * Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-2418-217/+265
| * don't crash in property access after script class has been set to 0Kent Hansen2009-09-222-5/+10
| * make sure the engine's currentFrame is in sync when calling out to public APIKent Hansen2009-09-223-1/+32
| * work around another set of duplicated symbols between webkit and scriptLars Knoll2009-09-221-1/+1
| * Fix QScriptValue::strictlyEqualsSimon Hausmann2009-09-221-1/+8
| * Fix QScriptValue constructors without a QScriptEngineSimon Hausmann2009-09-221-36/+9
| * QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-216-0/+42
| * use JSObject::inherits() instead of JSObject::isObject()Kent Hansen2009-09-216-15/+15
| * initialize the this-register of the global contextKent Hansen2009-09-181-0/+1
| * put the this-register calculation into a functionKent Hansen2009-09-183-3/+10
* | Merge commit 'origin/4.6' into kinetic-declarativeuiLars Knoll2009-09-182-3/+6
|\ \ | |/
| * Fix symbol clashes between QtWebKit and QtScriptSimon Hausmann2009-09-181-0/+1
| * make qscriptvalue_cast<QVariant>() compile again on WindowsKent Hansen2009-09-181-2/+4
| * Separate the copy of JavaScriptCore that QtScript uses from the copy thatSimon Hausmann2009-09-161-1/+1
* | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-09-1560-279/+282
|\ \ | |/
| * Fix compilation with winscwSimon Hausmann2009-09-104-18/+18
| * Fix QtScript compilation against external JSC sourcesSimon Hausmann2009-09-091-9/+10
| * Fix the bactkrace in the QScript DebuggerOlivier Goffart2009-09-093-16/+16
| * Update license headers again.Jason McDonald2009-09-0959-236/+238
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Martin Jones2009-09-082-5/+1
|\ \ | |/
| * Few expected fails were fixed in QScriptEngineAgentJedrzej Nowacki2009-09-071-4/+0
| * Prospective SunCC compile fixSimon Hausmann2009-09-041-1/+1
* | Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2009-09-038-72/+146
|\ \ | |/
| * Merge branch '4.5' into 4.6Thiago Macieira2009-09-031-3/+0
| |\
| | * Update license headers.Jason McDonald2009-09-021-3/+0
| * | compile on WindowsKent Hansen2009-09-031-0/+1
| * | improve memory management scheme of QScriptString(Private)Kent Hansen2009-09-026-48/+131
| * | fix warnings on mingwThierry Bastian2009-09-021-0/+1
| * | doc: Fixed several qdoc errors.Martin Smith2009-09-021-10/+9