summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Few expected fails were fixed in QScriptEngineAgentJedrzej Nowacki2009-09-071-4/+0
* Prospective SunCC compile fixSimon Hausmann2009-09-041-1/+1
* 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
* | Optimize QScriptClassOlivier Goffart2009-09-026-23/+16
* | doc: Fixed several qdoc errors.Martin Smith2009-08-311-2/+2
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3126-338/+338
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3133-442/+455
|\|
| * Update tech preview license header.Jason McDonald2009-08-31114-1508/+1508
| * Update license headers.Jason McDonald2009-08-11114-116/+116
* | fix crash due to double deletionKent Hansen2009-08-311-1/+0
* | don't disable the JIT for qtscriptKent Hansen2009-08-311-2/+0
* | make sure hasInstance() is always invoked for custom script objectsKent Hansen2009-08-311-1/+1
* | implement functionExit() callbacks on the JITKent Hansen2009-08-312-6/+12
* | Make it possible for autotests to check if JIT is enabled or notKent Hansen2009-08-281-0/+11
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-1/+1
* | QScriptContextInfo: fix the line numbers with JITOlivier Goffart2009-08-281-3/+11
* | QScriptEngine: Remove one superflous stackframe for native call made by JITOlivier Goffart2009-08-281-1/+7
* | fix compiler warnings on WindowsKent Hansen2009-08-271-2/+2
* | disable a few compiler warnings for qtscript/JavaScriptCore on WindowsKent Hansen2009-08-271-0/+3
* | fix whacky behavior of QScriptValue::toString() for QVariantKent Hansen2009-08-271-1/+1
* | warn if QScriptValue::setScriptClass() is called on incompatible objectKent Hansen2009-08-261-1/+6
* | don't crash when attempting to access properties of a JS Object that belonged...Kent Hansen2009-08-262-24/+29
* | fix performance issue with QScriptValue::propertyFlags()Kent Hansen2009-08-262-28/+39
* | implement proxying of JSObject::putWithAttributes() on Global ObjectKent Hansen2009-08-262-0/+13
* | Another memoryleak in QScriptEngineOlivier Goffart2009-08-251-5/+5
* | Memory leak in QScriptEngineAgent.Olivier Goffart2009-08-252-3/+1
* | Fix memory leak in QScriptEngine::newQObjectOlivier Goffart2009-08-252-8/+8
* | fix performance issue with QScriptValue::setProperty()Kent Hansen2009-08-242-75/+83
* | pass engine and identifier to QScriptStringPrivate constructorKent Hansen2009-08-242-7/+7
* | add an internal QScriptValue ctor to initialize from d-pointerKent Hansen2009-08-243-3/+11
* | make some internal qtscript functions inlineKent Hansen2009-08-244-133/+132
* | compile fix with namespaced Qthjk2009-08-2410-22/+28
* | pass engine pointer to QScriptValuePrivateKent Hansen2009-08-243-34/+19
* | handle memory management of QScriptValuePrivate in engine if possibleKent Hansen2009-08-244-17/+61
* | fix memory leakKent Hansen2009-08-241-1/+0
* | avoid calling QScriptValue::isFunction() inside call() and construct()Kent Hansen2009-08-241-16/+26
* | use QVarLengthArray instead of QVector for holding JS argumentsKent Hansen2009-08-242-6/+4
* | Fix QScriptContext::argumentObjects for function called with QScriptValue::callOlivier Goffart2009-08-241-2/+7
* | QScriptValue: No need to create the activation object for call or constructOlivier Goffart2009-08-241-4/+0
* | Trivial: Remove uneeded #includeHarald Fernengel2009-08-241-1/+0
* | Fix obsolete license headers.Jason McDonald2009-08-2217-17/+17
* | Merge commit 'qt/master'Jason Barron2009-08-211-0/+9
|\ \
| * | get rid of qmake warnings when parsing script.pro (JavaScriptCore.pri)Kent Hansen2009-08-211-0/+9
* | | compile again after mergeHarald Fernengel2009-08-218-88/+14
* | | Merge commit 'qt/master'Jason Barron2009-08-21138-34071/+12810
|\| |