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

Side by Side Diff: ChangeLog

Issue 6056003: Prepare push to trunk. Now working on version 3.0.5. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years 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-12-21: Version 3.0.4
2
3 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.
5
6 Extended existing support for printing (while debugging) the contents
7 of objects. Added support for printing objects from release builds.
8
9 Fixed V8 issues 989, 1006, and 1007.
10
11
1 2010-12-17: Version 3.0.3 12 2010-12-17: Version 3.0.3
2 13
3 Reapplied all changes for version 3.0.1. 14 Reapplied all changes for version 3.0.1.
4 15
5 Improved debugger protocol for remote debugging. 16 Improved debugger protocol for remote debugging.
6 17
7 Added experimental support for using gyp to generate build files 18 Added experimental support for using gyp to generate build files
8 for V8. 19 for V8.
9 20
10 Fixed implementation of String::Write in the API (issue 975). 21 Fixed implementation of String::Write in the API (issue 975).
(...skipping 2304 matching lines...) Expand 10 before | Expand all | Expand 10 after
2315 2326
2316 Improved debugger support by allowing nested break points and by 2327 Improved debugger support by allowing nested break points and by
2317 dealing with stack-overflows when compiling functions before 2328 dealing with stack-overflows when compiling functions before
2318 setting break points in them. 2329 setting break points in them.
2319 2330
2320 2331
2321 2008-07-03: Version 0.1.0 2332 2008-07-03: Version 0.1.0
2322 2333
2323 Initial export. 2334 Initial export.
2324 2335
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