Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2010-12-15: Version 3.0.2 | |
| 2 | |
| 3 Revert version 3.0.1 and patch 3.0.1.1. | |
| 4 | |
|
Mads Ager (chromium)
2010/12/15 12:00:11
One more blank line please.
Lasse Reichstein
2010/12/15 12:04:25
Will do.
| |
| 1 2010-12-13: Version 3.0.1 | 5 2010-12-13: Version 3.0.1 |
| 2 | 6 |
| 3 Added support for an experimental internationalization API as an | 7 Added support for an experimental internationalization API as an |
| 4 extension. This extension is disabled by default but can be enabled | 8 extension. This extension is disabled by default but can be enabled |
| 5 when building V8. The ECMAScript internationalization strawman is | 9 when building V8. The ECMAScript internationalization strawman is |
| 6 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. | 10 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api. |
| 7 | 11 |
| 8 Made RegExp character class parsing stricter. This mirrors a change | 12 Made RegExp character class parsing stricter. This mirrors a change |
| 9 to RegExp parsing in WebKit. | 13 to RegExp parsing in WebKit. |
| 10 | 14 |
| (...skipping 2287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2298 | 2302 |
| 2299 Improved debugger support by allowing nested break points and by | 2303 Improved debugger support by allowing nested break points and by |
| 2300 dealing with stack-overflows when compiling functions before | 2304 dealing with stack-overflows when compiling functions before |
| 2301 setting break points in them. | 2305 setting break points in them. |
| 2302 | 2306 |
| 2303 | 2307 |
| 2304 2008-07-03: Version 0.1.0 | 2308 2008-07-03: Version 0.1.0 |
| 2305 | 2309 |
| 2306 Initial export. | 2310 Initial export. |
| 2307 | 2311 |
| OLD | NEW |