platform/upstream/qtdeclarative.git
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
2013-01-07 Simon HausmannReplace OwnPtr with a simple QScopedPointer define...
2013-01-07 Simon HausmannEliminate one more forked file, TypeTraits.h
2013-01-07 Erik VerbruggenIgnore Qt Creator .pro.user files.
2013-01-07 Simon HausmannUpdate test expectations
2013-01-07 Simon HausmannFix parsing of skipped tests
2013-01-07 Simon HausmannSpeed up "make check"
2013-01-07 Simon HausmannSupport progress reporting during parallel test runs
2013-01-07 Simon HausmannAdd initial support for parallel test execution
2013-01-04 Simon HausmannAdd support for marking failing tests as expected failures
2013-01-04 Simon HausmannAdd top-level "make check" target
2013-01-04 Simon HausmannAdd support to basic test exceptation handling to test2...
2013-01-04 Simon HausmannSimplify test262.py execution
2013-01-04 Simon HausmannInitial import of Test262 test suite
2013-01-04 Simon HausmannFix break without identifier in labelled loop
2013-01-04 Simon HausmannProduce a syntax error when a break appears outside...
2013-01-04 Simon HausmannFix hang in do-while loops with continue statement...
2013-01-04 Lars KnollSet data properties using __defineOwnProperties__
2013-01-04 Lars KnollThrow syntax errors with duplicated values in Object...
next