platform/upstream/qtdeclarative.git
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
2013-05-08 Lars KnollAnother v8::Persistent removed
2013-05-08 Lars KnollConvert qqmldelegatemodel to not use v8::Persistent
2013-05-08 Lars KnollConvert qqmladaptermodel to use QV4::persistentValue
2013-05-08 Lars KnollMove qqmlvmemetaobject over to use QV4::PersistentValue
2013-05-08 Lars KnollAdd more convenient get/put API to QV4::Object
2013-05-08 Lars KnollConvert qqmllocale to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qqmljavascriptexpression to use QV4::Persistent...
2013-05-08 Lars KnollConvert qqmltypeloader to use QV4::PersistentValue
2013-05-08 Erik VerbruggenAdd flag to the engine to enable/disable RegExp JITting.
2013-05-08 Lars KnollMove QQuickworkerscript over to QV4::PersistentValue
2013-05-08 Lars KnollConvert xmlhttprequest to use QV4::PersistentValue
2013-05-08 Lars Knollconvert qv8sequencewrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8qobjectwrapper to use QV4::PersistentValue
2013-05-08 Lars Knollconvert qv8variantwrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8Valuetypewrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8typewrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8listwrapper to use QV4::PersistentValue
2013-05-08 Lars KnollConvert qv8include to QV4::PersistentValue
2013-05-08 Lars KnollConvert context wrapper to QV4::PersistentValue
2013-05-08 Lars KnollFix possible crash
2013-05-08 Lars KnollFix the doubly linked list logic in QV4::PersistentValue
2013-05-07 Simon HausmannConverted the remaining locale extensions to Date and...
2013-05-07 Lars KnollRemove more v8::Persistent usages
next