| OLD | NEW |
| 1 2012-11-16: Version 3.15.4 |
| 2 |
| 3 Fixed Array.prototype.join evaluation order. (issue 2263) |
| 4 |
| 5 Perform CPU sampling by CPU sampling thread only iff processing thread |
| 6 is not running. (issue 2364) |
| 7 |
| 8 When using an Object as a set in Object.getOwnPropertyNames, null out |
| 9 the proto. (issue 2410) |
| 10 |
| 11 Disabled EXTRA_CHECKS in Release build. |
| 12 |
| 13 Heap explorer: Show representation of strings. |
| 14 |
| 15 Removed 'type' and 'arguments' properties from Error object. |
| 16 (issue 2397) |
| 17 |
| 18 Added atomics implementation for ThreadSanitizer v2. |
| 19 (Chromium issue 128314) |
| 20 |
| 21 Fixed LiveEdit crashes when object/array literal is added. (issue 2368) |
| 22 |
| 23 Performance and stability improvements on all platforms. |
| 24 |
| 25 |
| 1 2012-11-13: Version 3.15.3 | 26 2012-11-13: Version 3.15.3 |
| 2 | 27 |
| 3 Changed sample shell to send non-JS output (e.g. errors) to stderr | 28 Changed sample shell to send non-JS output (e.g. errors) to stderr |
| 4 instead of stdout. | 29 instead of stdout. |
| 5 | 30 |
| 6 Correctly check for stack overflow even when interrupt is pending. | 31 Correctly check for stack overflow even when interrupt is pending. |
| 7 (issue 214) | 32 (issue 214) |
| 8 | 33 |
| 9 Collect stack trace on stack overflow. (issue 2394) | 34 Collect stack trace on stack overflow. (issue 2394) |
| 10 | 35 |
| (...skipping 4760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4771 setting break points in them. | 4796 setting break points in them. |
| 4772 | 4797 |
| 4773 | 4798 |
| 4774 2008-07-03: Version 0.1.0 | 4799 2008-07-03: Version 0.1.0 |
| 4775 | 4800 |
| 4776 Initial export. | 4801 Initial export. |
| 4777 | 4802 |
| 4778 # Local Variables: | 4803 # Local Variables: |
| 4779 # mode:text | 4804 # mode:text |
| 4780 # End: | 4805 # End: |
| OLD | NEW |