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

Unified Diff: ChangeLog

Issue 16838008: Prepare push to trunk. Now working on version 3.19.15. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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 6117e56b7691faa0c619d973d750de984b85d403..67ce8ab407db57b610e46b693a2ea838a67e1406 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2013-06-13: Version 3.19.14
+
+ Fixed crashes when calling new Array(a) with a single argument that
+ could result in creating a holey array with a packed elements kind.
+ (Chromium issue 245480)
+
+ Deprecated obsolete JSFunction::unchecked_shared accessor.
Jakob Kummerow 2013/06/12 22:28:45 I don't think we need to mention this.
+ (issue 1490)
+
+ Fixed issues in parallel compilation.
+ (Chromium issue 248076)
+
+ Performance and stability improvements on all platforms.
+
+
2013-06-11: Version 3.19.13
Performance and stability improvements on all platforms.
« 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