platform/upstream/qtdeclarative.git
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).
2013-01-09 Simon HausmannUpdate expectations
2013-01-09 Simon HausmannRemove more tests from the list of tests that we expect...
2013-01-09 Simon HausmannMake auto-update of TestExpectations smarter
2013-01-09 Erik VerbruggenUpdated the test expectations.
2013-01-09 Erik VerbruggenFix some compiler warnings.
2013-01-08 Simon HausmannMark array regressions as expected failures
2013-01-08 Simon HausmannFix delete someArray[index]
2013-01-08 Erik Verbruggenmoth: add builtin_define_getter_setter and builtin_defi...
2013-01-08 Lars KnollMove the Array data up into Object
2013-01-08 Lars KnollFix potential crashes
2013-01-08 Lars KnollUpdated failing test case list
2013-01-08 Lars KnollMove the PropertyTable into it's own file
2013-01-08 Lars KnollMove the PropertyDescriptor into it's own file
2013-01-08 Lars KnollMove our String class into a separate file.
2013-01-08 Lars KnollSome cleanups for Array
2013-01-08 Lars KnollSome optimisation to the Array constructor
2013-01-08 Simon HausmannAdd mode to test262.py to edit the test expectations...
2013-01-08 Simon HausmannImplemented Array::indexOf
2013-01-08 Simon HausmannUpdate test expectations after array changes
2013-01-08 Simon HausmannSmall array cleanups
2013-01-08 Lars Knollnew implementation for array data
2013-01-07 Simon HausmannReplace the WTF RefPtrs with simpler versions
2013-01-07 Simon HausmannReplace WTF's UNUSED_PARAM with Q_UNUSED
2013-01-07 Simon HausmannMap WTF_MAKE_NONCOPYABLE straight to Q_DISABLE_COPY
next