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

Side by Side Diff: ChangeLog

Issue 15159002: Prepare push to trunk. Now working on version 3.19.2. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 7 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-05-14: Version 3.19.1
2
3 Fixed missing hole check for loads from Smi arrays when all uses are
4 changes (Chromium issue 233737)
5
6 Performance and stability improvements on all platforms.
7
8
1 2013-05-10: Version 3.19.0 9 2013-05-10: Version 3.19.0
2 10
3 Deprecated Context::New which returns Persistent. 11 Deprecated Context::New which returns Persistent.
4 12
5 Added Persistent<T>::Reset which disposes the handle and redirects it to 13 Added Persistent<T>::Reset which disposes the handle and redirects it to
6 point to another object. 14 point to another object.
7 15
8 Deprecated WriteAscii and MayContainNonAscii. 16 Deprecated WriteAscii and MayContainNonAscii.
9 17
10 Exposed AssertNoAllocation to API. 18 Exposed AssertNoAllocation to API.
(...skipping 5345 matching lines...) Expand 10 before | Expand all | Expand 10 after
5356 setting break points in them. 5364 setting break points in them.
5357 5365
5358 5366
5359 2008-07-03: Version 0.1.0 5367 2008-07-03: Version 0.1.0
5360 5368
5361 Initial export. 5369 Initial export.
5362 5370
5363 # Local Variables: 5371 # Local Variables:
5364 # mode:text 5372 # mode:text
5365 # End: 5373 # 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