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

Side by Side Diff: ChangeLog

Issue 23073003: Prepare push to trunk. Now working on version 3.20.17. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix ChangeLog 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-13: Version 3.20.16
2
3 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
4
5 Fixed gcmole bugs in i18n code (issue 2745)
6
7 ia32: Calls to the TranscendentalCacheStub must ensure that esi is
8 set (issue 2827)
9
10 Made sure polymorphic element access creates non-replaying
11 phis. (issue 2815)
12
13 Allowed HPhis to have an invalid merge index. (issue 2815)
14
15 Fixed smi-based math floor. (Chromium issue 270268)
16
17 Deprecated self and total time getters and total sample count
18 getter on CpuProfileNode. (Chromium issue 267595)
19
20 Fixed Object.freeze, Object.observe wrt CountOperation and
21 CompoundAssignment. (issue 2774,2779)
22
23 Performance and stability improvements on all platforms.
24
25
1 2013-08-07: Version 3.20.14 26 2013-08-07: Version 3.20.14
2 27
3 Exposed eternal handle api. 28 Exposed eternal handle api.
4 29
5 Bugfix to solve issues with enabling V8 typed arrays in Blink. 30 Bugfix to solve issues with enabling V8 typed arrays in Blink.
6 31
7 Fixed Array index dehoisting. (Chromium issue 264203) 32 Fixed Array index dehoisting. (Chromium issue 264203)
8 33
9 Updated Array Iterator to use numeric indexes (issue 2818) 34 Updated Array Iterator to use numeric indexes (issue 2818)
10 35
(...skipping 5691 matching lines...) Expand 10 before | Expand all | Expand 10 after
5702 setting break points in them. 5727 setting break points in them.
5703 5728
5704 5729
5705 2008-07-03: Version 0.1.0 5730 2008-07-03: Version 0.1.0
5706 5731
5707 Initial export. 5732 Initial export.
5708 5733
5709 # Local Variables: 5734 # Local Variables:
5710 # mode:text 5735 # mode:text
5711 # End: 5736 # 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