OLD | NEW |
---|---|
1 2010-06-07: Version 2.2.16 | |
2 | |
3 Remove the SetExternalStringDiposeCallback API. Changed the | |
Mads Ager (chromium)
2010/06/09 09:22:16
I don't think we ever pushed the callback to trunk
| |
4 disposal of external string resources to call a virtual Dispose | |
5 method on the resource. | |
6 | |
7 Added support for more precise break points when debugging and | |
8 stepping. | |
9 | |
10 Memory usage improvements on all platforms. | |
11 | |
12 | |
1 2010-06-07: Version 2.2.15 | 13 2010-06-07: Version 2.2.15 |
2 | 14 |
3 Add an API to control the disposal of external string resources. | 15 Add an API to control the disposal of external string resources. |
4 | 16 |
5 Add missing initialization of a couple of variables which makes | 17 Add missing initialization of a couple of variables which makes |
6 some compilers complaint when compiling with -Werror. | 18 some compilers complaint when compiling with -Werror. |
7 | 19 |
8 Improve performance on all platforms. | 20 Improve performance on all platforms. |
9 | 21 |
10 | 22 |
(...skipping 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1746 | 1758 |
1747 Improved debugger support by allowing nested break points and by | 1759 Improved debugger support by allowing nested break points and by |
1748 dealing with stack-overflows when compiling functions before | 1760 dealing with stack-overflows when compiling functions before |
1749 setting break points in them. | 1761 setting break points in them. |
1750 | 1762 |
1751 | 1763 |
1752 2008-07-03: Version 0.1.0 | 1764 2008-07-03: Version 0.1.0 |
1753 | 1765 |
1754 Initial export. | 1766 Initial export. |
1755 | 1767 |
OLD | NEW |