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

Side by Side Diff: ChangeLog

Issue 11465023: Prepare push to trunk. Now working on version 3.15.11. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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 2012-12-07: Version 3.15.10
2
3 Enabled optimisation of functions inside eval. (issue 2315)
4
5 Fixed spec violations in methods of Number.prototype. (issue 2443)
6
7 Added GCTracer metrics for a scavenger GC for DOM wrappers
Jakob Kummerow 2012/12/07 12:35:34 nit: trailing full stop. Or just drop this entry c
8
9 Performance and stability improvements on all platforms.
10
11
1 2012-12-06: Version 3.15.9 12 2012-12-06: Version 3.15.9
2 13
3 Fixed candidate eviction in code flusher. 14 Fixed candidate eviction in code flusher.
4 (Chromium issue 159140) 15 (Chromium issue 159140)
5 16
6 Iterate through all arguments for side effects in Math.min/max. 17 Iterate through all arguments for side effects in Math.min/max.
7 (issue 2444) 18 (issue 2444)
8 19
9 Fixed spec violations related to regexp.lastIndex 20 Fixed spec violations related to regexp.lastIndex
10 (issue 2437, issue 2438) 21 (issue 2437, issue 2438)
(...skipping 4843 matching lines...) Expand 10 before | Expand all | Expand 10 after
4854 setting break points in them. 4865 setting break points in them.
4855 4866
4856 4867
4857 2008-07-03: Version 0.1.0 4868 2008-07-03: Version 0.1.0
4858 4869
4859 Initial export. 4870 Initial export.
4860 4871
4861 # Local Variables: 4872 # Local Variables:
4862 # mode:text 4873 # mode:text
4863 # End: 4874 # 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