platform/upstream/qtdeclarative.git
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
2013-01-14 Lars KnollImplement Array.isArray()
2013-01-14 Lars KnollFix length property of constructors
2013-01-14 Lars KnollDon't deref 0 pointers
2013-01-14 Lars Knollfor(a in b) doesn't throw if b is null or undefined
2013-01-14 Lars KnollFix Array.prototype.indexOf
2013-01-14 Lars Knollupdate TestExpectations
2013-01-14 Lars KnollEvaluate the expression of the return statement before...
2013-01-14 Lars KnollRemove qdebug
2013-01-14 Lars KnollImplement Function.prototype.bind
2013-01-13 Lars KnollFixes to the ScriptFunction constructor
2013-01-13 Lars KnollUpdate TestExpectations
2013-01-13 Lars Knollinstanceof doesn't throw an exception if the rhs is...
2013-01-13 Lars KnollFix Function.prototype.apply
2013-01-13 Lars KnollFunction.length is readonly as well.
2013-01-13 Lars KnollThe prototype of Constructor objects is readonly
2013-01-13 Lars Knollfix some bugs in function construction
2013-01-13 Simon HausmannFix built-in String prototype functions when used with...
2013-01-13 Simon HausmannFix passing of null and undefined to built-in functions
2013-01-13 Simon HausmannThrow a type error when trying to construct a native...
2013-01-13 Simon HausmannFix exception type in Function.prototype.apply
2013-01-12 Lars KnollFix Array.slice
2013-01-12 Lars KnollUpdate test results
2013-01-12 Lars KnollCorrectly set the length property of Array objects
2013-01-12 Lars KnollInitialize variable
2013-01-12 Lars KnollFixes for defineProperty
2013-01-12 Lars KnollMake Array.length a real property with attributes
2013-01-12 Lars KnollAdd String::toUInt32() and fix has value for "01", ...
2013-01-12 Lars KnollFix inplaceBinOp for index properties
2013-01-12 Lars KnollMore correct check for array indices
2013-01-12 Lars KnollAdd support for throwing RangeErrors
2013-01-12 Erik VerbruggenFix compilation issues.
2013-01-11 Jędrzej NowackiRemove unused MemoryManager::Data::stringPool
2013-01-11 Lars KnollFix return value of qmljs_delete_subscript
2013-01-11 Lars KnollCoding style fixes
2013-01-11 Lars KnollUpdate TestExpectations
2013-01-11 Lars KnollProperly set the length property on arrays
2013-01-11 Lars KnollRefactored iteration over object properties
2013-01-11 Lars KnollDon't initialize the property table when not needed
2013-01-11 Lars KnollFix a bug in qmljs_set_element and some related to...
2013-01-11 Lars KnollFix the foreach iterator to also iterate over array...
2013-01-11 Lars KnollAlways store array index properties in the array
2013-01-11 Lars KnollFurther refactoring of Array support
2013-01-11 Lars KnollMove all the SparseArray implementation into SparseArray
2013-01-11 Simon HausmannDefine the length property correctly for built-in functions
2013-01-11 Simon HausmannSimplify test262.py work-flow
2013-01-11 Simon HausmannFix length property of arguments object
2013-01-10 Simon HausmannFix properties in arguments objects for parameters
2013-01-10 Simon HausmannFix length of arguments object
2013-01-09 Erik VerbruggenFix enumerable checking.
2013-01-09 Simon HausmannUpdated test expectations
2013-01-09 Erik VerbruggenAdded parseInt (15.1.2.2) and parseFloat (15.1.2.3).
next