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

Side by Side Diff: ChangeLog

Issue 11366195: Prepare push to trunk. Now working on version 3.15.3. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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-11-12: Version 3.15.2
2
3 Function::GetScriptOrigin should supply sourceURL when script name is
4 not available. (Chromium issue 159413)
5
6 Make formatting error message side-effect-free. (issue 2398)
danno 2012/11/12 14:32:39 we usually use past tense on the log.
mvstanton 2012/11/12 14:39:02 Done.
7
8 Fix length check in JSON.stringify. (Chromium issue 160010)
9
10 ES6: Add support for Set and Map clear method (issue 2400)
11
12 Fix slack tracking when instance prototype changes. (Chromium issue 157 019)
danno 2012/11/12 14:32:39 80 col
mvstanton 2012/11/12 14:39:02 Done.
13
14 Fix disabling of code flusher while marking. (Chromium issue 159140)
15
16 Add a test case for object grouping in a scavenger GC (issue 2077)
17
18 Support shared library build of Android for v8. (Chromium issue 158821)
19
20 ES6: Adding support for size to Set and Map (issue 2395)
21
22 Performance and stability improvements on all platforms.
23
24
1 2012-11-06: Version 3.15.1 25 2012-11-06: Version 3.15.1
2 26
3 Put incremental code flushing behind a flag. (Chromium issue 159140) 27 Put incremental code flushing behind a flag. (Chromium issue 159140)
4 28
5 Performance and stability improvements on all platforms. 29 Performance and stability improvements on all platforms.
6 30
7 31
8 2012-10-31: Version 3.15.0 32 2012-10-31: Version 3.15.0
9 33
10 Loosened aligned code target requirement on ARM (issue 2380) 34 Loosened aligned code target requirement on ARM (issue 2380)
(...skipping 4721 matching lines...) Expand 10 before | Expand all | Expand 10 after
4732 setting break points in them. 4756 setting break points in them.
4733 4757
4734 4758
4735 2008-07-03: Version 0.1.0 4759 2008-07-03: Version 0.1.0
4736 4760
4737 Initial export. 4761 Initial export.
4738 4762
4739 # Local Variables: 4763 # Local Variables:
4740 # mode:text 4764 # mode:text
4741 # End: 4765 # 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