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

Side by Side Diff: ChangeLog

Issue 115439: Apply r1978 to the 1.1 branch.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/1.1/
Patch Set: Created 11 years, 7 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-05-15: Version 1.1.10.12
2
3 Fix http://crbug.com/12054. Fix numeric overflow handling when compiling
4 count operations in CodeGenerator::VisitCountOperation.
5
1 2009-04-15: Version 1.1.10 6 2009-04-15: Version 1.1.10
2 7
3 Fixed crash bug that occurred when loading a const variable in the 8 Fixed crash bug that occurred when loading a const variable in the
4 presence of eval. 9 presence of eval.
5 10
6 Allowed using with and eval in registered extensions in debug mode 11 Allowed using with and eval in registered extensions in debug mode
7 by fixing bogus assert. 12 by fixing bogus assert.
8 13
9 Fixed the source position for function returns to enable the 14 Fixed the source position for function returns to enable the
10 debugger to break there. 15 debugger to break there.
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 812
808 Improved debugger support by allowing nested break points and by 813 Improved debugger support by allowing nested break points and by
809 dealing with stack-overflows when compiling functions before 814 dealing with stack-overflows when compiling functions before
810 setting break points in them. 815 setting break points in them.
811 816
812 817
813 2008-07-03: Version 0.1.0 818 2008-07-03: Version 0.1.0
814 819
815 Initial export. 820 Initial export.
816 821
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