Chromium Code Reviews| Index: ChangeLog |
| =================================================================== |
| --- ChangeLog (revision 8590) |
| +++ ChangeLog (working copy) |
| @@ -1,3 +1,20 @@ |
| +2011-07-11: Version 3.4.11 |
| + |
| + Fixed MinGW32 build. |
| + |
| + Fixed a GC bug with RegExp code flushing. |
| + |
| + Implemented Object.defineProperty for proxies. |
| + |
| + Fixed a bug in for/in iteration of arguments objects (issue 1531). |
| + |
| + Added debugger support for inspecting optimized frames (issue 1140). |
| + |
| + Allow JSObject::PreventExtensions to work for arguments objects. |
|
Rico
2011/07/11 11:08:51
Allow ->Allowed
Søren Thygesen Gjesse
2011/07/11 11:10:20
Done.
|
| + |
| + Bugfixes and performance work. |
| + |
| + |
| 2011-07-06: Version 3.4.10 |
| Fixed debugger not breaking on certain "if" statements (issue 1523). |
| @@ -36,7 +53,7 @@ |
| Ensure 16-byte stack alignment on Solaris (issue 1505). |
| - Fix "illegal access" when calling parseInt with a radix |
| + Fix "illegal access" when calling parseInt with a radix |
| that is not a smi. (issue 1246). |