OLD | NEW |
| 1 2012-10-15: Version 3.14.4 |
| 2 |
| 3 Allow evals for debugger even if they are prohibited in the debugee |
| 4 context. (Chromium issue 154733) |
| 5 |
| 6 Enabled --verify-heap in release mode (issue 2120) |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2012-10-11: Version 3.14.3 | 11 2012-10-11: Version 3.14.3 |
2 | 12 |
3 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings | 13 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings |
4 (Chromium issue 155076). | 14 (Chromium issue 155076). |
5 | 15 |
6 Bumped variable limit further to 2^17 (Chromium issue 151625). | 16 Bumped variable limit further to 2^17 (Chromium issue 151625). |
7 | 17 |
8 Performance and stability improvements on all platforms. | 18 Performance and stability improvements on all platforms. |
9 | 19 |
10 | 20 |
(...skipping 4673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4684 setting break points in them. | 4694 setting break points in them. |
4685 | 4695 |
4686 | 4696 |
4687 2008-07-03: Version 0.1.0 | 4697 2008-07-03: Version 0.1.0 |
4688 | 4698 |
4689 Initial export. | 4699 Initial export. |
4690 | 4700 |
4691 # Local Variables: | 4701 # Local Variables: |
4692 # mode:text | 4702 # mode:text |
4693 # End: | 4703 # End: |
OLD | NEW |