platform/upstream/qtdeclarative.git
2013-06-13 Simon HausmannFix Array.prototype.splice to not require the instance...
2013-06-13 Lars KnollFix for..in with duplicated properties
2013-06-13 Lars KnollFix a few spec compliance issues with Number.toExponent...
2013-06-13 Lars KnollFix test case. QDateTime actually writes milliseconds...
2013-06-13 Simon HausmannRevert "Simplify JS bindings generation"
2013-06-13 Simon HausmannPort the QVariant wrapper away from v4classgen
2013-06-13 Simon HausmannPort the sequence (QList) wrapper away from v4classgen
2013-06-13 Lars KnollProperly implement Object.prototype.__proto__
2013-06-13 Simon HausmannPort ErrorObject away from v4classgen
2013-06-13 Simon HausmannRevert "Ported string object over to the class generator"
2013-06-13 Simon HausmannRevert "Ported boolean prototype over to class generator"
2013-06-13 Simon HausmannRevert "Ported RegExp object to class generator"
2013-06-13 Simon HausmannStop using v4classgen in the context2d bindings
2013-06-13 Simon HausmannStop using v4classgen for QQmlLocale
2013-06-13 Simon HausmannGet rid of memberAccessorGetter
2013-06-13 Simon HausmannCosmetic: Silence the with statement warnings, in addit...
2013-06-13 Simon HausmannFix tst_qqmlecmascript::callQtInvokables
2013-06-13 Simon HausmannFix exception type when trying to assign to read-only...
2013-06-13 Simon HausmannFix diagnostic error message when put fails because...
2013-06-13 Simon HausmannFix toString lookups on QObject bindings (And thus...
2013-06-13 Simon HausmannFix syntax error propagation
2013-06-13 Simon HausmannMark test using with statement as expected failure
2013-06-12 Simon HausmannFix build errors with intptr_t
2013-06-12 Simon HausmannRemove last traces of v8 API and v8 compatibility layer
2013-06-12 Simon HausmannConvert v8::Array usage in particles to V4
2013-06-12 Lars KnollRemove some more v8 leftovers
2013-06-12 Lars KnollFinally get rid of qv8objectresource
2013-06-12 Lars KnollRemove the remaining v8 usage from the xmlhttprequest...
2013-06-12 Simon HausmannPort ParticleData to V4
2013-06-12 Lars KnollConvert most getter methods over to v4
2013-06-12 Lars KnollConvert NodeList and NamedNodeMap to v4
2013-06-12 Simon HausmannSmall fix in tst_qqmlecmascript
2013-06-12 Simon HausmannImplement iteration on QObject properties
2013-06-12 Simon HausmannFix prototype chain in XHR
2013-06-12 Simon HausmannFix various xhr auto-test failures
2013-06-12 Simon HausmannFix this object in constructor callbacks through the...
2013-06-12 Lars KnollRemove v8 usage in two places
2013-06-12 Simon HausmannImplement query (aka hasProperty) in QObject bindings
2013-06-11 Lars KnollRemove unused stuff from qv8objectresource.
2013-06-11 Simon HausmannRegression: Fix various failures in test262
2013-06-11 Simon HausmannImplement objectiterator on top of an iterator method...
2013-06-11 Lars KnollRemove the last bits of v8 usage in context2d
2013-06-11 Lars KnollRemove debug output
2013-06-11 Lars KnollConvert the prototype method of context2d to v4
2013-06-11 Erik VerbruggenClean-up the linearize function.
2013-06-11 Erik VerbruggenAdd type conversion nodes to the IR.
2013-06-11 Lars KnollConvert the instance methods of context2d to v4
2013-06-11 Lars KnollConvert some of the subobjects of context2d to v4
2013-06-11 Lars KnollConvert the first canvas subobject over to v4 style
2013-06-11 Lars KnollAdd convenience method for creating accessor properties
2013-06-10 Simon HausmannCleanup: Get rid of dynamic property enumerator callbac...
2013-06-10 Lars KnollUse QStringLiteral instead of QLatin1String
2013-06-10 Lars KnollDon't include v8.h from qv8engine_p.h anymore
2013-06-10 Lars KnollRemove usage of v8 from the context2d header
2013-06-10 Lars KnollRemove v8 usage from qquickglobal
2013-06-10 Lars KnollRemove v8 API usage in qquickitem
2013-06-10 Lars KnollRemove two more places where we used v8
2013-06-08 Simon HausmannCleanups
2013-06-08 Simon HausmannFix qqmlecmascript::enums and nonNotifyable
2013-06-08 Simon HausmannFix two qqmlecmascript tests (assignSequenceTypes one...
2013-06-08 Simon HausmannFix qqmlecmascript::sequenceConversionBindings
2013-06-08 Simon HausmannFix equalitySemantics sub-test in qqmlecmascript::seque...
2013-06-08 Simon HausmannFix qqmlecmascript::sequenceConversionIndexes
2013-06-08 Simon HausmannRemove failing test
2013-06-08 Simon HausmannFix qqmlecmascript::signalWithJSValueInVariant
2013-06-08 Simon HausmannFix qqmlecmascript::nonExistentAttachedObject
2013-06-08 Simon HausmannFix tst_qqmlecmascript::propertyAssignmentErrors()
2013-06-07 Lars KnollFix a few more QJSValue autotests
2013-06-07 Lars KnollQJSValue::property should return the exception if one...
2013-06-07 Lars KnollFix more QJSValue autotest errors
2013-06-07 Lars KnollFix various errors in the qjsvalue auto test
2013-06-07 Lars KnollRemove the last v8 dependency from the delegate model
2013-06-07 Lars KnollConvert the qml adapter model to v4
2013-06-07 Lars KnollConvert more of the delegate model to v4
2013-06-07 Simon HausmannFix tst_qqmlecmascript::scriptErrors()
2013-06-07 Simon HausmannFix tst_qqmlecmascript::signalEmitted
2013-06-07 Simon HausmannRemove unused code from QV8Engine
2013-06-07 Simon HausmannFix tst_qqmlecmascript::signalArguments
2013-06-07 Simon HausmannMove QV4::QObjectWrapper into the v4/ subdirectory
2013-06-07 Simon HausmannRemove last traces of v8:: API from QObject bindings
2013-06-07 Simon HausmannGet rid of QV8QObjectWrapper
2013-06-07 Simon HausmannGet rid of QV8QObjectWrapper:setProperty and SetProperty
2013-06-07 Simon HausmannSimplify QObjectWrapper calls from within other type...
2013-06-07 Simon HausmannGet rid of QV8QObjectWrapper::GetProperty
2013-06-07 Simon HausmannGet rid of QV8QObjectWrapper::getProperty
2013-06-07 Simon HausmannRemove signal & slot related code from QV8QObjectWrapper
2013-06-07 Simon HausmannImplement QObject Signal <> JS Slot connections using...
2013-06-07 Peter VargaFix build failure introduced by the SSA
2013-06-06 Erik VerbruggenImproved block scheduling with "tuned" DFS.
2013-06-06 Erik VerbruggenMark loop blocks as belonging to a group.
2013-06-06 Erik VerbruggenIntroducing SSA.
2013-06-06 Lars KnollMore verbose error message
2013-06-06 Lars KnollRemove v8 usage in a few places
2013-06-05 Erik VerbruggenRemove reliance on delayed template parsing.
2013-06-05 Lars KnollPort the first half of the delegate model code to v4
2013-06-05 Simon HausmannGet rid of the QV8Engine pointer in QV8QObjectConnectio...
2013-06-05 Simon HausmannImprove type error messages when reading properties
2013-06-05 Simon HausmannMove QV8QObjectWrapper::newQObject into QV4::QObjectWrapper
2013-06-05 Simon HausmannFix crashes in workerscript tests (qqmlecmascript and...
2013-06-05 Simon HausmannCleanup: Get rid of v8engine pointer in QObjectWrapper
next