OLD | NEW |
| 1 2012-11-26: Version 3.15.6 |
| 2 |
| 3 Ensure double arrays are filled with holes when extended from |
| 4 variations of empty arrays. (Chromium issue 162085) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2012-11-23: Version 3.15.5 | 9 2012-11-23: Version 3.15.5 |
2 | 10 |
3 Fixed JSON.stringify for objects with interceptor handlers. | 11 Fixed JSON.stringify for objects with interceptor handlers. |
4 (Chromium issue 161028) | 12 (Chromium issue 161028) |
5 | 13 |
6 Fixed corner case in x64 compare stubs. (issue 2416) | 14 Fixed corner case in x64 compare stubs. (issue 2416) |
7 | 15 |
8 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
9 | 17 |
10 | 18 |
(...skipping 4795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4806 setting break points in them. | 4814 setting break points in them. |
4807 | 4815 |
4808 | 4816 |
4809 2008-07-03: Version 0.1.0 | 4817 2008-07-03: Version 0.1.0 |
4810 | 4818 |
4811 Initial export. | 4819 Initial export. |
4812 | 4820 |
4813 # Local Variables: | 4821 # Local Variables: |
4814 # mode:text | 4822 # mode:text |
4815 # End: | 4823 # End: |
OLD | NEW |