Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2011-07-13: Version 3.4.12 | |
| 2 | |
| 3 Added --prof profiling option to d8 shell. | |
| 4 | |
| 5 Fixed a bug where reading a directory in d8 shell hangs (issue 1533). | |
| 6 | |
| 7 Fixed a potential assertion failure in const declarations. | |
| 8 | |
| 9 Fixed an assertion failure in descriptor arrays (issue 1526). | |
| 10 | |
| 11 | |
|
Rico
2011/07/13 08:30:26
Maybe add r8610, it could have (positive) external
| |
| 1 2011-07-11: Version 3.4.11 | 12 2011-07-11: Version 3.4.11 |
| 2 | 13 |
| 3 Fixed MinGW32 build. | 14 Fixed MinGW32 build. |
| 4 | 15 |
| 5 Fixed a GC bug with RegExp code flushing. | 16 Fixed a GC bug with RegExp code flushing. |
| 6 | 17 |
| 7 Implemented Object.defineProperty for proxies. | 18 Implemented Object.defineProperty for proxies. |
| 8 | 19 |
| 9 Fixed a bug in for/in iteration of arguments objects (issue 1531). | 20 Fixed a bug in for/in iteration of arguments objects (issue 1531). |
| 10 | 21 |
| (...skipping 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3036 setting break points in them. | 3047 setting break points in them. |
| 3037 | 3048 |
| 3038 | 3049 |
| 3039 2008-07-03: Version 0.1.0 | 3050 2008-07-03: Version 0.1.0 |
| 3040 | 3051 |
| 3041 Initial export. | 3052 Initial export. |
| 3042 | 3053 |
| 3043 # Local Variables: | 3054 # Local Variables: |
| 3044 # mode:text | 3055 # mode:text |
| 3045 # End: | 3056 # End: |
| OLD | NEW |