Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2010-07-21: Version 2.3.2 | |
| 2 | |
| 3 Fixed compiler warnings when building with LLVM. | |
| 4 | |
| 5 Fixed a bug with for-in applied to strings (issue 785). | |
| 6 | |
| 7 Performance improvements on all platforms. | |
| 8 | |
|
Rico
2010/07/21 10:53:26
Drive by:
Add extra blank line
| |
| 1 2010-07-19: Version 2.3.1 | 9 2010-07-19: Version 2.3.1 |
| 2 | 10 |
| 3 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag. | 11 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag. |
| 4 | 12 |
| 5 Fixed bug related to code flushing while compiling a lazy | 13 Fixed bug related to code flushing while compiling a lazy |
| 6 compilable function (issue http://crbug.com/49099). | 14 compilable function (issue http://crbug.com/49099). |
| 7 | 15 |
| 8 Performance improvements on all platforms. | 16 Performance improvements on all platforms. |
| 9 | 17 |
| 10 | 18 |
| (...skipping 1873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1884 | 1892 |
| 1885 Improved debugger support by allowing nested break points and by | 1893 Improved debugger support by allowing nested break points and by |
| 1886 dealing with stack-overflows when compiling functions before | 1894 dealing with stack-overflows when compiling functions before |
| 1887 setting break points in them. | 1895 setting break points in them. |
| 1888 | 1896 |
| 1889 | 1897 |
| 1890 2008-07-03: Version 0.1.0 | 1898 2008-07-03: Version 0.1.0 |
| 1891 | 1899 |
| 1892 Initial export. | 1900 Initial export. |
| 1893 | 1901 |
| OLD | NEW |