Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2010-06-30: Version 2.2.21 | |
| 2 | |
| 3 Fix bug in externalizing some ASCII strings (Chromium issue 47824). | |
| 4 | |
| 5 Update JSON.stringify to floor the space parameter (issue 753). | |
| 6 | |
| 7 Update the Mozilla test expectations to the newest version. | |
|
Søren Thygesen Gjesse
2010/06/30 08:52:54
Maybe mention the revision in their repository.
Lasse Reichstein
2010/06/30 08:56:01
It's in the mozilla.status file.
| |
| 8 | |
| 9 Update the ES5 Conformance Test expectations to the latest version. | |
|
Søren Thygesen Gjesse
2010/06/30 08:52:54
Ditto.
Lasse Reichstein
2010/06/30 08:56:01
and in the es5conform/README file.
| |
| 10 | |
| 11 Update the V8 benchmark suite. | |
| 12 | |
| 13 Provide actual breakpoints locations in response to setBreakpoint | |
| 14 and listBreakpoints requests. | |
| 15 | |
| 1 2010-06-28: Version 2.2.20 | 16 2010-06-28: Version 2.2.20 |
| 2 Fix bug with for-in on x64 platform (issue 748). | 17 Fix bug with for-in on x64 platform (issue 748). |
| 3 | 18 |
| 4 Fix crash bug on x64 platform (issue 756). | 19 Fix crash bug on x64 platform (issue 756). |
| 5 | 20 |
| 6 Fix bug in Object.getOwnPropertyNames. (chromium issue 41243). | 21 Fix bug in Object.getOwnPropertyNames. (chromium issue 41243). |
| 7 | 22 |
| 8 Fix a bug on ARM that caused the result of 1 << x to be | 23 Fix a bug on ARM that caused the result of 1 << x to be |
| 9 miscalculated for some inputs. | 24 miscalculated for some inputs. |
| 10 | 25 |
| (...skipping 1796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1807 | 1822 |
| 1808 Improved debugger support by allowing nested break points and by | 1823 Improved debugger support by allowing nested break points and by |
| 1809 dealing with stack-overflows when compiling functions before | 1824 dealing with stack-overflows when compiling functions before |
| 1810 setting break points in them. | 1825 setting break points in them. |
| 1811 | 1826 |
| 1812 | 1827 |
| 1813 2008-07-03: Version 0.1.0 | 1828 2008-07-03: Version 0.1.0 |
| 1814 | 1829 |
| 1815 Initial export. | 1830 Initial export. |
| 1816 | 1831 |
| OLD | NEW |