Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2011-05-25: Version 3.3.10 | |
| 2 | |
| 3 Fixed calls of strict mode function with an implicit receiver on ia32. | |
|
Mads Ager (chromium)
2011/05/25 07:33:33
This was on all platforms. My mistake I messed up
| |
| 4 | |
| 5 Fixed fast handling of arrays to properly deal with changes to the | |
| 6 Object prototype (issue 1403). | |
| 7 | |
| 8 Changed strict mode poison pill to be the same type error function | |
| 9 (issue 1387). | |
| 10 | |
| 11 Fixed a debug crash in arguments object handling (issue 1227). | |
| 12 | |
| 13 Fixed a bug in deoptimization on x64 (issue 1404). | |
| 14 | |
| 15 Performance improvements and bug fixes on all platforms. | |
| 16 | |
| 17 | |
| 1 2011-05-23: Version 3.3.9 | 18 2011-05-23: Version 3.3.9 |
| 2 | 19 |
| 3 Added DateTimeFormat class to experimental i18n API. | 20 Added DateTimeFormat class to experimental i18n API. |
| 4 | 21 |
| 5 Extended preparser to give early errors for some strict mode | 22 Extended preparser to give early errors for some strict mode |
| 6 restrictions. | 23 restrictions. |
| 7 | 24 |
| 8 Removed legacy execScript function from V8. | 25 Removed legacy execScript function from V8. |
| 9 | 26 |
| 10 Extended isolate API with the ability to add embedder-specific | 27 Extended isolate API with the ability to add embedder-specific |
| (...skipping 2802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2813 | 2830 |
| 2814 Improved debugger support by allowing nested break points and by | 2831 Improved debugger support by allowing nested break points and by |
| 2815 dealing with stack-overflows when compiling functions before | 2832 dealing with stack-overflows when compiling functions before |
| 2816 setting break points in them. | 2833 setting break points in them. |
| 2817 | 2834 |
| 2818 | 2835 |
| 2819 2008-07-03: Version 0.1.0 | 2836 2008-07-03: Version 0.1.0 |
| 2820 | 2837 |
| 2821 Initial export. | 2838 Initial export. |
| 2822 | 2839 |
| OLD | NEW |