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

Side by Side Diff: ChangeLog

Issue 53012: Preparing push of version 1.1.3 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 9 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-03-24: Version 1.1.3
2
3 Fixed assertion failures in compilation of loop conditions.
4
5 Removed STL dependency from developer shell (d8).
6
7 Added infrastructure for protecting the V8 heap from corruption
8 caused by memory modifications from the outside.
9
10
1 2009-03-24: Version 1.1.2 11 2009-03-24: Version 1.1.2
2 12
3 Improved frame merge code generated by the code generator. 13 Improved frame merge code generated by the code generator.
4 14
5 Optimized String.prototype.replace. 15 Optimized String.prototype.replace.
6 16
7 Implemented __defineGetter__ and __defineSetter__ for properties 17 Implemented __defineGetter__ and __defineSetter__ for properties
8 with integer keys on non-array objects. 18 with integer keys on non-array objects.
9 19
10 Improved debugger and profiler support. 20 Improved debugger and profiler support.
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 716
707 Improved debugger support by allowing nested break points and by 717 Improved debugger support by allowing nested break points and by
708 dealing with stack-overflows when compiling functions before 718 dealing with stack-overflows when compiling functions before
709 setting break points in them. 719 setting break points in them.
710 720
711 721
712 2008-07-03: Version 0.1.0 722 2008-07-03: Version 0.1.0
713 723
714 Initial export. 724 Initial export.
715 725
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