OLD | NEW |
| 1 2013-10-03: Version 3.22.7 |
| 2 |
| 3 Debug: Allow stepping into on a given call frame |
| 4 (Chromium issue 296963). |
| 5 |
| 6 Always use timeGetTime() for TimeTicks::Now() on Windows |
| 7 (Chromium issue 288924). |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2013-10-02: Version 3.22.6 | 12 2013-10-02: Version 3.22.6 |
2 | 13 |
3 Performance and stability improvements on all platforms. | 14 Performance and stability improvements on all platforms. |
4 | 15 |
5 | 16 |
6 2013-10-01: Version 3.22.5 | 17 2013-10-01: Version 3.22.5 |
7 | 18 |
8 Disabled externalization of sliced/cons strings in old pointer space | 19 Disabled externalization of sliced/cons strings in old pointer space |
9 (Chromium issue 276357). | 20 (Chromium issue 276357). |
10 | 21 |
(...skipping 6008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6019 setting break points in them. | 6030 setting break points in them. |
6020 | 6031 |
6021 | 6032 |
6022 2008-07-03: Version 0.1.0 | 6033 2008-07-03: Version 0.1.0 |
6023 | 6034 |
6024 Initial export. | 6035 Initial export. |
6025 | 6036 |
6026 # Local Variables: | 6037 # Local Variables: |
6027 # mode:text | 6038 # mode:text |
6028 # End: | 6039 # End: |
OLD | NEW |