platform/upstream/qtdeclarative.git
2013-06-22 Lars KnollRemove the ExecutionContext parameter from Managed...
2013-06-22 Lars KnollRemove the context argument from Managed::hasInstance()
2013-06-21 Lars KnollRemove the context argument from Managed::delete(Indexe...
2013-06-21 Simon HausmannFix GC errors in small objects during construction
2013-06-21 Simon HausmannFix GC errors with Error object
2013-06-21 Simon HausmannMark qqmlecmascript::hasOwnProperty as xfail
2013-06-21 Simon HausmannFix qqmlmoduleplugin
2013-06-21 Simon HausmannFix tst_qqmlcomponent::onDestructionLookup
2013-06-21 Simon HausmannFix enumerating QObject properties
2013-06-21 Simon HausmannMark a sub-test in qqmlecmascript::scope() as xfail
2013-06-21 Simon HausmannFix tst_qjsvalue::engineDeleted()
2013-06-21 Lars KnollFix expected error message
2013-06-21 Lars KnollFix conversion of variantlists to ArrayObjects
2013-06-21 Lars KnollFix expected test output for one list model test
2013-06-21 Simon HausmannRemove XFAILs that was due to strict mode
2013-06-21 Simon HausmannMark test as xfail that assumes writability of the...
2013-06-21 Lars KnollDisable the v8profiler, not the qml profiler
2013-06-21 Lars KnollSkip some tests that are failing because of our date...
2013-06-21 Lars KnollDisable some debugger tests until we have a reimplement...
2013-06-21 Lars KnollRevert to non strict mode for qml expressions etc.
2013-06-21 Lars KnollFix scope chain for eval in strict mode
2013-06-20 Simon HausmannFix qqmlvaluetypewrapper auto-tests
2013-06-20 Simon HausmannFix instanceStateValues xhr test
2013-06-18 Erik VerbruggenPrevent generating jumps to blocks following the curren...
2013-06-18 Erik VerbruggenRemove the index magic from the temp.
2013-06-18 Simon HausmannFix tst_qqmlecmascript::functionAssignmentfromJS_invalid
2013-06-18 Simon HausmannFix tst_qqmlecmascript::functionAssignment_afterBinding
2013-06-18 Simon HausmannFix tst_qqmlecmascript::functionAssignment_fromJS
2013-06-18 Simon HausmannFix tst_qqmlecmascript::functionAssignment_fromBinding
2013-06-18 Lars KnollFix two more errors in the worker script auto test
2013-06-18 Lars KnollFix parts of workerscript
2013-06-18 Simon HausmannFix inifite loop when running ecmascript tests
2013-06-18 Lars KnollFix the first half of qqmllocale auto tests
2013-06-17 Simon HausmannFix url test in qqmllanguage
2013-06-17 Simon HausmannMake it possible to evaluate JS with the v4 tool the...
2013-06-17 Lars KnollFix the console autotests
2013-06-17 Lars KnollFix qmlmin test
2013-06-17 Lars KnollFix the remaining test failures in the jsonbinding...
2013-06-17 Lars KnollFix memory corruption in qjsvalueprivate
2013-06-17 Lars KnollFix and enable the qmldirparser autotest
2013-06-17 Lars KnollFix most qjsonbinding auto tests
2013-06-17 Simon HausmannMark the eval() test as xfail
2013-06-17 Simon HausmannRevert "Local initialisation is now done in codegen."
2013-06-17 Simon HausmannRevert "Local initialization is now done in codegen"
2013-06-17 Simon HausmannAdjust expected error message for qqmlecmascript::qtbug...
2013-06-15 Simon HausmannRe-enable two disabled var property tests and make...
2013-06-15 Simon HausmannFix qqmlproperty::warnOnInvalidBinding
2013-06-15 Simon HausmannFix QVariantObject destruction
2013-06-15 Simon HausmannFix JS ownership of children of marked but floating...
2013-06-14 Lars KnollReset the persistent values to undefined on destruction
2013-06-14 Lars KnollFix some bugs related to QJSValue
2013-06-14 Lars KnollComment out test of octal numbers
2013-06-14 Lars KnollImplement error.fileName and error.lineNumber
2013-06-14 Lars KnollCheck for duplicated label statements as to 12.12 of...
2013-06-14 Lars KnollFixes to __defineGetter__ and __defineSetter__
2013-06-13 Lars Knollfix deleteProperty on a string objects
2013-06-13 Lars KnollRemove test case that violates the ecma spec
2013-06-13 Lars KnollFix test case
2013-06-13 Simon HausmannFix ownership of JS value returned by QJSEngine::newQObject
2013-06-13 Simon HausmannFix qqmlecmascript::propertyVarOwnership
2013-06-13 Simon HausmannRework QObject deletion mechanism
2013-06-13 Simon HausmannDon't allow for a QJSValue to be taken from one engine...
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
next