Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # What should I work on? | |
| 2 | |
| 3 This query is handy to find the Issues assigned to you: http://code.google.com/p /chromium/issues/list?can=2&q=owner:me&sort=mstone+pri | |
| 4 | |
| 5 Otherwise, lend a hand on the important areas listed below. | |
| 6 | |
| 7 If you are new to the project you should try fixing a layout test and take on it ems from this list: http://code.google.com/p/chromium/issues/list?can=2&q=size: small%20OR%20label:helpwanted&sort=owner+size | |
| 8 | |
| 9 Questions to jon@chromium.org | |
| 10 | |
| 11 ## Crashing Bugs | |
| 12 | |
| 13 http://code.google.com/p/chromium/issues/list?can=2&q=mstone:2.1+label:crash | |
| 14 | |
| 15 ## Layout Tests | |
| 16 | |
| 17 Fixing layout tests may involve one or more of the following: | |
| 18 1. Fixing a bug | |
| 19 1. Implementing missing test methods | |
| 20 1. Adding a missing baseline to a new test | |
| 21 1. Updating a baseline | |
| 22 | |
| 23 **How To** http://dev.chromium.org/developers/testing/webkit-layout-tests | |
| 24 | |
| 25 **List of Fixable Tests** http://src.chromium.org/viewvc/chrome/trunk/src/webkit /tools/layout_tests/test_lists/tests_fixable.txt?view=markup | |
| 26 | |
| 27 Sign up to work on a layout test by putting your name on the spreadsheet at http ://spreadsheets.google.com/ccc?key=pMwul3Seofg448Q1VFJjsJA&hl=en | |
| 28 | |
| 29  | |
| 30 | |
| 31 This chart shows our progress in fixing layout tests on Windows for the last 90 days. The goal is to get Want to Pass (blue) up to 100%. The All Tests perform ance number indicates that there are some tests that are not part of the goal fo r stabilization. These tests may be part of future specifications or bad tests. | |
| 32 | |
| 33 ## Memory Bugs | |
| 34 | |
| 35 We are using [valgrind](http://dev.chromium.org/developers/how-tos/using-valgrin d) to look for mistakes in memory management. These bugs are filed in the bug t racker. | |
| 36 | |
| 37 http://code.google.com/p/chromium/issues/list?can=2&q=label:valgrind | |
| 38 | |
| 39 ## Regressions | |
| 40 | |
| 41 We have identified a number of regressions. These are also filed in the bug tra cker. | |
| 42 | |
| 43 http://code.google.com/p/chromium/issues/list?can=2&q=mstone:2.1+label:regressio n&sort=owner | |
| 44 | |
| 45 ## Other bugs | |
| 46 | |
| 47 There are other bugs as well of interest. | |
| 48 | |
| 49 http://code.google.com/p/chromium/issues/list?can=2&q=mstone:2.1+-label:regressi on,crash&sort=owner | |
| 50 | |
| 51 # Details | |
| 52 | |
| 53 Add your content here. Format your content with: | |
| 54 * Text in **bold** or _italic_ | |
| 55 * Headings, paragraphs, and lists | |
| 56 * Automatic links to other wiki pages | |
| OLD | NEW |