Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2011-12-19: Version 3.8.1 | |
| 2 | |
| 3 Fixed GCC 4.7 warnings. | |
|
fschneider
2011/12/19 11:45:59
Issue number?
Rico
2011/12/19 11:50:31
None, but we did get this from external developer,
| |
| 4 | |
| 5 Stability improvements on all platforms. | |
|
fschneider
2011/12/19 11:45:59
Any specific important issues numbers there?
Rico
2011/12/19 11:50:31
No, not any with external visibility
| |
| 6 | |
| 7 | |
| 1 2011-12-13: Version 3.8.0 | 8 2011-12-13: Version 3.8.0 |
| 2 | 9 |
| 3 Fixed handling of arrays in DefineOwnProperty. (issue 1756) | 10 Fixed handling of arrays in DefineOwnProperty. (issue 1756) |
| 4 | 11 |
| 5 Sync parser and preparser on do-while and return statements. | 12 Sync parser and preparser on do-while and return statements. |
| 6 (issue 1856) | 13 (issue 1856) |
| 7 | 14 |
| 8 Fixed another corner case for DefineOwnProperty on arrays (issue 1756). | 15 Fixed another corner case for DefineOwnProperty on arrays (issue 1756). |
| 9 | 16 |
| 10 Stability and performance improvements on all platforms. | 17 Stability and performance improvements on all platforms. |
| (...skipping 3513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3524 setting break points in them. | 3531 setting break points in them. |
| 3525 | 3532 |
| 3526 | 3533 |
| 3527 2008-07-03: Version 0.1.0 | 3534 2008-07-03: Version 0.1.0 |
| 3528 | 3535 |
| 3529 Initial export. | 3536 Initial export. |
| 3530 | 3537 |
| 3531 # Local Variables: | 3538 # Local Variables: |
| 3532 # mode:text | 3539 # mode:text |
| 3533 # End: | 3540 # End: |
| OLD | NEW |