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

Side by Side Diff: ChangeLog

Issue 11308182: Prepare push to trunk. Now working on version 3.15.6. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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 2012-11-23: Version 3.15.5
2
3 Forced small array literals to have FAST_ELEMENTs
Jakob Kummerow 2012/11/23 14:28:25 drop this
ulan 2012/11/23 14:32:55 Done.
4
5 Fixed JSON.stringify for objects with interceptor handlers.
6 (Chromium issue 161028)
7
8 Reset progress bar of object to 0 when RecordWrites changes object
Jakob Kummerow 2012/11/23 14:28:25 drop this
ulan 2012/11/23 14:32:55 Done.
9 color to grey. (issue 2423)
10
11 Reverted r13025 and r13026 (they introduced a bug on arm and regressed
Jakob Kummerow 2012/11/23 14:28:25 drop this
ulan 2012/11/23 14:32:55 Done.
12 octane crypto).
13
14 Object.observe: Unblacklist some tests involving indexed properties
Jakob Kummerow 2012/11/23 14:28:25 drop this
ulan 2012/11/23 14:32:55 Done.
15 (issue 2409)
16
17 Fixed corner case in x64 compare stubs. (issue 2416)
18
19 Performance and stability improvements on all platforms.
20
21
1 2012-11-16: Version 3.15.4 22 2012-11-16: Version 3.15.4
2 23
3 Fixed Array.prototype.join evaluation order. (issue 2263) 24 Fixed Array.prototype.join evaluation order. (issue 2263)
4 25
5 Perform CPU sampling by CPU sampling thread only iff processing thread 26 Perform CPU sampling by CPU sampling thread only iff processing thread
6 is not running. (issue 2364) 27 is not running. (issue 2364)
7 28
8 When using an Object as a set in Object.getOwnPropertyNames, null out 29 When using an Object as a set in Object.getOwnPropertyNames, null out
9 the proto. (issue 2410) 30 the proto. (issue 2410)
10 31
(...skipping 4785 matching lines...) Expand 10 before | Expand all | Expand 10 after
4796 setting break points in them. 4817 setting break points in them.
4797 4818
4798 4819
4799 2008-07-03: Version 0.1.0 4820 2008-07-03: Version 0.1.0
4800 4821
4801 Initial export. 4822 Initial export.
4802 4823
4803 # Local Variables: 4824 # Local Variables:
4804 # mode:text 4825 # mode:text
4805 # End: 4826 # 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