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

Side by Side Diff: ChangeLog

Issue 7522015: Prepare push to trunk. Now working on 3.5.2. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 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 2011-07-28: Version 3.5.1
2
3 Fixed setting the readonly flag on the prototype property using the
danno 2011/07/28 07:14:07 nit: two spaces
4 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
5
6 Changed the tools/test.py script to use d8 instead of shell for
7 testing.
8
9 Fixed crash in ToBooleanStub when GC happens during invocation.
10
11 Performance improvements on all platforms.
danno 2011/07/28 07:14:07 You might want to add that we enabled automatic un
12
13
1 2011-07-25: Version 3.5.0 14 2011-07-25: Version 3.5.0
2 15
3 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for 16 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
4 proxies. 17 proxies.
5 18
6 Removed logging to memory support. 19 Removed logging to memory support.
7 20
8 Bugfixes and performance work. 21 Bugfixes and performance work.
9 22
10 23
(...skipping 3091 matching lines...) Expand 10 before | Expand all | Expand 10 after
3102 setting break points in them. 3115 setting break points in them.
3103 3116
3104 3117
3105 2008-07-03: Version 0.1.0 3118 2008-07-03: Version 0.1.0
3106 3119
3107 Initial export. 3120 Initial export.
3108 3121
3109 # Local Variables: 3122 # Local Variables:
3110 # mode:text 3123 # mode:text
3111 # End: 3124 # End:
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