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

Side by Side Diff: ChangeLog

Issue 11369213: Prepare push to trunk. Now working on version 3.15.4. (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-13: Version 3.15.3
2
3 Changed sample shell to send non-JS output (e.g. errors) to stderr
4 instead of stdout.
5
6 Correctly check for stack overflow even when interrupt is pending.
7 (issue 214)
8
9 Collect stack trace on stack overflow. (issue 2394)
10
11 Performance and stability improvements on all platforms.
12
13
1 2012-11-12: Version 3.15.2 14 2012-11-12: Version 3.15.2
2 15
3 Function::GetScriptOrigin supplies sourceURL when script name is 16 Function::GetScriptOrigin supplies sourceURL when script name is
4 not available. (Chromium issue 159413) 17 not available. (Chromium issue 159413)
5 18
6 Made formatting error message side-effect-free. (issue 2398) 19 Made formatting error message side-effect-free. (issue 2398)
7 20
8 Fixed length check in JSON.stringify. (Chromium issue 160010) 21 Fixed length check in JSON.stringify. (Chromium issue 160010)
9 22
10 ES6: Added support for Set and Map clear method (issue 2400) 23 ES6: Added support for Set and Map clear method (issue 2400)
(...skipping 4747 matching lines...) Expand 10 before | Expand all | Expand 10 after
4758 setting break points in them. 4771 setting break points in them.
4759 4772
4760 4773
4761 2008-07-03: Version 0.1.0 4774 2008-07-03: Version 0.1.0
4762 4775
4763 Initial export. 4776 Initial export.
4764 4777
4765 # Local Variables: 4778 # Local Variables:
4766 # mode:text 4779 # mode:text
4767 # End: 4780 # 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