Chromium Code Reviews

Side by Side Diff: ChangeLog

Issue 7538017: Prepare push to trunk. Now working on 3.5.3. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | 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 2011-07-28: Version 3.5.2
2
3 Performance improvements on all platforms.
William Hesse 2011/08/01 11:07:42 LGTM, once the date is fixed.
4
5
1 2011-07-28: Version 3.5.1 6 2011-07-28: Version 3.5.1
2 7
3 Fixed setting the readonly flag on the prototype property using the 8 Fixed setting the readonly flag on the prototype property using the
4 API call FunctionTemplate::SetPrototypeAttributes (issue 1539). 9 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
5 10
6 Changed the tools/test.py script to use d8 instead of shell for 11 Changed the tools/test.py script to use d8 instead of shell for
7 testing. 12 testing.
8 13
9 Fixed crash in ToBooleanStub when GC happens during invocation. 14 Fixed crash in ToBooleanStub when GC happens during invocation.
10 15
(...skipping 3106 matching lines...)
3117 setting break points in them. 3122 setting break points in them.
3118 3123
3119 3124
3120 2008-07-03: Version 0.1.0 3125 2008-07-03: Version 0.1.0
3121 3126
3122 Initial export. 3127 Initial export.
3123 3128
3124 # Local Variables: 3129 # Local Variables:
3125 # mode:text 3130 # mode:text
3126 # End: 3131 # End:
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine