OLD | NEW |
---|---|
1 2013-05-31: Version 3.19.7 | |
2 | |
3 Add support for //# sourceURL similar to deprecated //@ sourceURL one. | |
Jakob Kummerow
2013/05/31 11:31:58
past tense please
rossberg
2013/05/31 11:38:25
Done.
| |
4 (issue 2702) | |
5 | |
6 Make sure IfBuilder::Return clears the current block. | |
Jakob Kummerow
2013/05/31 11:31:58
past tense please
rossberg
2013/05/31 11:38:25
Done.
| |
7 (Chromium issue 243868) | |
8 | |
9 Fix two CPU profiler tests on ARM and MIPS simulators | |
Jakob Kummerow
2013/05/31 11:31:58
No need to mention this
rossberg
2013/05/31 11:38:25
Done.
| |
10 (issue 2628) | |
11 | |
12 Make more GCs in idle notification handler. | |
13 (Chromium issue 241815) | |
14 | |
15 Fix counting of scanned bytes in incremental marking step for large | |
Jakob Kummerow
2013/05/31 11:31:58
Past tense please.
Since this affects the same bug
rossberg
2013/05/31 11:38:25
Done.
| |
16 object. | |
17 (Chromium issue 241815) | |
18 | |
19 Disable --optimize-constructed-arrays due to crashes | |
20 (Chromium issue 244461) | |
21 | |
22 Performance and stability improvements on all platforms. | |
23 | |
24 | |
1 2013-05-28: Version 3.19.6 | 25 2013-05-28: Version 3.19.6 |
2 | 26 |
3 Fixed IfBuilder::Deopt to clear the current block | 27 Fixed IfBuilder::Deopt to clear the current block |
4 (Chromium issue 243868). | 28 (Chromium issue 243868). |
5 | 29 |
6 Performance and stability improvements on all platforms. | 30 Performance and stability improvements on all platforms. |
7 | 31 |
8 | 32 |
9 2013-05-27: Version 3.19.5 | 33 2013-05-27: Version 3.19.5 |
10 | 34 |
(...skipping 5406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5417 setting break points in them. | 5441 setting break points in them. |
5418 | 5442 |
5419 | 5443 |
5420 2008-07-03: Version 0.1.0 | 5444 2008-07-03: Version 0.1.0 |
5421 | 5445 |
5422 Initial export. | 5446 Initial export. |
5423 | 5447 |
5424 # Local Variables: | 5448 # Local Variables: |
5425 # mode:text | 5449 # mode:text |
5426 # End: | 5450 # End: |
OLD | NEW |