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

Side by Side Diff: ChangeLog

Issue 14919008: Prepare push to trunk. Now working on version 3.19.1. (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-10: Version 3.19.0
2
3 Deprecated Context::New which returns Persistent.
4
5 Added Persistent<T>::Reset which disposes the handle and redirects it to
6 point to another object.
7
8 Deprecated WriteAscii and MayContainNonAscii.
9
10 Exposed AssertNoAllocation to API.
11
12 Performance and stability improvements on all platforms.
13
14
1 2013-04-30: Version 3.18.5 15 2013-04-30: Version 3.18.5
2 16
3 Allowed setting debugger breakpoints on CompareNilICs (issue 2660) 17 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
4 18
5 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode 19 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
6 (Chromium issue 235311) 20 (Chromium issue 235311)
7 21
8 Change 'Parse error' to three more informative messages. 22 Change 'Parse error' to three more informative messages.
9 (Chromium issue 2636) 23 (Chromium issue 2636)
10 24
(...skipping 5331 matching lines...) Expand 10 before | Expand all | Expand 10 after
5342 setting break points in them. 5356 setting break points in them.
5343 5357
5344 5358
5345 2008-07-03: Version 0.1.0 5359 2008-07-03: Version 0.1.0
5346 5360
5347 Initial export. 5361 Initial export.
5348 5362
5349 # Local Variables: 5363 # Local Variables:
5350 # mode:text 5364 # mode:text
5351 # End: 5365 # 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