| Commit message (Expand) | Author | Age | Files | Lines |
* | don't crash in property access after script class has been set to 0 | Kent Hansen | 2009-09-22 | 2 | -5/+10 |
|
|
* | make sure the engine's currentFrame is in sync when calling out to public API | Kent Hansen | 2009-09-22 | 3 | -1/+32 |
|
|
* | work around another set of duplicated symbols between webkit and script | Lars Knoll | 2009-09-22 | 1 | -1/+1 |
|
|
* | Fix QScriptValue::strictlyEquals | Simon Hausmann | 2009-09-22 | 1 | -1/+8 |
|
|
* | Fix QScriptValue constructors without a QScriptEngine | Simon Hausmann | 2009-09-22 | 1 | -36/+9 |
|
|
* | QtScript: Fix comparing QVariant and QObject. | Olivier Goffart | 2009-09-21 | 6 | -0/+42 |
|
|
* | use JSObject::inherits() instead of JSObject::isObject() | Kent Hansen | 2009-09-21 | 6 | -15/+15 |
|
|
* | initialize the this-register of the global context | Kent Hansen | 2009-09-18 | 1 | -0/+1 |
|
|
* | put the this-register calculation into a function | Kent Hansen | 2009-09-18 | 3 | -3/+10 |
|
|
* | Fix symbol clashes between QtWebKit and QtScript | Simon Hausmann | 2009-09-18 | 1 | -0/+1 |
|
|
* | make qscriptvalue_cast<QVariant>() compile again on Windows | Kent Hansen | 2009-09-18 | 1 | -2/+4 |
|
|
* | Separate the copy of JavaScriptCore that QtScript uses from the copy that | Simon Hausmann | 2009-09-16 | 1 | -1/+1 |
|
|
* | Fix compilation with winscw | Simon Hausmann | 2009-09-10 | 4 | -18/+18 |
|
|
* | Fix QtScript compilation against external JSC sources | Simon Hausmann | 2009-09-09 | 1 | -9/+10 |
|
|
* | Fix the bactkrace in the QScript Debugger | Olivier Goffart | 2009-09-09 | 3 | -16/+16 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 59 | -236/+238 |
|
|
* | Few expected fails were fixed in QScriptEngineAgent | Jedrzej Nowacki | 2009-09-07 | 1 | -4/+0 |
|
|
* | Prospective SunCC compile fix | Simon Hausmann | 2009-09-04 | 1 | -1/+1 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-03 | 1 | -3/+0 |
|\ |
|
| * | Update license headers. | Jason McDonald | 2009-09-02 | 1 | -3/+0 |
|
|
* | | compile on Windows | Kent Hansen | 2009-09-03 | 1 | -0/+1 |
|
|
* | | improve memory management scheme of QScriptString(Private) | Kent Hansen | 2009-09-02 | 6 | -48/+131 |
|
|
* | | fix warnings on mingw | Thierry Bastian | 2009-09-02 | 1 | -0/+1 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-09-02 | 1 | -10/+9 |
|
|
* | | Optimize QScriptClass | Olivier Goffart | 2009-09-02 | 6 | -23/+16 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-31 | 1 | -2/+2 |
|
|
* | | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 26 | -338/+338 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 33 | -442/+455 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 114 | -1508/+1508 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 114 | -116/+116 |
|
|
* | | fix crash due to double deletion | Kent Hansen | 2009-08-31 | 1 | -1/+0 |
|
|
* | | don't disable the JIT for qtscript | Kent Hansen | 2009-08-31 | 1 | -2/+0 |
|
|
* | | make sure hasInstance() is always invoked for custom script objects | Kent Hansen | 2009-08-31 | 1 | -1/+1 |
|
|
* | | implement functionExit() callbacks on the JIT | Kent Hansen | 2009-08-31 | 2 | -6/+12 |
|
|
* | | Make it possible for autotests to check if JIT is enabled or not | Kent Hansen | 2009-08-28 | 1 | -0/+11 |
|
|
* | | doc: Fixed several qdoc errors. | Martin Smith | 2009-08-28 | 1 | -1/+1 |
|
|
* | | QScriptContextInfo: fix the line numbers with JIT | Olivier Goffart | 2009-08-28 | 1 | -3/+11 |
|
|
* | | QScriptEngine: Remove one superflous stackframe for native call made by JIT | Olivier Goffart | 2009-08-28 | 1 | -1/+7 |
|
|
* | | fix compiler warnings on Windows | Kent Hansen | 2009-08-27 | 1 | -2/+2 |
|
|
* | | disable a few compiler warnings for qtscript/JavaScriptCore on Windows | Kent Hansen | 2009-08-27 | 1 | -0/+3 |
|
|
* | | fix whacky behavior of QScriptValue::toString() for QVariant | Kent Hansen | 2009-08-27 | 1 | -1/+1 |
|
|
* | | warn if QScriptValue::setScriptClass() is called on incompatible object | Kent Hansen | 2009-08-26 | 1 | -1/+6 |
|
|
* | | don't crash when attempting to access properties of a JS Object that belonged... | Kent Hansen | 2009-08-26 | 2 | -24/+29 |
|
|
* | | fix performance issue with QScriptValue::propertyFlags() | Kent Hansen | 2009-08-26 | 2 | -28/+39 |
|
|
* | | implement proxying of JSObject::putWithAttributes() on Global Object | Kent Hansen | 2009-08-26 | 2 | -0/+13 |
|
|
* | | Another memoryleak in QScriptEngine | Olivier Goffart | 2009-08-25 | 1 | -5/+5 |
|
|
* | | Memory leak in QScriptEngineAgent. | Olivier Goffart | 2009-08-25 | 2 | -3/+1 |
|
|
* | | Fix memory leak in QScriptEngine::newQObject | Olivier Goffart | 2009-08-25 | 2 | -8/+8 |
|
|
* | | fix performance issue with QScriptValue::setProperty() | Kent Hansen | 2009-08-24 | 2 | -75/+83 |
|
|
* | | pass engine and identifier to QScriptStringPrivate constructor | Kent Hansen | 2009-08-24 | 2 | -7/+7 |
|
|