OLD | NEW |
---|---|
1 2013-03-13: Version 3.17.10 | |
2 | |
3 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.
| |
4 (Chromium issue 184431) | |
5 | |
6 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.
| |
7 (issue 2487) | |
8 | |
9 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.
| |
10 TypeFeedbackOracle tweaks. (issue 2487) | |
11 | |
12 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.
| |
13 | |
14 Fixed register allocation corner case. (Chromium issue 177883) | |
15 | |
16 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.
| |
17 representation for UnaryAdd (issue 2527) | |
18 | |
19 Performance and stability improvements on all platforms. | |
20 | |
21 | |
1 2013-03-08: Version 3.17.9 | 22 2013-03-08: Version 3.17.9 |
2 | 23 |
3 Restored Function()'s expected string representation. (issue 2470) | 24 Restored Function()'s expected string representation. (issue 2470) |
4 | 25 |
5 Enabled deprecatations (again). (issue 2487) | 26 Enabled deprecatations (again). (issue 2487) |
6 | 27 |
7 Avoid bool to Oddball conversions by being lazy. (issue 2491) | 28 Avoid bool to Oddball conversions by being lazy. (issue 2491) |
8 | 29 |
9 Added %p option to --logfile. | 30 Added %p option to --logfile. |
10 | 31 |
(...skipping 5174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5185 setting break points in them. | 5206 setting break points in them. |
5186 | 5207 |
5187 | 5208 |
5188 2008-07-03: Version 0.1.0 | 5209 2008-07-03: Version 0.1.0 |
5189 | 5210 |
5190 Initial export. | 5211 Initial export. |
5191 | 5212 |
5192 # Local Variables: | 5213 # Local Variables: |
5193 # mode:text | 5214 # mode:text |
5194 # End: | 5215 # End: |
OLD | NEW |