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

Side by Side Diff: ChangeLog

Issue 67167: Prepare a push to trunk (version 1.1.10). (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 8 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/api.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 2009-04-15: Version 1.1.10
2
3 Fixed crash bug that occurred when loading a const variable in the
4 presence of eval.
5
6 Allowed using with and eval in registered extensions in debug mode
7 by fixing bogus assert.
8
9 Fixed the source position for function returns to enable the
10 debugger to break there.
11
12
1 2009-04-14: Version 1.1.9 13 2009-04-14: Version 1.1.9
2 14
3 Made the stack traversal code in the profiler robust by avoiding 15 Made the stack traversal code in the profiler robust by avoiding
4 to look into the heap. 16 to look into the heap.
5 17
6 Added name inferencing for anonymous functions to facilitate 18 Added name inferencing for anonymous functions to facilitate
7 debugging and profiling. 19 debugging and profiling.
8 20
9 Re-enabled stats timers in the developer shell (d8). 21 Re-enabled stats timers in the developer shell (d8).
10 22
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 807
796 Improved debugger support by allowing nested break points and by 808 Improved debugger support by allowing nested break points and by
797 dealing with stack-overflows when compiling functions before 809 dealing with stack-overflows when compiling functions before
798 setting break points in them. 810 setting break points in them.
799 811
800 812
801 2008-07-03: Version 0.1.0 813 2008-07-03: Version 0.1.0
802 814
803 Initial export. 815 Initial export.
804 816
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698