Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2012-03-12: Version 3.9.17 | |
| 2 | |
| 3 Fixed VFP detection through compiler defines. | |
| 4 (Chromium issue http://code.google.com/p/v8/issues/detail?id=1996) | |
|
Jakob Kummerow
2012/03/12 08:12:31
Actually, its a V8 issue :-)
"(issue 1996)" would
| |
| 5 (Patch by rodolph.perfetta@gmail.com) | |
|
Jakob Kummerow
2012/03/12 08:12:31
Don't need the "patch by" line
| |
| 6 | |
| 7 Add Code-related fields to postmortem metadata. | |
| 8 (vegorov@chromium.org) | |
|
Jakob Kummerow
2012/03/12 08:12:31
Don't need this line either.
| |
| 9 | |
| 10 Performance and stability improvements on all platforms. | |
| 11 | |
| 12 | |
| 1 2012-03-09: Version 3.9.16 | 13 2012-03-09: Version 3.9.16 |
| 2 | 14 |
| 3 Added basic interface inference for modules (behind the --harmony flag). | 15 Added basic interface inference for modules (behind the --harmony flag). |
| 4 | 16 |
| 5 Added Object.is, Number.isFinite, Number.isNaN. | 17 Added Object.is, Number.isFinite, Number.isNaN. |
| 6 | 18 |
| 7 Updated the Unicode tables to Unicode version 6.1.0. | 19 Updated the Unicode tables to Unicode version 6.1.0. |
| 8 | 20 |
| 9 Performance and stability improvements on all platforms. | 21 Performance and stability improvements on all platforms. |
| 10 | 22 |
| (...skipping 3827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3838 setting break points in them. | 3850 setting break points in them. |
| 3839 | 3851 |
| 3840 | 3852 |
| 3841 2008-07-03: Version 0.1.0 | 3853 2008-07-03: Version 0.1.0 |
| 3842 | 3854 |
| 3843 Initial export. | 3855 Initial export. |
| 3844 | 3856 |
| 3845 # Local Variables: | 3857 # Local Variables: |
| 3846 # mode:text | 3858 # mode:text |
| 3847 # End: | 3859 # End: |
| OLD | NEW |