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

Side by Side Diff: ChangeLog

Issue 23242009: Prepare push to trunk. Now working on version 3.21.2. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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 2013-08-21: Version 3.21.1
2
3 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
4 (Chromium issue 270527)
5
6 Replaced OS::MemCopy with memcpy in typed array initialization.
7 (Chromium issue 270642)
8
9 Moved i18n break iterator C++ code to runtime (issue 2745)
10
11 Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
12 (Chromium issue 263515)
13
14 Fixed register misuse in Allocate() on ARM. (issue 2851)
15
16 Fixed empty handle dereference in Runtime_InternalNumberFormat.
17 (Chromium issue 275467)
18
19 Performance and stability improvements on all platforms.
20
21
1 2013-08-19: Version 3.21.0 22 2013-08-19: Version 3.21.0
2 23
3 Fixed GC-related crasher (Chromium issue 274438) 24 Fixed GC-related crasher (Chromium issue 274438)
4 25
5 Reverted making Intl non-enumerable. 26 Reverted making Intl non-enumerable.
6 27
7 Performance and stability improvements on all platforms. 28 Performance and stability improvements on all platforms.
8 29
9 30
10 2013-08-14: Version 3.20.17 31 2013-08-14: Version 3.20.17
(...skipping 5733 matching lines...) Expand 10 before | Expand all | Expand 10 after
5744 setting break points in them. 5765 setting break points in them.
5745 5766
5746 5767
5747 2008-07-03: Version 0.1.0 5768 2008-07-03: Version 0.1.0
5748 5769
5749 Initial export. 5770 Initial export.
5750 5771
5751 # Local Variables: 5772 # Local Variables:
5752 # mode:text 5773 # mode:text
5753 # End: 5774 # End:
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