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

Side by Side Diff: ChangeLog

Issue 13886016: Prepare push to trunk. Now working on version 3.18.5. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 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-04-26: Version 3.18.4
2
3 Added a preliminary API for ES6 ArrayBuffers
4
5 Replaced qsort with std::sort. (Chromium issue 2639)
6
7 Performance and stability improvements on all platforms.
8
9
1 2013-04-24: Version 3.18.3 10 2013-04-24: Version 3.18.3
2 11
3 Exposed the GC under a name that is less collision prone than window.gc. 12 Exposed the GC under a name that is less collision prone than window.gc.
4 (issue 2641) 13 (issue 2641)
5 14
6 Do not emit double values at their use sites. (Chromium issue 234101) 15 Do not emit double values at their use sites. (Chromium issue 234101)
7 16
8 Added methods to allow resuming execution after calling 17 Added methods to allow resuming execution after calling
9 TerminateExecution(). (issue 2361) 18 TerminateExecution(). (issue 2361)
10 19
(...skipping 5309 matching lines...) Expand 10 before | Expand all | Expand 10 after
5320 setting break points in them. 5329 setting break points in them.
5321 5330
5322 5331
5323 2008-07-03: Version 0.1.0 5332 2008-07-03: Version 0.1.0
5324 5333
5325 Initial export. 5334 Initial export.
5326 5335
5327 # Local Variables: 5336 # Local Variables:
5328 # mode:text 5337 # mode:text
5329 # End: 5338 # 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