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

Unified Diff: ChangeLog

Issue 9716030: Prepare push to trunk. Now working on version 3.9.21. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 95e4b1ea1cda6962cacf4866a3cf6acf943b62f3..43a5f4f475df8ba833b06767dc87a35d37633981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2012-03-19: Version 3.9.20
+
+ Fix declarations escaping global strict eval. (Issue 1624)
+
+ Fix wrapping of receiver for non-strict callbacks. (Issue 1973)
+
+ Fix function declarations overwriting read-only global properties.
+ (Chromium issue 115452)
+
+ Fix --use-strict flag in combination with --harmony[-scoping].
+
+ Debugger: naive implementation of "step into Function.prototype.bind".
+
+ Debugger: add ability to set script source from within OnBeforeCompile.
+
+ Add flag to always call DebugBreak on abort.
+
+ Re-enable constructor inlining and inline === comparison with boolean
+ constants. (Issue 2009)
+
+ Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
+
+ Performance and stability improvements on all platforms.
+
+
2012-03-14: Version 3.9.19
Ensure there is a smi check of the receiver for global load and call
« 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