Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2011-05-30: Version 3.4.0 | |
| 2 | |
| 3 Changed calls to undefined property setters to not throw (issue 1355). | |
| 4 | |
| 5 Made RegExp objects not callable. | |
| 6 | |
| 7 Made calls to JS builtins pass undefined when called with implicit | |
|
Mads Ager (chromium)
2011/05/30 06:30:29
This was reverted. I will put it back in this week
| |
| 8 receiver. | |
| 9 | |
| 10 Fixed issues on special case large JSON strings in new json parser | |
| 11 (issues http://crbug.com/83877 and http://crbug.com/84186). | |
| 12 | |
| 13 Performance improvements on all platforms. | |
| 14 | |
| 15 | |
| 1 2011-05-25: Version 3.3.10 | 16 2011-05-25: Version 3.3.10 |
| 2 | 17 |
| 3 Fixed calls of strict mode function with an implicit receiver. | 18 Fixed calls of strict mode function with an implicit receiver. |
| 4 | 19 |
| 5 Fixed fast handling of arrays to properly deal with changes to the | 20 Fixed fast handling of arrays to properly deal with changes to the |
| 6 Object prototype (issue 1403). | 21 Object prototype (issue 1403). |
| 7 | 22 |
| 8 Changed strict mode poison pill to be the same type error function | 23 Changed strict mode poison pill to be the same type error function |
| 9 (issue 1387). | 24 (issue 1387). |
| 10 | 25 |
| (...skipping 2819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2830 | 2845 |
| 2831 Improved debugger support by allowing nested break points and by | 2846 Improved debugger support by allowing nested break points and by |
| 2832 dealing with stack-overflows when compiling functions before | 2847 dealing with stack-overflows when compiling functions before |
| 2833 setting break points in them. | 2848 setting break points in them. |
| 2834 | 2849 |
| 2835 | 2850 |
| 2836 2008-07-03: Version 0.1.0 | 2851 2008-07-03: Version 0.1.0 |
| 2837 | 2852 |
| 2838 Initial export. | 2853 Initial export. |
| 2839 | 2854 |
| OLD | NEW |