platform/upstream/qtdeclarative.git
2013-04-15 Lars KnollGet rid of qmljs_get_this_object
2013-04-15 Lars KnollRemove the ExecutionContext parameter from some methods
2013-04-15 Lars Knolluse lookups for the global scope
2013-04-14 Lars KnollIntroduce specialized lookup methods
2013-04-14 Lars KnollMove the lookup class into it's own file
2013-04-12 Simon HausmannFix build of the rest of v4vm against WTF/JSC update
2013-04-12 Simon HausmannApply modifications on top of WTF/JSC
2013-04-12 Simon HausmannWTF/JSC update to r148273
2013-04-12 Lars KnollSmaller cleanup in the lookup code
2013-04-12 Lars KnollRename file to reflect class name change
2013-04-12 Lars KnollRemove getValueChecked()
2013-04-12 Lars KnollRemove context arguments where they aren't required
2013-04-12 Lars KnollSimplify logic for put and putIndexed
2013-04-12 Lars KnollMove property attributes out of the property arrays
2013-04-12 Lars KnollSmall fix to PropertyAttributes
2013-04-12 Lars KnollMove functionality from PropertyDescriptor to Property
2013-04-12 Lars KnollUse PropertyAttributes in PropertyDescriptor
2013-04-12 Lars KnollMake the PropertyAttributes a proper class
2013-04-12 Lars KnollChange internal class when attributes of properties...
2013-04-08 Lars KnollSimplify internal class logic
2013-04-08 Lars KnollAvoid defining name twice in some error objects
2013-04-08 Lars KnollStore the global object as an Object pointer in the...
2013-04-07 Lars KnollChange the Context stack back to a singly linked list
2013-04-06 Lars KnollConvert the remaining builtin methods to use the Simple...
2013-04-06 Lars KnollIntroduce a SimpleCallContext for simple functions
2013-04-06 Lars KnollFix scope for functions created through bind()
2013-04-05 Lars KnollMove arguments out of ExecutionContext and into CallContext
2013-04-05 Lars KnollMove activation out of ExecutionContext
2013-04-05 Lars KnollDon't create new Objects in the current scope
2013-04-05 Lars KnollMove function pointer from ExecutionContext to CallContext
2013-04-05 Lars KnollRemove unused methods
2013-04-05 Lars KnollMove locals from ExecutionContext to CallContext
2013-04-05 Lars KnollSplit out the Context for With/Catch into their own...
2013-04-05 Lars KnollIntroduce different context types
2013-04-05 Lars KnollClean up the property lookup code
2013-04-04 Lars KnollCreate some execution contexts on the stack again
2013-04-04 Simon HausmannRemove stray backslash
2013-04-03 Lars KnollDon't include internal headers in qv4v8.h
2013-04-03 Lars KnollSpeed up Context creation and handling
2013-04-02 Lars KnollDefine MODULE_VERSION so it builds against latest qtbase
2013-04-02 Lars KnollSome further fixes to the v8 API
2013-04-02 Lars KnollImplement v8::StackFrame and v8::StackTrace
2013-04-01 Simon HausmannSpeed up regexp creation through caching
2013-04-01 Simon HausmannChanged RegExp to be garbage collected instead of refer...
2013-04-01 Simon HausmannFix license headers
2013-04-01 Simon HausmannFix memory allocation of executable code
2013-03-23 Simon HausmannFix ch12/12.2/12.2.1/12.2.1-21-s
2013-03-23 Simon HausmannImplement fast argument lookups also for outter scopes
2013-03-23 Simon HausmannFix regression from commit 96ef0e4010b1be01a7b89c136ae9...
2013-03-21 Simon HausmannFix identifier lookups when mixing variables and arguments
2013-03-21 Simon HausmannImprove readability of disassembly
2013-03-21 Simon HausmannFix shadowing of arguments through local variables
2013-03-21 Simon HausmannFix random crashes in leaf functions
2013-03-21 Tor Arne VestbøMove V4 IR into its own V4IR namespace to avoid clash...
2013-03-21 Tor Arne VestbøPop stack instead of pushing in platformLeaveStandardSt...
2013-03-21 Lars Knollv8 api: Correctly set up the prototype property for...
2013-03-21 Simon HausmannFix crash with v8-bench.js
2013-03-20 Erik VerbruggenFix module operation to conform to IEEE 754 arithmic.
2013-03-20 Erik VerbruggenDistinguish better between a FunctionDecl and a Functio...
2013-03-20 Erik VerbruggenFix Number.prototype.toFixed.
2013-03-20 Erik VerbruggenFix a edge case in String.lastIndexOf.
2013-03-20 Erik VerbruggenMark test as passing after qtdeclarative change.
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.
next