platform/upstream/qtdeclarative.git
2013-06-02 Lars KnollAllow return statement when parsing bindings
2013-06-02 Simon HausmannImplement line number resolving of stack traces in...
2013-06-02 Simon HausmannFix uninitialized memory read in tst_qqmlecmascript...
2013-06-02 Simon HausmannFix missing object markings in QV4::Script
2013-06-02 Simon Hausmannvalgrind support: Destroy mempool when memoryManager...
2013-06-02 Simon HausmannFix uninitialized return value for QQmlJavaScriptExpres...
2013-06-02 Simon HausmannPort QObject bindings to use new cast
2013-06-01 Lars KnollConvert qqmlcomponent to use v4 API
2013-05-31 Simon HausmannFix crashes when running tst_qqmlecmascript with MM_AGG...
2013-05-31 Simon HausmannMake debug annotations more robust against statement...
2013-05-31 Lars KnollAllow construction of array with a predefined length
2013-05-31 Lars KnollRemove last v8 dependency in the testlib
2013-05-31 Lars KnollClean up more stuff in qv8engine
2013-05-31 Lars KnollRemove some unused code
2013-05-31 Lars KnollConvert more subclasses of Managed to the new casting...
2013-05-31 Lars KnollMove Variant and QtObject over to new casting scheme
2013-05-31 Lars KnollStart converting casting of Managed to subtypes to...
2013-05-31 Lars KnollFix a wrong sign in timezone parsing
2013-05-31 Simon HausmannQObject bindings: Cleanups
2013-05-31 Simon HausmannFix tst_qqmlecmascript::jsOwnedObjectsDeletedOnEngineDe...
2013-05-31 Lars KnollGet rid of v8::UserObjectComparisonCallback
2013-05-31 Lars KnollRemove the remaining v8 usage in qqmlbuiltinfunctions
2013-05-31 Lars KnollPort the list wrapper over to v4
2013-05-30 Lars KnollSmaller cleanups
2013-05-30 Lars KnollFix all autotests related to value types
2013-05-30 Lars KnollPort the value type wrapper over to use V4
2013-05-30 Lars KnollCleanup the context wrapper code
2013-05-30 Lars KnollPort the type wrapper over to v4
2013-05-30 Lars KnollMove v8contextwrapper implementation over to v4.
2013-05-29 Simon HausmannFix tst_qqmlecmascript::switchStatement()
2013-05-29 Simon HausmannCleanup: Remove dead code in QObject ownership handling
2013-05-29 Simon HausmannFix failing tst_qqmlecmascript::deleteRootObjectDuringC...
2013-05-29 Lars KnollRemove now unused subcontext functionality
2013-05-29 Lars KnollFix Qt.include related autotests
2013-05-29 Lars KnollRemove some leftovers from the v8bindings
2013-05-28 Lars KnollFix compilation on linux and clang
2013-05-28 Simon HausmannFix toString and destroy on QObject JS bindings
2013-05-28 Simon HausmannImplement stack trace support for Windows
2013-05-28 Simon HausmannFix crashes in some worker threads auto tests
2013-05-28 Simon HausmannCleanup handlReferenceManagement auto test
2013-05-28 Simon HausmannFix uninitialized reads during GC
2013-05-28 Simon HausmannFix crash in various qqmlbuiltinfunctions
2013-05-27 Simon HausmannFix file and line number reporting of QML/JS errors
2013-05-27 Simon HausmannAdd support for line numbers in stack traces (Linux...
2013-05-27 Lars KnollConvert builtin methods from v8 to v4
2013-05-27 Erik VerbruggenInitialize vmFunction.
2013-05-26 Lars KnollRemove template argument from MemberAccessorGetterSette...
2013-05-26 Lars KnollSmall cleanup
2013-05-26 Lars KnollRemove some unused code
2013-05-24 Simon HausmannImplement JS ownership policy for var and variant prope...
2013-05-24 Simon HausmannPort method closures over to V4
2013-05-24 Simon HausmannCleanup: Get rid of special toString and destroy handli...
2013-05-24 Lars KnollPort Qt.include() over to v4
2013-05-24 Lars KnollFixup list model serialization
2013-05-24 Erik VerbruggenFixed struct/class friend decl.
2013-05-24 Erik VerbruggenAdd symbolification for MacOS.
2013-05-24 Lars KnollGet rid of Get/SetHiddenValue in the v8 API
2013-05-24 Simon HausmannImplement QObject ownership policy for QObject JavaScri...
2013-05-24 Lars KnollGet rid of some v8 based code
2013-05-24 Lars KnollRemove the remaining dependencies onto the binding...
2013-05-24 Lars KnollRemove QV8Bindings class
2013-05-24 Lars KnollAdd support for direct binding evaluation in QV4Script
2013-05-24 Simon HausmannFix QObject ownership
2013-05-24 Lars KnollFix some leftovers from the last v4 removal patch
2013-05-23 Simon HausmannReplace QV8QObjectResource with QV4::QObjectWrapper
2013-05-23 Lars KnollRemove all references to the old v4 code
2013-05-23 Lars KnollAdd some null pointer checks to v4::Script
2013-05-23 Simon HausmannFix failing assertion in tst_qqmlecmascript::singletonType
2013-05-23 Simon HausmannFix crash in tst_qqmlecmascript::qtbug_22843()
2013-05-23 Simon HausmannFix failing assertion in QObject bindings when catching...
2013-05-23 Simon HausmannFix another failing assertion when running qqmlecmascri...
2013-05-23 Erik VerbruggenCompile fixes for clang.
2013-05-22 Simon HausmannFix crash in Engine::currentStackFrame()
2013-05-22 Lars KnollVarious fixes
2013-05-22 Lars KnollRemove QV8Engine::scriptValueFromInternal
2013-05-22 Lars KnollMove evaluateScript into QV4::Script
2013-05-22 Lars KnollLocal initialization is now done in codegen
2013-05-22 Lars KnollRemove v8::Script and related classes
2013-05-22 Lars KnollRemove now unused QV8Engine::qmlModeCompile methods
2013-05-22 Erik VerbruggenLocal initialisation is now done in codegen.
2013-05-22 Erik VerbruggenTerminate for-condition-blocks when they are empty.
2013-05-22 Erik VerbruggenMake sure that case-blocks in a switch are terminated.
2013-05-22 Simon HausmannCleanup: It's QQmlV4Function and so the flag should...
2013-05-22 Lars KnollReplace usage of v8::Script and qmlModeCompile with...
2013-05-22 Lars KnollAdd a QV4::Script class
2013-05-22 Lars KnollFix memory corruption
2013-05-22 Simon HausmannFix build on Windows
2013-05-22 Lars KnollAdd support for generating stack traces to QV4::Executi...
2013-05-22 Simon HausmannBuild fix for tests
2013-05-22 Lars KnollAdd correct filename and line number info to v8::StackFrame
2013-05-22 Lars KnollRemove v8 dependencies in qhashedstring
2013-05-22 Lars KnollGet rid of v8::String::(Ascii)Value
2013-05-21 Simon HausmannFix running through all tst_qqmlecmascript tests
2013-05-21 Simon HausmannFinalize sequence wrapping
2013-05-21 Simon HausmannFold qv8sequencewrapper_p_p.h into qv8sequencewrapper.cpp
2013-05-21 Simon HausmannEliminate last v8 dependency from QV8SequenceWrapper
2013-05-21 Simon HausmannPort the rest of the sequence types to V4
2013-05-21 Simon HausmannFix the build
2013-05-21 Lars KnollGet rid of v8::Primitive
2013-05-21 Lars KnollGet rid of v8::Boolean
next