OLD | NEW |
| 1 2012-11-23: Version 3.15.5 |
| 2 |
| 3 Fixed JSON.stringify for objects with interceptor handlers. |
| 4 (Chromium issue 161028) |
| 5 |
| 6 Fixed corner case in x64 compare stubs. (issue 2416) |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2012-11-16: Version 3.15.4 | 11 2012-11-16: Version 3.15.4 |
2 | 12 |
3 Fixed Array.prototype.join evaluation order. (issue 2263) | 13 Fixed Array.prototype.join evaluation order. (issue 2263) |
4 | 14 |
5 Perform CPU sampling by CPU sampling thread only iff processing thread | 15 Perform CPU sampling by CPU sampling thread only iff processing thread |
6 is not running. (issue 2364) | 16 is not running. (issue 2364) |
7 | 17 |
8 When using an Object as a set in Object.getOwnPropertyNames, null out | 18 When using an Object as a set in Object.getOwnPropertyNames, null out |
9 the proto. (issue 2410) | 19 the proto. (issue 2410) |
10 | 20 |
(...skipping 4785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4796 setting break points in them. | 4806 setting break points in them. |
4797 | 4807 |
4798 | 4808 |
4799 2008-07-03: Version 0.1.0 | 4809 2008-07-03: Version 0.1.0 |
4800 | 4810 |
4801 Initial export. | 4811 Initial export. |
4802 | 4812 |
4803 # Local Variables: | 4813 # Local Variables: |
4804 # mode:text | 4814 # mode:text |
4805 # End: | 4815 # End: |
OLD | NEW |