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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 4bcf89e527cd65f626c44d8c6c2ad4a61e9882fd..d401a268a1ec31056cd4146cba569293ed549462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2013-03-07: Version 3.17.8
+
+ Added missing license headers. (Chromium issue 98597)
+
+ Inserted missing type cast in JSON.stringify. (issue 2570)
+
+ Reverted "Send SIGPROF signals on the profiler event processor thread"
+ (issue 2571)
+
+ Fixed Array.length, String.length and Function.prototype LoadICs on x64.
+ (issue 2568)
+
+ ES6 symbols: filter symbols form for-in loops and Object.keys.
+ (issue 2158)
+
+ Properly handle misses for StoreArrayLengthStub on ia32 and x64
+ (issue 2566)
+
+ Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
+
+ Removed "library" variable from standalone.gypi. (Chromium issue 111541)
+
+ Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
+ (issue 2556)
+
+ Enabled zapping of disposed global handles in release mode.
+ (Chromium issue 176056)
+
+ Added workaround for redefinition of __proto__ property. (issue 2565)
+
+ ES6 symbols: Allow symbols as property names. (issue 2158)
+
+ Performance and stability improvements on all platforms.
+
+
2013-03-04: Version 3.17.7
Limited recursion in regexp compilation by a budget.
« 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