OLD | NEW |
| 1 2013-10-10: Version 3.22.9 |
| 2 |
| 3 Ensure only whitelisted stubs have sse2 versions in the snapshot. |
| 4 (fix for chromium 304565) |
| 5 |
| 6 Implement ArrayBuffer.isView. |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2013-10-04: Version 3.22.8 | 11 2013-10-04: Version 3.22.8 |
2 | 12 |
3 Performance and stability improvements on all platforms. | 13 Performance and stability improvements on all platforms. |
4 | 14 |
5 | 15 |
6 2013-10-03: Version 3.22.7 | 16 2013-10-03: Version 3.22.7 |
7 | 17 |
8 Debug: Allow stepping into on a given call frame | 18 Debug: Allow stepping into on a given call frame |
9 (Chromium issue 296963). | 19 (Chromium issue 296963). |
10 | 20 |
(...skipping 6024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6035 setting break points in them. | 6045 setting break points in them. |
6036 | 6046 |
6037 | 6047 |
6038 2008-07-03: Version 0.1.0 | 6048 2008-07-03: Version 0.1.0 |
6039 | 6049 |
6040 Initial export. | 6050 Initial export. |
6041 | 6051 |
6042 # Local Variables: | 6052 # Local Variables: |
6043 # mode:text | 6053 # mode:text |
6044 # End: | 6054 # End: |
OLD | NEW |