| OLD | NEW | 
|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 <html lang="en-US"> | 2 <html lang="en-US"> | 
| 3   <head> | 3   <head> | 
| 4     <title>Chromium Dev Build Warning</title> | 4     <title>Chromium Dev Build Warning</title> | 
| 5     <style> | 5     <style> | 
| 6       body { | 6       body { | 
| 7         font-family: sans-serif; | 7         font-family: sans-serif; | 
| 8         font-size: 0.8em; | 8         font-size: 0.8em; | 
| 9         margin: 2em 4em; | 9         margin: 2em 4em; | 
| 10       } | 10       } | 
| (...skipping 24 matching lines...) Expand all  Loading... | 
| 35 | 35 | 
| 36     <p><a href="http://code.google.com/chromium/">Chromium</a> is an open | 36     <p><a href="http://code.google.com/chromium/">Chromium</a> is an open | 
| 37     source browser project. <a href="http://www.google.com/chrome">Google | 37     source browser project. <a href="http://www.google.com/chrome">Google | 
| 38       Chrome</a> is a browser from Google, based on the Chromium project. | 38       Chrome</a> is a browser from Google, based on the Chromium project. | 
| 39 | 39 | 
| 40     <h3>Don't file bugs without doing the work</h3> | 40     <h3>Don't file bugs without doing the work</h3> | 
| 41 | 41 | 
| 42     <p>Every minute spent triaging and de-duplicating bugs is a minute spent | 42     <p>Every minute spent triaging and de-duplicating bugs is a minute spent | 
| 43     not fixing them.  If you have a good bug report (e.g. includes a | 43     not fixing them.  If you have a good bug report (e.g. includes a | 
| 44     stack trace or a reduced test case), first verify it exists in the <a | 44     stack trace or a reduced test case), first verify it exists in the <a | 
| 45       href="http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/">la
    test | 45     href="http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/"> | 
| 46       build</a>, then <a | 46     latest build</a>, then <a | 
| 47       href="http://code.google.com/p/chromium/issues/list?can=1&q=os:linux"> | 47     href="http://code.google.com/p/chromium/issues/list?can=1&q=os:linux"> | 
| 48       verify it hasn't been filed already</a>, then <a | 48     verify it hasn't been filed already</a>, then <a | 
| 49       href="http://code.google.com/p/chromium/issues/entry?template=Defect%20on%
    20Linux">file | 49     href="http://code.google.com/p/chromium/issues/entry?template=Defect%20on%20
    Linux"> | 
| 50       your bug using the Linux-specific template</a>. | 50     file your bug using the Linux-specific template</a>. | 
| 51 | 51 | 
| 52     <h3>How to help</h3> | 52     <h3>How to help</h3> | 
| 53 | 53 | 
| 54     <p>Chromium is an open source project, and you are welcome to help out. We | 54     <p>Chromium is an open source project, and you are welcome to help out. We | 
| 55     have <a href="http://dev.chromium.org/">documentation for developers</a> as | 55     have <a href="http://dev.chromium.org/">documentation for developers</a> as | 
| 56     well as mailing lists and an IRC channel. | 56     well as mailing lists and an IRC channel. | 
| 57 | 57 | 
|  | 58     <h3>Printing</h3> | 
|  | 59 | 
|  | 60     Basic printing support is now available with the --enable-printing flag. | 
|  | 61     There is no support for page preview, adjusting the margins, editing the | 
|  | 62     header/footer, etc. If you have bug reports, please file them, but be sure | 
|  | 63     to | 
|  | 64     <a href="http://code.google.com/p/chromium/issues/list?can=2&q=label:Printin
    g#"> | 
|  | 65     search existing issues</a> first, because we know a lot of features are | 
|  | 66     missing. | 
|  | 67 | 
| 58     </div> | 68     </div> | 
| 59 | 69 | 
| 60     <p></p> | 70     <p></p> | 
| 61   </body> | 71   </body> | 
| 62 </html> | 72 </html> | 
| OLD | NEW | 
|---|