OLD | NEW |
| 1 2014-03-11: Version 3.25.7 |
| 2 |
| 3 Promise.all and Promise.race should reject non-array parameter (Chromium |
| 4 issue 347453). |
| 5 |
| 6 Promise.all and Promise race should use "then" rather than "chain" |
| 7 (Chromium issue 347427). |
| 8 |
| 9 Merge the "Compute Minus Zero Checks" phase into the range analysis |
| 10 (issue 3204). |
| 11 |
| 12 Performance and stability improvements on all platforms. |
| 13 |
| 14 |
1 2014-03-10: Version 3.25.6 | 15 2014-03-10: Version 3.25.6 |
2 | 16 |
3 Replace the recursion in PropagateMinusZeroChecks() with a loop and a | 17 Replace the recursion in PropagateMinusZeroChecks() with a loop and a |
4 worklist (issue 3204). | 18 worklist (issue 3204). |
5 | 19 |
6 Reland "Enable Object.observe by default" (issue 2409). | 20 Reland "Enable Object.observe by default" (issue 2409). |
7 | 21 |
8 Enable Object.observe by default (issue 2409). | 22 Enable Object.observe by default (issue 2409). |
9 | 23 |
10 AllocationTracker now maintains a map from address range to stack trace | 24 AllocationTracker now maintains a map from address range to stack trace |
(...skipping 6804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6815 setting break points in them. | 6829 setting break points in them. |
6816 | 6830 |
6817 | 6831 |
6818 2008-07-03: Version 0.1.0 | 6832 2008-07-03: Version 0.1.0 |
6819 | 6833 |
6820 Initial export. | 6834 Initial export. |
6821 | 6835 |
6822 # Local Variables: | 6836 # Local Variables: |
6823 # mode:text | 6837 # mode:text |
6824 # End: | 6838 # End: |
OLD | NEW |