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

Side by Side Diff: ChangeLog

Issue 12695002: Prepare push to trunk. Now working on version 3.17.10. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 9 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-03-08: Version 3.17.9
2
3 Restored Function()'s expected string representation. (issue 2470)
4
5 Enabled deprecatations (again). (issue 2487)
6
7 Avoid bool to Oddball conversions by being lazy. (issue 2491)
8
9 Added %p option to --logfile.
10
11 Hardened Function()'s parsing of function literals. (issue 2470)
12
13 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
14
15 Performance and stability improvements on all platforms.
16
17
1 2013-03-07: Version 3.17.8 18 2013-03-07: Version 3.17.8
2 19
3 Added missing license headers. (Chromium issue 98597) 20 Added missing license headers. (Chromium issue 98597)
4 21
5 Inserted missing type cast in JSON.stringify. (issue 2570) 22 Inserted missing type cast in JSON.stringify. (issue 2570)
6 23
7 Reverted "Send SIGPROF signals on the profiler event processor thread" 24 Reverted "Send SIGPROF signals on the profiler event processor thread"
8 (issue 2571) 25 (issue 2571)
9 26
10 Fixed Array.length, String.length and Function.prototype LoadICs on x64. 27 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
(...skipping 5157 matching lines...) Expand 10 before | Expand all | Expand 10 after
5168 setting break points in them. 5185 setting break points in them.
5169 5186
5170 5187
5171 2008-07-03: Version 0.1.0 5188 2008-07-03: Version 0.1.0
5172 5189
5173 Initial export. 5190 Initial export.
5174 5191
5175 # Local Variables: 5192 # Local Variables:
5176 # mode:text 5193 # mode:text
5177 # End: 5194 # 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