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

Side by Side Diff: ChangeLog

Issue 12457014: Prepare push to trunk. Now working on version 3.17.9. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 2013-03-07: Version 3.17.8
2
3 Added missing license headers. (Chromium issue 98597)
4
5 Inserted missing type cast in JSON.stringify. (issue 2570)
6
7 Reverted "Send SIGPROF signals on the profiler event processor thread"
8 (issue 2571)
9
10 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
11 (issue 2568)
12
13 ES6 symbols: filter symbols form for-in loops and Object.keys.
14 (issue 2158)
15
16 Properly handle misses for StoreArrayLengthStub on ia32 and x64
17 (issue 2566)
18
19 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
20
21 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
22
23 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
24 (issue 2556)
25
26 Enabled zapping of disposed global handles in release mode.
27 (Chromium issue 176056)
28
29 Added workaround for redefinition of __proto__ property. (issue 2565)
30
31 ES6 symbols: Allow symbols as property names. (issue 2158)
32
33 Performance and stability improvements on all platforms.
34
35
1 2013-03-04: Version 3.17.7 36 2013-03-04: Version 3.17.7
2 37
3 Limited recursion in regexp compilation by a budget. 38 Limited recursion in regexp compilation by a budget.
4 (Chromium issue 178790) 39 (Chromium issue 178790)
5 40
6 ES6 symbols: Implemented Symbol intrinsic and basic functionality 41 ES6 symbols: Implemented Symbol intrinsic and basic functionality
7 (issue 2158) 42 (issue 2158)
8 43
9 Performance and stability improvements on all platforms. 44 Performance and stability improvements on all platforms.
10 45
(...skipping 5122 matching lines...) Expand 10 before | Expand all | Expand 10 after
5133 setting break points in them. 5168 setting break points in them.
5134 5169
5135 5170
5136 2008-07-03: Version 0.1.0 5171 2008-07-03: Version 0.1.0
5137 5172
5138 Initial export. 5173 Initial export.
5139 5174
5140 # Local Variables: 5175 # Local Variables:
5141 # mode:text 5176 # mode:text
5142 # End: 5177 # 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