aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix and enable the qmldirparser autotestLars Knoll2013-06-171-1/+1
* Fix most qjsonbinding auto testsLars Knoll2013-06-171-3/+4
* Revert "Local initialisation is now done in codegen."Simon Hausmann2013-06-172-1/+2
* Revert "Local initialization is now done in codegen"Simon Hausmann2013-06-171-0/+2
* Re-enable two disabled var property tests and make them passSimon Hausmann2013-06-151-0/+3
* Fix QVariantObject destructionSimon Hausmann2013-06-151-1/+1
* Fix JS ownership of children of marked but floating QObjectsSimon Hausmann2013-06-151-3/+24
* Reset the persistent values to undefined on destructionLars Knoll2013-06-141-1/+1
* Fix some bugs related to QJSValueLars Knoll2013-06-144-4/+9
* Implement error.fileName and error.lineNumberLars Knoll2013-06-147-1/+33
* Check for duplicated label statements as to 12.12 of the specLars Knoll2013-06-141-0/+9
* Fixes to __defineGetter__ and __defineSetter__Lars Knoll2013-06-141-4/+14
* fix deleteProperty on a string objectsLars Knoll2013-06-133-2/+19
* Fix ownership of JS value returned by QJSEngine::newQObjectSimon Hausmann2013-06-131-0/+2
* Rework QObject deletion mechanismSimon Hausmann2013-06-137-73/+98
* Don't allow for a QJSValue to be taken from one engine to another through QVa...Simon Hausmann2013-06-131-0/+4
* Fix Array.prototype.splice to not require the instance to be a true arraySimon Hausmann2013-06-131-3/+3
* Fix for..in with duplicated propertiesLars Knoll2013-06-131-2/+14
* Fix a few spec compliance issues with Number.toExponential/PrecisionLars Knoll2013-06-131-10/+30
* Revert "Simplify JS bindings generation"Simon Hausmann2013-06-136-370/+99
* Port the QVariant wrapper away from v4classgenSimon Hausmann2013-06-134-7/+12
* Port the sequence (QList) wrapper away from v4classgenSimon Hausmann2013-06-134-79/+50
* Properly implement Object.prototype.__proto__Lars Knoll2013-06-133-6/+49
* Port ErrorObject away from v4classgenSimon Hausmann2013-06-133-8/+4
* Revert "Ported string object over to the class generator"Simon Hausmann2013-06-134-30/+69
* Revert "Ported boolean prototype over to class generator"Simon Hausmann2013-06-134-16/+36
* Revert "Ported RegExp object to class generator"Simon Hausmann2013-06-134-17/+41
* Stop using v4classgen for QQmlLocaleSimon Hausmann2013-06-132-11/+29
* Get rid of memberAccessorGetterSimon Hausmann2013-06-133-70/+6
* Fix exception type when trying to assign to read-only QObject propertiesSimon Hausmann2013-06-131-1/+1
* Fix diagnostic error message when put fails because of a read-only propertySimon Hausmann2013-06-131-2/+6
* Fix toString lookups on QObject bindings (And thus qqmlecmascript::toObjectSt...Simon Hausmann2013-06-131-10/+2
* Fix syntax error propagationSimon Hausmann2013-06-132-13/+32
* Fix build errors with intptr_tSimon Hausmann2013-06-121-9/+9
* Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-1217-2881/+2
* Remove some more v8 leftoversLars Knoll2013-06-122-27/+2
* Finally get rid of qv8objectresourceLars Knoll2013-06-124-117/+2
* Remove the remaining v8 usage from the xmlhttprequest implementationLars Knoll2013-06-121-245/+302
* Port ParticleData to V4Simon Hausmann2013-06-122-3/+1
* Convert most getter methods over to v4Lars Knoll2013-06-121-250/+248
* Convert NodeList and NamedNodeMap to v4Lars Knoll2013-06-121-115/+135
* Implement iteration on QObject propertiesSimon Hausmann2013-06-122-34/+19
* Fix prototype chain in XHRSimon Hausmann2013-06-121-1/+1
* Fix various xhr auto-test failuresSimon Hausmann2013-06-121-11/+2
* Fix this object in constructor callbacks through the v8 compatibility layerSimon Hausmann2013-06-121-1/+2
* Remove v8 usage in two placesLars Knoll2013-06-121-4/+4
* Implement query (aka hasProperty) in QObject bindingsSimon Hausmann2013-06-122-14/+35
* Remove unused stuff from qv8objectresource.Lars Knoll2013-06-112-3/+1
* Regression: Fix various failures in test262Simon Hausmann2013-06-111-1/+1
* Implement objectiterator on top of an iterator method in the vtblSimon Hausmann2013-06-1114-141/+163