A stylistic issue: up until recently, ChangeLog entries were always written in the past tense. This makes sense to me (everything described in the ChangeLog has already happened at the point that anyone reads it). In any case, we should try to be consistent.
Also complete sentences. On Wed, Jun 16, 2010 at 1:27 PM, <[email protected]> wrote: > Reviewers: Mads Ager, > > Description: > Version 2.2.18 > > Added API functions to retrieve information on indexed properties managed > by the > embedding layer. Fixes bug 737. > > Make ES5 Object.defineProperty support array elements. Fixes bug 619. > > Add heap profiling to the API. > > Remove old named property query from the API. > > Incremental performance improvements. > > Please review this at http://codereview.chromium.org/2854006/show > > SVN Base: http://v8.googlecode.com/svn/trunk/ > > Affected files: > M ChangeLog > M include/v8-profiler.h > M include/v8.h > M src/api.cc > M src/arm/assembler-arm.h > M src/arm/assembler-arm.cc > M src/arm/builtins-arm.cc > M src/arm/codegen-arm.h > M src/arm/codegen-arm.cc > M src/arm/full-codegen-arm.cc > M src/arm/ic-arm.cc > M src/arm/macro-assembler-arm.h > M src/arm/macro-assembler-arm.cc > M src/arm/stub-cache-arm.cc > M src/arm/virtual-frame-arm.h > M src/arm/virtual-frame-arm.cc > M src/heap-profiler.h > M src/heap-profiler.cc > M src/heap.h > M src/ia32/codegen-ia32.cc > M src/ia32/ic-ia32.cc > M src/ic.cc > M src/objects.h > M src/objects.cc > M src/profile-generator.h > M src/profile-generator.cc > M src/runtime.cc > M src/serialize.cc > M src/stub-cache.cc > M src/utils.h > M src/v8.cc > M src/version.cc > M src/virtual-frame-light-inl.h > M src/x64/codegen-x64.cc > M src/x64/full-codegen-x64.cc > M src/x64/ic-x64.cc > M src/x64/stub-cache-x64.cc > M src/x64/virtual-frame-x64.h > M src/x64/virtual-frame-x64.cc > M test/cctest/test-api.cc > M test/cctest/test-debug.cc > M test/cctest/test-decls.cc > M test/cctest/test-disasm-arm.cc > M test/cctest/test-heap-profiler.cc > M test/cctest/test-serialize.cc > D test/mjsunit/bugs/bug-619.js > M test/mjsunit/keyed-call-generic.js > M test/mjsunit/object-define-property.js > A + test/mjsunit/regress/regress-619.js > > > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
