| Commit message (Expand) | Author | Age | Files | Lines |
* | implement property getters&setters for setProperty(quint32) overload | Kent Hansen | 2009-10-06 | 1 | -0/+27 |
|
|
* | remove two expected failures | Kent Hansen | 2009-09-30 | 1 | -4/+0 |
|
|
* | mark test as expected failure only when JIT is enabled | Kent Hansen | 2009-09-29 | 1 | -2/+8 |
|
|
* | Update src/3rdparty/javascriptcore and adapt src/script to the changes. | Kent Hansen | 2009-09-24 | 1 | -0/+2 |
|
|
* | Added explicit casts to make QScriptValue autotest compile with NokiaX86 | Miikka Heikkinen | 2009-09-22 | 1 | -2/+2 |
|
|
* | Fix autotest compilation | Olivier Goffart | 2009-09-21 | 1 | -1/+0 |
|
|
* | QtScript: Fix comparing QVariant and QObject. | Olivier Goffart | 2009-09-21 | 1 | -2/+40 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | fix crash due to double deletion | Kent Hansen | 2009-08-31 | 1 | -0/+22 |
|
|
* | | fix whacky behavior of QScriptValue::toString() for QVariant | Kent Hansen | 2009-08-27 | 1 | -0/+2 |
|
|
* | | warn if QScriptValue::setScriptClass() is called on incompatible object | Kent Hansen | 2009-08-26 | 1 | -6/+23 |
|
|
* | | don't crash when attempting to access properties of a JS Object that belonged... | Kent Hansen | 2009-08-26 | 1 | -0/+2 |
|
|
* | | fix performance issue with QScriptValue::propertyFlags() | Kent Hansen | 2009-08-26 | 1 | -0/+1 |
|
|
* | | avoid calling QScriptValue::isFunction() inside call() and construct() | Kent Hansen | 2009-08-24 | 1 | -0/+14 |
|
|
* | | use a list to keep track of registered script values | Kent Hansen | 2009-08-20 | 1 | -2/+0 |
|
|
* | | make QScriptEngine::objectById() work | Kent Hansen | 2009-08-20 | 1 | -1/+3 |
|
|
* | | Fix QScriptValue::objectId(). | Jedrzej Nowacki | 2009-08-19 | 1 | -1/+0 |
|
|
* | | add test to make sure a JavaScript object's ID persists | Kent Hansen | 2009-08-19 | 1 | -0/+10 |
|
|
* | | add a test for comparing Q{Object,Variant} wrappers from script | Kent Hansen | 2009-08-18 | 1 | -0/+15 |
|
|
* | | adopt variant-to-string conversion of the original qtscript back-end | Kent Hansen | 2009-08-17 | 1 | -0/+12 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | make property flags lookup work for properties in prototype chain | Kent Hansen | 2009-08-10 | 1 | -0/+8 |
|
|
* | | | adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdf | Kent Hansen | 2009-08-04 | 1 | -10/+4 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-07-30 | 2 | -1/+9 |
|\ \ \
| |/ / |
|
| * | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 1 | -1/+1 |
|
|
| * | | add more extensive tests for scopechain functionality | Kent Hansen | 2009-07-29 | 1 | -0/+8 |
|
|
* | | | remove some of the output noise for UserRange property flags test | Kent Hansen | 2009-07-28 | 1 | -10/+6 |
|
|
* | | | don't allow defining getter/setter for __proto__ property | Kent Hansen | 2009-07-28 | 1 | -1/+0 |
|
|
* | | | get rid of test that tests quirk of old back-end | Kent Hansen | 2009-07-28 | 1 | -4/+1 |
|
|
* | | | get rid of warning | Kent Hansen | 2009-07-28 | 1 | -0/+3 |
|
|
* | | | make more tests pass for QScriptValue::setProperty() | Kent Hansen | 2009-07-28 | 1 | -12/+8 |
|
|
* | | | Make the 'arguments' object working when calling eval from native functions | Olivier Goffart | 2009-07-28 | 1 | -6/+0 |
|
|
* | | | Remove the uncaughtException, use the JSC exception instead | Benjamin Poulain | 2009-07-27 | 1 | -4/+0 |
|
|
* | | | tst_QScriptValue::toVariant is not about testing reg exp | Olivier Goffart | 2009-07-23 | 1 | -2/+1 |
|
|
* | | | JSC: toString report correct error message | Olivier Goffart | 2009-07-22 | 1 | -1/+0 |
|
|
* | | | More tests fixed (QScriptValue::toString) | Olivier Goffart | 2009-07-22 | 1 | -4/+0 |
|
|
* | | | fix QScriptValue::isError | Olivier Goffart | 2009-07-22 | 1 | -1/+0 |
|
|
* | | | Fix the return value of a function call that throws an error. | Ariya Hidayat | 2009-07-17 | 1 | -2/+0 |
|
|
* | | | Fix the return value of a constructor that throws an error. | Ariya Hidayat | 2009-07-17 | 1 | -2/+0 |
|
|
* | | | implement cyclic prototype chain check | Kent Hansen | 2009-07-17 | 1 | -5/+3 |
|
|
* | | | make QScriptValue::toString() et al work when there's an exception | Kent Hansen | 2009-07-17 | 1 | -2/+1 |
|
|
* | | | We cant rely on property attributes from JavaScriptCore for the setter and ge... | Olivier Goffart | 2009-07-16 | 1 | -1/+7 |
|
|
* | | | Convert the strings or number value to jscvalue when they are used with an en... | Olivier Goffart | 2009-07-16 | 1 | -9/+8 |
|
|
* | | | make the JS function toString() autotest pass | Kent Hansen | 2009-07-14 | 1 | -162/+161 |
|
|
* | | | implement ability to dynamically change class of script objects | Kent Hansen | 2009-07-10 | 1 | -1/+0 |
|
|
* | | | Fix autotest checking QScriptValue::objectId method. | Jedrzej Nowacki | 2009-07-09 | 1 | -2/+0 |
|
|