platform/upstream/qtdeclarative.git
2013-03-19 Erik VerbruggenMark more tests as passing after qtdeclarative change.
2013-03-18 Erik VerbruggenCheck if "use strict" has no escaped chars.
2013-03-18 Erik VerbruggenFix function declaration best-practice check.
2013-03-18 Erik VerbruggenBuild fixes for Windows.
2013-03-18 Erik VerbruggenFixes to run the test suite on Windown.
2013-03-18 Erik VerbruggenMoved TemporaryAssignment into its own header.
2013-03-18 Erik VerbruggenHandle best-practice conditional function declaration.
2013-03-15 Lars KnollFix initialization of call contexts
2013-03-14 Lars Knollrename qmljs_math to qv4math
2013-03-14 Lars KnollRename qmljs_runtime to qv4runtime
2013-03-14 Lars KnollRename qmljs_value.* to qv4value.*
2013-03-14 Lars KnollMake ExecutionContext garbage collected
2013-03-14 Lars KnollSome more optimisations to the memory manager
2013-03-14 Lars KnollRemove the parent pointer from ExecutionContext
2013-03-14 Lars KnollMove all context management methods into the ExecutionE...
2013-03-14 Lars KnollRename qmljs_engine.* to qv4engine.*
2013-03-14 Lars KnollRename qmljs_environment.* to qv4context.*
2013-03-14 Lars KnollOptimise put and defineOwnProperty a bit
2013-03-14 Lars KnollRemove unused method
2013-03-14 Lars KnollRemove unused variable
2013-03-13 Lars KnollImplement another method in the v8 API
2013-03-13 Lars KnollMessage is refcounted
2013-03-13 Lars KnollCatch some more exceptions in the v8 API
2013-03-13 Lars KnollRemove some debug output
2013-03-13 Lars KnollCleanup and unify context creation
2013-03-13 Lars KnollPass the current context to evalCall
2013-03-13 Tor Arne VestbøFix a few warnings
2013-03-13 Lars KnollBe conservative and assume that functions need activation
2013-03-13 Lars KnollRemove unused method
2013-03-13 Lars KnollAdd valgrind support to our garbage collector
2013-03-12 Erik VerbruggenAdd debugging function to dump Value contents.
2013-03-12 Erik VerbruggenMoved temp compression to codegen to use for all backends.
2013-03-12 Erik VerbruggenAdded the constant propagation optimization.
2013-03-12 Erik VerbruggenFix & re-enable Temp compression for the interpreter.
2013-03-12 Simon HausmannFix crash when calling Object.create(null)
2013-03-12 Simon HausmannAdd support for ARM exception unwinding
2013-03-12 Simon HausmannMake it possible to debug exception handling with libunwind
2013-03-11 Erik VerbruggenInline the two most common parameter fetch cases.
2013-03-11 Erik VerbruggenMark asm math functions as const.
2013-03-11 Lars KnollCatch more exceptions in the v8 API layer
2013-03-11 Lars KnollWrite properties back to the qml Object
2013-03-11 Lars KnollAdd a proper constructor to v8::FunctionTemplate
2013-03-11 Lars KnollProperly mark objects at the beginning of a chunk
2013-03-10 Lars KnollFix v8::Persistent
2013-03-09 Lars KnollAdd exception handling support to the v8 API
2013-03-08 Simon HausmannImplement more missing bits & pieces including a fake...
2013-03-08 Simon HausmannFix name lookup for named function expressions
2013-03-08 Simon HausmannImplemented a whole more API...
2013-03-08 Simon HausmannImplemented invocation callback on FunctionTemplate
2013-03-08 Simon HausmannImplemented v8::Arguments
2013-03-08 Simon HausmannImplemented Template::Set
2013-03-08 Simon HausmannMinor API change for easier implementation
2013-03-08 Simon HausmannVarious fixes
2013-03-08 Simon HausmannRemaining implementation of ObjectTemplate
2013-03-08 Simon HausmannFirst implementation of ObjectTemplate::SetAccessor
2013-03-08 Erik VerbruggenFix use/def for exception var.
2013-03-08 Erik VerbruggenFix liveness analysis.
2013-03-08 Erik VerbruggenFix MSVC build.
2013-03-08 Erik VerbruggenCompile fixes for MSVC.
2013-03-07 Erik Verbruggen"Fix" llvm build.
2013-03-07 Simon HausmannFix exception handling on Mac OS X
2013-03-07 Erik VerbruggenSimple but effective dead-assignment removal.
2013-03-07 Lars KnollFix String::get and start using it
2013-03-07 Lars KnollAnd use the vtbl methods for delete as well.
2013-03-07 Lars KnollImplement Object::query/queryIndexed
2013-03-07 Lars KnollCleanup put and properly implement it for strings
2013-03-07 Simon HausmannFix build with clang
2013-03-07 Lars KnollFirst part of moving get/put etc. into the Managed...
2013-03-07 Lars KnollMake Object::hasProperty() inline
2013-03-07 Lars KnollImplement v8::AccessorInfo
2013-03-07 Lars KnollRemove v8 internal namespace
2013-03-06 Lars KnollA few more API methods implemented
2013-03-06 Lars KnollMore v8 API
2013-03-06 Lars KnollImplement more of the v8 API
2013-03-06 Simon HausmannFix slowness in unwind table registration
2013-03-06 Simon HausmannMake sure that the value stored in the Exception object...
2013-03-06 Simon HausmannGet rid of 'Value ExecutionEngine::exception' member
2013-03-06 Simon HausmannGet rid of the builtin_get_exception call in the IR
2013-03-06 Simon HausmannCleanup: Get rid of calls to builtin_{push,pop}_catch_s...
2013-03-06 Lars KnollImplement a few mere methods in the v8 API
2013-03-06 Simon HausmannOptimize exception throwing
2013-03-06 Lars KnollImplement most of the New() methods in the v8 API
2013-03-06 Lars KnollImplement external object comparison
2013-03-06 Lars KnollImplement the various v8 Cast methods
2013-03-06 Lars KnollFix a bug in Persistent::New
2013-03-06 Lars KnollCleanups
2013-03-06 Lars KnollAdd stubs for all the methods in the v8 API
2013-03-05 Lars KnollSimplify conversion between VM::Value and V8::Value
2013-03-05 Lars KnollImplement v8::Undefined/Null/True/False
2013-03-05 Lars KnollRemove API not used by Qml
2013-03-05 Lars KnollMake a V8 hello world actually work.
2013-03-05 Simon HausmannImplement v8::Script::Run()
2013-03-05 Simon HausmannMove function execution into a little ExecutionEngine...
2013-03-05 Simon HausmannInitial v8'ish API wrappers for QML integration
2013-03-05 Simon HausmannAdd support for associating external resources with...
2013-03-05 Simon HausmannRemove unused wtf inclusion from qv4managed.h
2013-03-05 Simon HausmannRename qv4ir_p.h to qv4jsir_p.h to avoid conflict with...
2013-03-05 Simon HausmannCleanup unwind handler
2013-03-04 Simon HausmannCleanup: Rename __builtin_delete_exception_handler
2013-03-04 Simon HausmannCleanup: Get rid of manual unwind stack
next