Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2009-11-24: Version 2.0.2 | |
| 2 | |
| 3 Improved profiler support. | |
| 4 | |
| 5 Fixed bug that broke compilation of d8 with readline support. | |
|
Søren Thygesen Gjesse
2009/11/24 12:44:04
We are not mentioning that the fast compiler is no
| |
| 6 | |
| 7 | |
| 1 2009-11-20: Version 2.0.1 | 8 2009-11-20: Version 2.0.1 |
| 2 | 9 |
| 3 Fixed crash bug in String.prototype.replace. | 10 Fixed crash bug in String.prototype.replace. |
| 4 | 11 |
| 5 Reverted a change which caused Chromium interactive ui test | 12 Reverted a change which caused Chromium interactive ui test |
| 6 failures. | 13 failures. |
| 7 | 14 |
| 8 | 15 |
| 9 2009-11-18: Version 2.0.0 | 16 2009-11-18: Version 2.0.0 |
| 10 | 17 |
| (...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1392 | 1399 |
| 1393 Improved debugger support by allowing nested break points and by | 1400 Improved debugger support by allowing nested break points and by |
| 1394 dealing with stack-overflows when compiling functions before | 1401 dealing with stack-overflows when compiling functions before |
| 1395 setting break points in them. | 1402 setting break points in them. |
| 1396 | 1403 |
| 1397 | 1404 |
| 1398 2008-07-03: Version 0.1.0 | 1405 2008-07-03: Version 0.1.0 |
| 1399 | 1406 |
| 1400 Initial export. | 1407 Initial export. |
| 1401 | 1408 |
| OLD | NEW |