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

Side by Side Diff: ChangeLog

Issue 2811055: Prepare push to trunk. Now working on version 2.3.2. (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-19: Version 2.3.1
2
3 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
4
5 Fixed bug related to code flushing while compiling a lazy
6 compilable function (issue http://crbug.com/49099).
7
8 Performance improvements on all platforms.
9
10
1 2010-07-15: Version 2.3.0 11 2010-07-15: Version 2.3.0
2 12
3 Added ES5 Object.seal and Object.isSealed. 13 Added ES5 Object.seal and Object.isSealed.
4 14
5 Added debugger API for scheduling debugger commands from a 15 Added debugger API for scheduling debugger commands from a
6 separate thread. 16 separate thread.
7 17
8 18
9 2010-07-14: Version 2.2.24 19 2010-07-14: Version 2.2.24
10 20
(...skipping 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after
1874 1884
1875 Improved debugger support by allowing nested break points and by 1885 Improved debugger support by allowing nested break points and by
1876 dealing with stack-overflows when compiling functions before 1886 dealing with stack-overflows when compiling functions before
1877 setting break points in them. 1887 setting break points in them.
1878 1888
1879 1889
1880 2008-07-03: Version 0.1.0 1890 2008-07-03: Version 0.1.0
1881 1891
1882 Initial export. 1892 Initial export.
1883 1893
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