OLD | NEW |
---|---|
1 2010-04-06: Version 2.2.1 | |
2 | |
3 C++ profiles processor if compiled with flag 'cppprofilesprocessor=on'. | |
Mads Ager (chromium)
2010/04/06 12:36:52
I don't understand this one. Either remove or expl
| |
4 | |
5 Let LiveEdit accept a full new script source (rather than diff). | |
Mads Ager (chromium)
2010/04/06 12:36:52
Maybe just collapse this one and the next into 'Im
| |
6 | |
7 Support setting brekpoint by script name set in //@ scriptURL= comment, | |
8 in case script name is missing (issue http://crbug.com/39290). | |
9 | |
10 Fixed minor bugs. | |
11 | |
12 | |
1 2010-03-29: Version 2.2.0 | 13 2010-03-29: Version 2.2.0 |
2 | 14 |
3 Fixed a few minor bugs. | 15 Fixed a few minor bugs. |
4 | 16 |
5 Performance improvements for string operations. | 17 Performance improvements for string operations. |
6 | 18 |
7 | 19 |
8 2010-03-26: Version 2.1.10 | 20 2010-03-26: Version 2.1.10 |
9 | 21 |
10 Fixed scons build issues. | 22 Fixed scons build issues. |
(...skipping 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1598 | 1610 |
1599 Improved debugger support by allowing nested break points and by | 1611 Improved debugger support by allowing nested break points and by |
1600 dealing with stack-overflows when compiling functions before | 1612 dealing with stack-overflows when compiling functions before |
1601 setting break points in them. | 1613 setting break points in them. |
1602 | 1614 |
1603 | 1615 |
1604 2008-07-03: Version 0.1.0 | 1616 2008-07-03: Version 0.1.0 |
1605 | 1617 |
1606 Initial export. | 1618 Initial export. |
1607 | 1619 |
OLD | NEW |