Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Side by Side Diff: ChangeLog

Issue 2417001: Prepare push to trunk. Now working on version 2.2.14. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-05-31: Version 2.2.13
2
3 Implement Object.getOwnPropertyDescriptor for element indices and
4 strings (issue 599).
5
6 Fix bug for windows 64 bit C calls from generated code.
7
8 Add new scons flag unalignedaccesses for arm builds.
9
10 Performance improvements on all platforms.
11
12
1 2010-05-26: Version 2.2.12 13 2010-05-26: Version 2.2.12
2 14
3 » Allowed accessors to be defined on objects rather than just object 15 Allowed accessors to be defined on objects rather than just object
4 » templates. 16 templates.
5 17
6 » Changed the ScriptData API. 18 Changed the ScriptData API.
7 19
8 20
9 2010-05-21: Version 2.2.11 21 2010-05-21: Version 2.2.11
10 22
11 Fix crash bug in liveedit on 64 bit. 23 Fix crash bug in liveedit on 64 bit.
12 24
13 Use 'full compiler' when debugging is active. This should increase 25 Use 'full compiler' when debugging is active. This should increase
14 the density of possible break points, making single step more fine 26 the density of possible break points, making single step more fine
15 grained. This will only take effect for functions compiled after 27 grained. This will only take effect for functions compiled after
16 debugging has been started, so recompilation of all functions is 28 debugging has been started, so recompilation of all functions is
(...skipping 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 1727
1716 Improved debugger support by allowing nested break points and by 1728 Improved debugger support by allowing nested break points and by
1717 dealing with stack-overflows when compiling functions before 1729 dealing with stack-overflows when compiling functions before
1718 setting break points in them. 1730 setting break points in them.
1719 1731
1720 1732
1721 2008-07-03: Version 0.1.0 1733 2008-07-03: Version 0.1.0
1722 1734
1723 Initial export. 1735 Initial export.
1724 1736
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698