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

Side by Side Diff: ChangeLog

Issue 194493002: Prepare push to trunk. Now working on version 3.25.8. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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/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 2014-03-11: Version 3.25.7
2
3 Promise.all and Promise.race should reject non-array parameter (Chromium
4 issue 347453).
5
6 Promise.all and Promise race should use "then" rather than "chain"
7 (Chromium issue 347427).
8
9 Merge the "Compute Minus Zero Checks" phase into the range analysis
10 (issue 3204).
11
12 Performance and stability improvements on all platforms.
13
14
1 2014-03-10: Version 3.25.6 15 2014-03-10: Version 3.25.6
2 16
3 Replace the recursion in PropagateMinusZeroChecks() with a loop and a 17 Replace the recursion in PropagateMinusZeroChecks() with a loop and a
4 worklist (issue 3204). 18 worklist (issue 3204).
5 19
6 Reland "Enable Object.observe by default" (issue 2409). 20 Reland "Enable Object.observe by default" (issue 2409).
7 21
8 Enable Object.observe by default (issue 2409). 22 Enable Object.observe by default (issue 2409).
9 23
10 AllocationTracker now maintains a map from address range to stack trace 24 AllocationTracker now maintains a map from address range to stack trace
(...skipping 6804 matching lines...) Expand 10 before | Expand all | Expand 10 after
6815 setting break points in them. 6829 setting break points in them.
6816 6830
6817 6831
6818 2008-07-03: Version 0.1.0 6832 2008-07-03: Version 0.1.0
6819 6833
6820 Initial export. 6834 Initial export.
6821 6835
6822 # Local Variables: 6836 # Local Variables:
6823 # mode:text 6837 # mode:text
6824 # End: 6838 # 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