Chromium Code Reviews| Index: ChangeLog |
| =================================================================== |
| --- ChangeLog (revision 5500) |
| +++ ChangeLog (working copy) |
| @@ -1,3 +1,16 @@ |
| +2010-09-22: Version 2.4.5 |
| + Performance improvements on all platforms. |
|
Vyacheslav Egorov (Chromium)
2010/09/22 09:28:15
Blank line after version line.
Line about perform
|
| + |
| + Changed the RegExp benchmark to exercise the regexp engine on different |
| + inputs by scrambling the input strings. |
| + |
| + Fixed a bug in keyed loads on strings. |
| + |
| + Fixed a bug with loading global function prototypes. |
| + |
| + Fixed a bug with profiling RegExp calls (issue crbug/55999). |
|
Vyacheslav Egorov (Chromium)
2010/09/22 09:28:15
prefix crbug with http://
|
| + |
| + |
| 2010-09-15: Version 2.4.4 |
| Fixed bug with hangs on very large sparse arrays. |