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

Side by Side Diff: ChangeLog

Issue 149381: Prepare to push version 1.2.13 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 5 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 2009-07-09: Version 1.2.13
2
3 Fixed issue 397, issue 398, and issue 399.
4
5 Added support for breakpoint groups.
6
7 Fixed bugs introduced with the new global object representation.
8
9 Fixed a few bugs in the ARM code generator.
10
11
1 2009-07-06: Version 1.2.12 12 2009-07-06: Version 1.2.12
2 13
3 Added stack traces collection to Error objects accessible through 14 Added stack traces collection to Error objects accessible through
4 the e.stack property. 15 the e.stack property.
5 16
6 Changed RegExp parser to use a recursive data structure instead of 17 Changed RegExp parser to use a recursive data structure instead of
7 stack-based recursion. 18 stack-based recursion.
8 19
9 Optimized Date object construction and string concatenation. 20 Optimized Date object construction and string concatenation.
10 21
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 1033
1023 Improved debugger support by allowing nested break points and by 1034 Improved debugger support by allowing nested break points and by
1024 dealing with stack-overflows when compiling functions before 1035 dealing with stack-overflows when compiling functions before
1025 setting break points in them. 1036 setting break points in them.
1026 1037
1027 1038
1028 2008-07-03: Version 0.1.0 1039 2008-07-03: Version 0.1.0
1029 1040
1030 Initial export. 1041 Initial export.
1031 1042
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