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

Side by Side Diff: ChangeLog

Issue 18353: Prepare to push minor change to trunk as version 0.4.8.1. Stillworking on 0.4... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2009-01-19: Version 0.4.8.1
2
3 Minor patch to debugger support.
4
5
1 2009-01-16: Version 0.4.8 6 2009-01-16: Version 0.4.8
2 7
3 Fixed string length bug on ARM (issue 171). 8 Fixed string length bug on ARM (issue 171).
4 9
5 Made most methods in the API const. 10 Made most methods in the API const.
6 11
7 Optimized object literals by improving data locality. 12 Optimized object literals by improving data locality.
8 13
9 Fixed bug that caused incomplete functions to be cached in case of 14 Fixed bug that caused incomplete functions to be cached in case of
10 » stack overflow exceptions. 15 stack overflow exceptions.
11 16
12 Fixed bugs that caused catch variables and variables introduced by 17 Fixed bugs that caused catch variables and variables introduced by
13 » eval to behave incorrectly when using accessors (issues 186, 190 18 eval to behave incorrectly when using accessors (issues 186, 190
14 » and 191). 19 and 191).
15 20
16 21
17 2009-01-06: Version 0.4.7 22 2009-01-06: Version 0.4.7
18 23
19 Minor bugfixes and optimizations. 24 Minor bugfixes and optimizations.
20 25
21 Added command line debugger to D8 shell. 26 Added command line debugger to D8 shell.
22 27
23 Fixed subtle bug that caused the wrong 'this' to be used when 28 Fixed subtle bug that caused the wrong 'this' to be used when
24 calling a caught function in a catch clause. 29 calling a caught function in a catch clause.
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 560
556 Improved debugger support by allowing nested break points and by 561 Improved debugger support by allowing nested break points and by
557 dealing with stack-overflows when compiling functions before 562 dealing with stack-overflows when compiling functions before
558 setting break points in them. 563 setting break points in them.
559 564
560 565
561 2008-07-03: Version 0.1.0 566 2008-07-03: Version 0.1.0
562 567
563 Initial export. 568 Initial export.
564 569
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698