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

Side by Side Diff: ChangeLog

Issue 6286014: Prepare push to trunk. Now working on version 3.1.0. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 11 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 2011-01-28: Version 3.0.12
2
3 Added support for strict mode parameter and object property
4 validation.
5
6 Fixed a couple of crash bugs.
7
8
1 2011-01-25: Version 3.0.11 9 2011-01-25: Version 3.0.11
2 10
3 Fixed a bug in deletion of lookup slots that could cause global 11 Fixed a bug in deletion of lookup slots that could cause global
4 variables to be accidentally deleted (http://crbug.com/70066). 12 variables to be accidentally deleted (http://crbug.com/70066).
5 13
6 Added support for strict mode octal literal verification. 14 Added support for strict mode octal literal verification.
7 15
8 Fixed a couple of crash bugs (issues 1070 and 1071). 16 Fixed a couple of crash bugs (issues 1070 and 1071).
9 17
10 18
(...skipping 2406 matching lines...) Expand 10 before | Expand all | Expand 10 after
2417 2425
2418 Improved debugger support by allowing nested break points and by 2426 Improved debugger support by allowing nested break points and by
2419 dealing with stack-overflows when compiling functions before 2427 dealing with stack-overflows when compiling functions before
2420 setting break points in them. 2428 setting break points in them.
2421 2429
2422 2430
2423 2008-07-03: Version 0.1.0 2431 2008-07-03: Version 0.1.0
2424 2432
2425 Initial export. 2433 Initial export.
2426 2434
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