| OLD | NEW |
| 1 2012-11-06: Version 3.15.1 |
| 2 |
| 3 Put incremental code flushing behind a flag. (Chromium issue 159140) |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
| 1 2012-10-31: Version 3.15.0 | 8 2012-10-31: Version 3.15.0 |
| 2 | 9 |
| 3 Loosened aligned code target requirement on ARM (issue 2380) | 10 Loosened aligned code target requirement on ARM (issue 2380) |
| 4 | 11 |
| 5 Fixed JSON.parse to treat leading zeros correctly. | 12 Fixed JSON.parse to treat leading zeros correctly. |
| 6 (Chromium issue 158185) | 13 (Chromium issue 158185) |
| 7 | 14 |
| 8 Performance and stability improvements on all platforms. | 15 Performance and stability improvements on all platforms. |
| 9 | 16 |
| 10 | 17 |
| (...skipping 4714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4725 setting break points in them. | 4732 setting break points in them. |
| 4726 | 4733 |
| 4727 | 4734 |
| 4728 2008-07-03: Version 0.1.0 | 4735 2008-07-03: Version 0.1.0 |
| 4729 | 4736 |
| 4730 Initial export. | 4737 Initial export. |
| 4731 | 4738 |
| 4732 # Local Variables: | 4739 # Local Variables: |
| 4733 # mode:text | 4740 # mode:text |
| 4734 # End: | 4741 # End: |
| OLD | NEW |