| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE html> | |
| 2 <html lang="en-US"> | |
| 3 <head> | |
| 4 <title>Chromium Dev Build Warning</title> | |
| 5 <style> | |
| 6 body { | |
| 7 font-family: sans-serif; | |
| 8 font-size: 0.8em; | |
| 9 margin: 2em 4em; | |
| 10 } | |
| 11 | |
| 12 div.text { | |
| 13 max-width: 60ex; | |
| 14 } | |
| 15 | |
| 16 tt { | |
| 17 /* https://bugs.webkit.org/show_bug.cgi?id=19161 */ | |
| 18 font-size: 120%; | |
| 19 } | |
| 20 </style> | |
| 21 </head> | |
| 22 <body> | |
| 23 <center> | |
| 24 <h1>Chromium Dev Build</h1> | |
| 25 </center> | |
| 26 | |
| 27 <div class="text"> | |
| 28 | |
| 29 <p>This is an <i>in-progress</i> build of Chromium on Linux. | |
| 30 | |
| 31 <p>We are still working on it. Parts of the browser are | |
| 32 incomplete, poorly tuned and broken. User beware! | |
| 33 | |
| 34 <h3>‘Chromium’ <i>vs</i> ‘Google Chrome’</h3> | |
| 35 | |
| 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 | |
| 38 Chrome</a> is a browser from Google, based on the Chromium project. | |
| 39 | |
| 40 <h3>Don't file bugs without doing the work</h3> | |
| 41 | |
| 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 | |
| 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/"> | |
| 46 latest build</a>, then <a | |
| 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 | |
| 49 href="http://code.google.com/p/chromium/issues/entry?template=Defect%20on%20
Linux"> | |
| 50 file your bug using the Linux-specific template</a>. | |
| 51 | |
| 52 <h3>How to help</h3> | |
| 53 | |
| 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 | |
| 56 well as mailing lists and an IRC channel. | |
| 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 | |
| 68 </div> | |
| 69 | |
| 70 <p></p> | |
| 71 </body> | |
| 72 </html> | |
| OLD | NEW |