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

Unified Diff: ChangeLog

Issue 12827002: Prepare push to trunk. Now working on version 3.17.11. (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 8ae8a2075d9532d2cb57410f186226f27c0bacfc..62fa7a9206225b211e7e61e0090769c9d21f1db0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2013-03-13: Version 3.17.10
+
+ Renamed android_build_type to android_webview_build.
Jakob Kummerow 2013/03/13 09:27:53 You can drop this, it's not important as it's not
ulan 2013/03/13 09:29:57 Done.
+ (Chromium issue 184431)
+
+ Consistently pass a Heap* to HashTable-related AsObject methods.
Jakob Kummerow 2013/03/13 09:27:53 Drop this, another invisible internal detail
ulan 2013/03/13 09:29:57 Done.
+ (issue 2487)
+
+ Added an Isolate parameter to some HashTable/Dictionary methods.
Jakob Kummerow 2013/03/13 09:27:53 drop this too
ulan 2013/03/13 09:29:57 Done.
+ TypeFeedbackOracle tweaks. (issue 2487)
+
+ Fix heap snapshot creation for Harmony collections. (issue 2535)
Jakob Kummerow 2013/03/13 09:27:53 nit: past tense
ulan 2013/03/13 09:29:57 Done.
+
+ Fixed register allocation corner case. (Chromium issue 177883)
+
+ In the absence of type feedback, pessimistically force Tagged
Jakob Kummerow 2013/03/13 09:27:53 I don't think we need to mention this explicitly.
ulan 2013/03/13 09:29:57 Done.
+ representation for UnaryAdd (issue 2527)
+
+ Performance and stability improvements on all platforms.
+
+
2013-03-08: Version 3.17.9
Restored Function()'s expected string representation. (issue 2470)
« 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