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

Side by Side Diff: ChangeLog

Issue 2805081: Prepare push to trunk. Now working on version 2.3.1. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 5 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 2010-07-15: Version 2.3.0
2
3 Added ES5 Object.seal and Object.isSealed.
4
5 Added debugger API for scheduling debugger commands from a
6 separate thread.
7
8
1 2010-07-14: Version 2.2.24 9 2010-07-14: Version 2.2.24
2 10
3 Added API for capturing stack traces for uncaught exceptions. 11 Added API for capturing stack traces for uncaught exceptions.
4 12
5 Fixed crash bug when preparsing from a non-external V8 string 13 Fixed crash bug when preparsing from a non-external V8 string
6 (issue 775). 14 (issue 775).
7 15
8 Fixed JSON.parse bug causing input not to be converted to string 16 Fixed JSON.parse bug causing input not to be converted to string
9 (issue 764). 17 (issue 764).
10 18
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1866 1874
1867 Improved debugger support by allowing nested break points and by 1875 Improved debugger support by allowing nested break points and by
1868 dealing with stack-overflows when compiling functions before 1876 dealing with stack-overflows when compiling functions before
1869 setting break points in them. 1877 setting break points in them.
1870 1878
1871 1879
1872 2008-07-03: Version 0.1.0 1880 2008-07-03: Version 0.1.0
1873 1881
1874 Initial export. 1882 Initial export.
1875 1883
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