platform/upstream/qtdeclarative.git
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
2013-05-21 Lars KnollGet rid of v8::Number
2013-05-21 Lars KnollGet rid of v8::Integer
2013-05-21 Lars KnollRemove some unused classes from the v8 API
2013-05-21 Simon HausmannSmall exception handling fixes
2013-05-21 Simon HausmannFix crashes when invoking QML JS methods from C++
2013-05-21 Lars KnollGet rid of v8::TryCatch and v8::Message
2013-05-21 Lars KnollConvert the remaining TryCatch statements to use QV4...
2013-05-21 Lars KnollRemove half the v8::TryCatch statements
2013-05-21 Lars KnollFix return value for QQmlJavascriptExpression::evaluate
2013-05-21 Lars KnollCleanup QQmlDelayedError
2013-05-21 Lars KnollAdd source file and line number to QV4::Exception
2013-05-21 Lars KnollMove QQmlJavascriptExression::evaluate over to v4
2013-05-21 Lars KnollFix some parts of workerscript and convert to v4
2013-05-21 Lars KnollRename QV8Worker to QV4::Serialize
2013-05-21 Lars KnollComment out two lines that cause assertions
2013-05-21 Lars KnollFix a bug in the creation of JS Array's from variant...
2013-05-21 Lars KnollProperly initialize regexp objects created from QRegExp's
2013-05-21 Lars KnollFix a bug in V4V8Object::put()
2013-05-21 Lars Knollconvert qv8workerscript to v4
2013-05-19 Simon HausmannFix connect/disconnect in QObject bindings
2013-05-17 Lars KnollSmaller cleanups in qv8engine
2013-05-17 Lars KnollDon't GC constructors and prototypes
2013-05-17 Lars Knollconvert QV8VariantWrapper to v4
2013-05-17 Lars KnollChange some APIs in qv8variantwrapper over to be v4...
2013-05-17 Lars KnollFix QJSValue::toVariant and isVariant
2013-05-17 Lars KnollMore correct conversion to a QString when toString...
2013-05-17 Lars KnollGive the QJSValuePrivate the pointer to the engine...
2013-05-15 Simon HausmannAnother fix for getting more of the QML based tests...
2013-05-15 Simon HausmannFirst step towards porting sequence wrappers to V4
2013-05-15 Simon HausmannFix build of tst_qqmlecmascript
2013-05-15 Simon HausmannFix invocation of QQmlV4Functions in JS/QML
2013-05-15 Simon HausmannFix lookups for properties called "name" in QML
2013-05-15 Simon HausmannFix exception handling not working reliably on x86...
2013-05-15 Simon HausmannFix exception handling not working reliably on x86...
2013-05-15 Simon HausmannKeep track of the currently code currently being run...
2013-05-15 Simon HausmannRemove unused variable
2013-05-13 Simon HausmannClean up context initialization
2013-05-13 Simon HausmannAdd missing pushContext/popContext in SimpleCallContext...
2013-05-13 Simon HausmannFix uninitialized context type variable
2013-05-13 Erik VerbruggenFix exports for functions used in inline methods.
2013-05-13 Simon HausmannFix QV4Engine::globalCode
2013-05-13 Simon HausmannFix crash when running some QML auto-tests
2013-05-10 Simon HausmannInitial port of JS canvas bindings to use QV4::Object...
2013-05-10 Simon HausmannFix typo in internal API
2013-05-10 Simon HausmannAdd rudimentary internal field support
2013-05-10 Simon HausmannFix running various QML auto-tests
2013-05-10 Simon HausmannImprove error reporting
2013-05-10 Simon HausmannRemove unused engine pointer in QQmlLocaleData
2013-05-10 Simon HausmannFix visibility of named function expressions in surroun...
2013-05-10 Simon HausmannFix compilation of some qquick auto tests
2013-05-09 Simon HausmannPort the of qml locale getters to V4 accessors
2013-05-09 Simon HausmannFix unsafe casting to target thisobject in class generator
2013-05-09 Simon HausmannPorted over a few more locale functions
2013-05-09 Simon HausmannBegin implement C++ style wrappers in QQmlLocale
2013-05-08 Lars KnollCleanup v8 dependencies from QQmlV8Function
2013-05-08 Lars KnollRemove v8 dependencies from QQmlV4Handle
2013-05-08 Simon HausmannReplace V8 resource in QQmlLocale with managed subclass
2013-05-08 Simon HausmannConverted remaining regular QQmlLocale functions to QV4
2013-05-08 Lars KnollFix PersistentValue::isEmpty()
2013-05-08 Lars KnollRemove the remaining traces of v8::persistent
2013-05-08 Lars KnollRemove v8::persistent usage from particles
2013-05-08 Lars KnollRemove v8::persistent usage from local storage
2013-05-08 Lars KnollRemove v8::Persistent usage from qquickcanvas
2013-05-08 Lars KnollMove the QV4::Function out of qv4functionobject_p.h
2013-05-08 Lars KnollRemove v8::Persistent usage from qquickloader
next