Chromium Code Reviews| 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) |