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

Side by Side Diff: ChangeLog

Issue 189463018: Prepare push to trunk. Now working on version 3.25.7. (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-10: Version 3.25.6
2
3 Replace the recursion in PropagateMinusZeroChecks() with a loop and a
4 worklist (issue 3204).
5
6 Reland "Enable Object.observe by default" (issue 2409).
7
8 Enable Object.observe by default (issue 2409).
9
10 AllocationTracker now maintains a map from address range to stack trace
11 that allocated the range. When snapshot is generated the map is used to
12 find construction stack trace for an object using its address (Chromium
13 issue 277984).
14
15 Introduce Runtime_GetAllScopesDetails to get all scopes at once for a
16 frame (Chromium issue 340285).
17
18 Reduce heavy runtime calls from debug mirrors (Chromium issue 340285).
19
20 Check and clear date cache in DateCurrentTime, DateLocalTimezone and
21 getTimezoneOffset (Chromium issue 142141).
22
23 Performance and stability improvements on all platforms.
24
25
1 2014-03-06: Version 3.25.5 26 2014-03-06: Version 3.25.5
2 27
3 Fix HConstants with Smi-ranged HeapNumber values (Chromium issue 28 Fix HConstants with Smi-ranged HeapNumber values (Chromium issue
4 349878). 29 349878).
5 30
6 Fix issues with JSON stringify replacer array (issues 3200, 3201). 31 Fix issues with JSON stringify replacer array (issues 3200, 3201).
7 32
8 Performance and stability improvements on all platforms. 33 Performance and stability improvements on all platforms.
9 34
10 35
(...skipping 6779 matching lines...) Expand 10 before | Expand all | Expand 10 after
6790 setting break points in them. 6815 setting break points in them.
6791 6816
6792 6817
6793 2008-07-03: Version 0.1.0 6818 2008-07-03: Version 0.1.0
6794 6819
6795 Initial export. 6820 Initial export.
6796 6821
6797 # Local Variables: 6822 # Local Variables:
6798 # mode:text 6823 # mode:text
6799 # End: 6824 # 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