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

Side by Side Diff: ChangeLog

Issue 6005011: Prepare push to trunk. Now working on 3.0.6. (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-03: Version 3.0.5
2
3 Fixed a couple of cast errors for gcc-3.4.3.
4
5 Performance improvements in GC and IA32 code generator.
6
7
1 2010-12-21: Version 3.0.4 8 2010-12-21: Version 3.0.4
2 9
3 Added Date::ResetCache() to the API so that the cached values in the 10 Added Date::ResetCache() to the API so that the cached values in the
4 Date object can be reset to allow live DST / timezone changes. 11 Date object can be reset to allow live DST / timezone changes.
5 12
6 Extended existing support for printing (while debugging) the contents 13 Extended existing support for printing (while debugging) the contents
7 of objects. Added support for printing objects from release builds. 14 of objects. Added support for printing objects from release builds.
8 15
9 Fixed V8 issues 989, 1006, and 1007. 16 Fixed V8 issues 989, 1006, and 1007.
10 17
(...skipping 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after
2326 2333
2327 Improved debugger support by allowing nested break points and by 2334 Improved debugger support by allowing nested break points and by
2328 dealing with stack-overflows when compiling functions before 2335 dealing with stack-overflows when compiling functions before
2329 setting break points in them. 2336 setting break points in them.
2330 2337
2331 2338
2332 2008-07-03: Version 0.1.0 2339 2008-07-03: Version 0.1.0
2333 2340
2334 Initial export. 2341 Initial export.
2335 2342
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