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

Side by Side Diff: ChangeLog

Issue 6380003: Prepare push to trunk. We are now working in 3.0.10. (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-19: Version 3.0.9
2
3 Added basic GDB JIT Interface integration.
4
5 Make invalid break/continue statements a syntax error instead of a
6 runtime error.
7
Rico 2011/01/19 09:31:19 Add extra blank line
1 2011-01-17: Version 3.0.8 8 2011-01-17: Version 3.0.8
2 9
3 Exposed heap size limit to the heap statistics gathered by 10 Exposed heap size limit to the heap statistics gathered by
4 the GetHeapStatistics API. 11 the GetHeapStatistics API.
5 12
6 Wrapped external pointers more carefully (issue 1037). 13 Wrapped external pointers more carefully (issue 1037).
7 14
8 Hardened the implementation of error objects to avoid setters 15 Hardened the implementation of error objects to avoid setters
9 intercepting the properties set then throwing an error. 16 intercepting the properties set then throwing an error.
10 17
(...skipping 2369 matching lines...) Expand 10 before | Expand all | Expand 10 after
2380 2387
2381 Improved debugger support by allowing nested break points and by 2388 Improved debugger support by allowing nested break points and by
2382 dealing with stack-overflows when compiling functions before 2389 dealing with stack-overflows when compiling functions before
2383 setting break points in them. 2390 setting break points in them.
2384 2391
2385 2392
2386 2008-07-03: Version 0.1.0 2393 2008-07-03: Version 0.1.0
2387 2394
2388 Initial export. 2395 Initial export.
2389 2396
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