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

Unified Diff: ChangeLog

Issue 6272015: Prepare push to trunk. We are now working on 3.0.11. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 11 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
===================================================================
--- ChangeLog (revision 6436)
+++ ChangeLog (working copy)
@@ -1,3 +1,27 @@
+2011-01-24: Version 3.0.10
+
+ Fixed External::Wrap for 64-bit addresses (issue 1037).
+
+ Introduced MemoryMappedExternalResource for creating an external
+ resource from a memory mapped file for creating strings.
+
+ Fixed incorrect .arguments variable proxy handling in the full
+ code generator (issue 1060).
+
+ Introduced partial strict mode support which can be enabled
Mads Ager (chromium) 2011/01/24 11:57:43 Actually it is the other way. It is on by default
+ by --strict-mode flag.
+
+ Changed handling of errors occured when formatting error message to
Mads Ager (chromium) 2011/01/24 11:57:43 Changed formatting of recursive error messages to
+ match Firefox and Safari recursive error messages
+ (issue http://crbug.com/70334).
+
+ Fixed incorrect rounding for float-to-integer conversions for external
+ array types, which implement the Typed Array spec
+ (issue http://crbug.com/50972).
+
+ Performance improvements on the IA32 platform.
+
+
2011-01-19: Version 3.0.9
Added basic GDB JIT Interface integration.
« 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