Chromium Code Reviews| Index: ChangeLog |
| =================================================================== |
| --- ChangeLog (revision 8128) |
| +++ ChangeLog (working copy) |
| @@ -1,3 +1,14 @@ |
| +2011-06-01: Version 3.4.1 |
| + |
| + Fixed JSON stringify issue with arrays. |
| + |
| + Changed calls to JS builtins to be pass undefined when called with |
|
Mads Ager (chromium)
2011/06/01 05:29:35
pass -> passed
Rico
2011/06/01 05:39:37
Done.
|
| + implicit receiver. |
| + |
| + Implemented the set trap for Harmony proxies. Proxies still need to |
| + be enabled with the --harmony-proxies flag. |
| + |
| + |
| 2011-05-30: Version 3.4.0 |
| Changed calls to undefined property setters to not throw (issue 1355). |