Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 2011-02-28: Version 3.1.7 | |
| 2 | |
| 3 Fixed a number of crash bugs. | |
| 4 | |
| 5 Improved Crankshaft for x64 and ARM. | |
| 6 | |
| 7 Fix implementation of indexOf/lastIndexOf for sparse arrays (http://crbu g.com/73940). | |
|
Mads Ager (chromium)
2011/02/28 12:24:14
Fix -> Fixed
| |
| 8 | |
| 9 Fix bug in map space compaction (http://crbug.com/59688). | |
|
Mads Ager (chromium)
2011/02/28 12:24:14
Fix -> Fixed
| |
| 10 | |
| 11 Support for direct getter accessors calls on ARM. | |
|
Mads Ager (chromium)
2011/02/28 12:24:14
Support -> Added support
| |
| 12 | |
| 13 | |
| 1 2011-02-24: Version 3.1.6 | 14 2011-02-24: Version 3.1.6 |
| 2 | 15 |
| 3 Fixed a number of crash bugs. | 16 Fixed a number of crash bugs. |
| 4 | 17 |
| 5 Added support for Cygwin (issue 64). | 18 Added support for Cygwin (issue 64). |
| 6 | 19 |
| 7 Improved Crankshaft for x64 and ARM. | 20 Improved Crankshaft for x64 and ARM. |
| 8 | 21 |
| 9 Added Crankshaft support for stores to pixel arrays. | 22 Added Crankshaft support for stores to pixel arrays. |
| 10 | 23 |
| (...skipping 2519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2530 | 2543 |
| 2531 Improved debugger support by allowing nested break points and by | 2544 Improved debugger support by allowing nested break points and by |
| 2532 dealing with stack-overflows when compiling functions before | 2545 dealing with stack-overflows when compiling functions before |
| 2533 setting break points in them. | 2546 setting break points in them. |
| 2534 | 2547 |
| 2535 | 2548 |
| 2536 2008-07-03: Version 0.1.0 | 2549 2008-07-03: Version 0.1.0 |
| 2537 | 2550 |
| 2538 Initial export. | 2551 Initial export. |
| 2539 | 2552 |
| OLD | NEW |