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

Side by Side Diff: ChangeLog

Issue 11308182: Prepare push to trunk. Now working on version 3.15.6. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: address comments 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-23: Version 3.15.5
2
3 Fixed JSON.stringify for objects with interceptor handlers.
4 (Chromium issue 161028)
5
6 Fixed corner case in x64 compare stubs. (issue 2416)
7
8 Performance and stability improvements on all platforms.
9
10
1 2012-11-16: Version 3.15.4 11 2012-11-16: Version 3.15.4
2 12
3 Fixed Array.prototype.join evaluation order. (issue 2263) 13 Fixed Array.prototype.join evaluation order. (issue 2263)
4 14
5 Perform CPU sampling by CPU sampling thread only iff processing thread 15 Perform CPU sampling by CPU sampling thread only iff processing thread
6 is not running. (issue 2364) 16 is not running. (issue 2364)
7 17
8 When using an Object as a set in Object.getOwnPropertyNames, null out 18 When using an Object as a set in Object.getOwnPropertyNames, null out
9 the proto. (issue 2410) 19 the proto. (issue 2410)
10 20
(...skipping 4785 matching lines...) Expand 10 before | Expand all | Expand 10 after
4796 setting break points in them. 4806 setting break points in them.
4797 4807
4798 4808
4799 2008-07-03: Version 0.1.0 4809 2008-07-03: Version 0.1.0
4800 4810
4801 Initial export. 4811 Initial export.
4802 4812
4803 # Local Variables: 4813 # Local Variables:
4804 # mode:text 4814 # mode:text
4805 # End: 4815 # 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