platform/upstream/qtdeclarative.git
2013-01-22 Lars KnollFix a bug in Array.proto.indexOf for sparse arrays
2013-01-22 Lars KnollFix remaining test failures in Array.prototype.push/pop
2013-01-22 Lars KnollFix remaining issues in Array.prototype.(un)shift
2013-01-22 Lars KnollDon't clutter the source dir with .o files
2013-01-22 Lars KnollFix remaining issues in lastIndexOf
2013-01-21 Lars KnollFix a few bugs in Number.prototype
2013-01-21 Lars Knollrename qv4ecmaobjects.* to qv4objectproto.*
2013-01-21 Lars KnollMove Boolean object into it's own file
2013-01-21 Lars KnollMove Number object into it's own file
2013-01-21 Lars KnollMove ArrayCtor and ArrayProto into their own file
2013-01-21 Lars KnollMove masm into 3rdparty
2013-01-21 Lars KnollMove qmljs_object.* to qv4object.*
2013-01-21 Lars KnollMove math object into it's own file
2013-01-21 Lars KnollSplit Regexp object into it's own file
2013-01-21 Lars KnollMove Error Objects into their own file
2013-01-21 Lars KnollFurther split up qv4ecmaobjects and qmljs_objects.
2013-01-21 Lars KnollImplement RegExp.prototype.compile
2013-01-21 Lars KnollFix implicit this object for value based calls inside...
2013-01-21 Lars KnollMinor optimisation
2013-01-21 Lars KnollMove the String object into it's own file
2013-01-21 Simon HausmannFix certain new member expressions
2013-01-21 Simon HausmannImplement String.prototype.search
2013-01-21 Lars KnollImplement String.prototype.trim
2013-01-21 Lars KnollFix the remaining test failures for the Date object
2013-01-21 Simon HausmannImplement String.prototype.replace
2013-01-21 Lars KnollIf a function is defined twice the 2nd one should be...
2013-01-21 Lars KnollMove the Date Object into it's own file
2013-01-21 Lars KnollFix Date constructor and add Date.prototype.toISOString
2013-01-21 Simon HausmannMember expressions on non-objects should throw a type...
2013-01-20 Simon HausmannFix writable attribute of RegExp properties
2013-01-20 Simon HausmannFix exception handling in masm backend
2013-01-20 Erik VerbruggenFix compiler warning.
2013-01-20 Jędrzej NowackiRemove broken result of an automatic merge resolution.
2013-01-20 Jędrzej NowackiThere is no point in checking twice for a space if...
2013-01-19 Lars KnollImplement JSON.parse
2013-01-18 Lars KnollFix valgrind warnings about uninitialised variable
2013-01-18 Lars KnollOptimise array access
2013-01-18 Lars KnollFix wrong index access in one variant of Array::at()
2013-01-18 Simon HausmannGet rid of virtual __get__ in RegExpObject
2013-01-18 Simon HausmannGet rid of __get__ implementation in ErrorObject
2013-01-18 Lars KnollRemove the need for virtual __get/set__ methods in...
2013-01-18 Lars KnollImplement String.prototype.match
2013-01-17 Lars KnollImplement Array.prototype.reduce/reduceRight
2013-01-17 Lars KnollImplement Array.prototype.map/filter correctly
2013-01-17 Lars KnollImplement Array.prototype.every/some/forEach
2013-01-17 Erik VerbruggenChanged reachable Q_UNREACHABLE into Q_UNIMPLEMENTED.
2013-01-17 Simon HausmannFix values of RegExp.lastIndex property
2013-01-17 Simon HausmannUpdate test expectations
2013-01-17 Lars KnollImplement Array.prototype.lastIndexOf
2013-01-17 Lars Knollfurther fixes to indexOf
2013-01-17 Lars KnollUpdate test results
2013-01-17 Lars KnollFix our NaN boxing.
2013-01-17 Lars KnollFixes to Array.prototype.indexOf
2013-01-17 Lars Knolloptimise property access
2013-01-17 Lars KnollImplement Array.prototype.splice
2013-01-17 Erik VerbruggenChanged signature of constructActivationProperty.
2013-01-17 Erik VerbruggenFix prepareCallArg and prepareCallArgs.
2013-01-17 Erik VerbruggenFix interpreter regression in callBuiltinInvalid.
2013-01-17 Simon HausmannFix length property of RegExp constructor
2013-01-17 Simon HausmannFix inplace add for strings
2013-01-17 Simon HausmannFix entries for non-matches in the results array of...
2013-01-17 Simon HausmannFix exception handling of RegExp constructor
2013-01-17 Simon HausmannAdd Yarr regex engine from JSC
2013-01-16 Lars KnollFix Array.prototype.sort for non sparse arrays
2013-01-16 Lars KnollFix createFunctionMapping
2013-01-16 Erik VerbruggenMoved callBuiltin into the common super class.
2013-01-16 Erik VerbruggenGet closures back into a working state.
2013-01-16 Erik VerbruggenMake CodeGen usable without a context.
2013-01-16 Erik VerbruggenInclude path of llvm runtime file in executable.
2013-01-16 Erik VerbruggenReplaced unnecessary vector with a boolean.
2013-01-16 Simon HausmannSkip tests known to fail
2013-01-16 Erik VerbruggenRename native functions to builtin functions.
2013-01-16 Lars KnollFix Object.prototype.toLocaleString
2013-01-16 Lars KnollFix Object.prototype.toString
2013-01-16 Lars KnollFix index access on StringObjects
2013-01-16 Lars KnollProperly mark accessor properties
2013-01-16 Lars KnollFix the remaining issues with Object.defineProperty...
2013-01-15 Erik VerbruggenFix case in parseInt where qin64 would overflow.
2013-01-15 Erik VerbruggenDynamically grow/shrink MOTH code block.
2013-01-15 Erik VerbruggenFixed memory leaks.
2013-01-15 Erik VerbruggenIgnore LLVM generated files.
2013-01-15 Erik VerbruggenMove common code from various ISel backends into a...
2013-01-15 Erik VerbruggenFix compiler warnings about signedness in comparisson.
2013-01-15 Lars KnollSome more fixes for defineOwnProperty
2013-01-15 Lars KnollSmaller bug fixes to setting the length property for...
2013-01-15 Lars KnollFix sameValue() for integer vs double 0
2013-01-15 Lars KnollFix memory leak
2013-01-14 Jędrzej NowackiRemove qDebug.
2013-01-14 Lars KnollFix PropertyDescriptor::isSubset()
2013-01-14 Lars KnollCorrectly working Array.length setter
2013-01-14 Lars KnollMake sure our error objects always have the correct...
2013-01-14 Lars KnollFix a corner case in Object.create()
2013-01-14 Lars KnollGive our builtins a prototype, so toString() doesn...
2013-01-14 Lars KnollCorrectly iterator over properties of StringObjects
2013-01-14 Lars KnollFix an out of bounds read.
2013-01-14 Lars KnollImplement StringObject properly
2013-01-14 Lars KnollgetPrototypeOf returns null if the object doesn't have...
2013-01-14 Lars KnollThe prototype of error constructors is the function...
2013-01-14 Lars KnollFix a corner case in the arguments object
2013-01-14 Simon HausmannMake check improvements
next