| Index: chrome/browser/resources/linux-splash.html
|
| diff --git a/chrome/browser/resources/linux-splash.html b/chrome/browser/resources/linux-splash.html
|
| index 2614b21af5e67682394e5797ec2664facc63fa82..12d6b70a7bb0ef7e91ca9009b08134c73db99b25 100644
|
| --- a/chrome/browser/resources/linux-splash.html
|
| +++ b/chrome/browser/resources/linux-splash.html
|
| @@ -3,16 +3,14 @@
|
| <head>
|
| <title>Chromium Alpha Warning</title>
|
| <style>
|
| - h3 {
|
| - font-size: 1em;
|
| - margin-left: -1em;
|
| - color: black;
|
| + body {
|
| + font-family: sans-serif;
|
| + font-size: 0.8em;
|
| + margin: 2em 4em;
|
| }
|
|
|
| - div.faq {
|
| - margin-left: 1em;
|
| - width: 60%;
|
| - color: #444;
|
| + div.text {
|
| + max-width: 60ex;
|
| }
|
|
|
| div.stopcorner {
|
| @@ -26,7 +24,7 @@
|
| <center>
|
| <div>
|
| <!-- Stop sign using CSS hacks! For an octagon with sides of length
|
| - 50px, the corners must be sqrt(1/2)*50 = 30 px. -->
|
| + 50px, the corners must be sqrt(1/2)*50 = 35 px. -->
|
| <div class='stopcorner' style='border-width: 0px 35px 35px; width:50px'> </div>
|
| <div style='display:table-cell;
|
| background: red; color: white;
|
| @@ -38,12 +36,13 @@
|
| <h1>This browser is not ready yet!</h1>
|
| </center>
|
|
|
| - <p>This is a <i>pre-alpha</i> build of Chromium on Linux. It is woefully
|
| - incomplete.</p>
|
| + <div class="text">
|
|
|
| - <div class="faq">
|
| + <p>This is a <i>pre-alpha</i> build of Chromium on Linux. It is woefully
|
| + incomplete. No work has been done on performance yet, much of the UI is
|
| + missing, plugins don't work, and many more bugs remain.</p>
|
|
|
| - <h3>It's ‘Chromium’, not ‘Google Chrome’:</h3>
|
| + <h3>It's ‘Chromium’, not ‘Google Chrome’</h3>
|
|
|
| <p><a href="http://code.google.com/chromium/">Chromium</a> is an open
|
| source browser project. <a href="http://www.google.com/chrome">Google
|
| @@ -51,27 +50,23 @@
|
| is a build of Chromium. No versions of Google Chrome for Linux will exist
|
| until Google makes an official release.</p>
|
|
|
| - <h3>Please don't file bugs:</h3>
|
| -
|
| - <p>At this point there are so many gaping holes that finding bugs is not
|
| - the problem and dealing with them is just a distraction.</p>
|
| -
|
| - <h3>Blogging about it is not helpful:</h3>
|
| -
|
| - <p>Chromium's problem is not a lack of media attention, but an excess of
|
| - it. Coverage encourages people to try it out in this incomplete state which
|
| - only creates negative first impressions. Also, dealing with
|
| - misunderstandings/questions etc only distracts the team from the job of
|
| - improving it.</p>
|
| + <h3>Don't file bugs without doing the work</h3>
|
|
|
| - <p>Likewise, keep in mind that we won't see your comments if they're on a
|
| - random blog somewhere.</p>
|
| + <p>Every minute spent triaging and de-duplicating bugs is a minute spent
|
| + not fixing them. If you have a good bug report (e.g. includes a
|
| + stack trace or a reduced test case), first verify it exists in the <a
|
| + href="http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/">latest
|
| + build</a>, then <a
|
| + href="http://code.google.com/p/chromium/issues/list?can=1&q=os:linux">
|
| + verify it hasn't been filed already</a>, then <a
|
| + href="http://code.google.com/p/chromium/issues/entry?template=Defect%20on%20Linux">file
|
| + your bug using the Linux-specific template</a>.</p>
|
|
|
| - <h3>How to help:</h3>
|
| + <h3>How to help</h3>
|
|
|
| - <p>Chromium is an open source project, you are welcome to help out. We have
|
| - <a href="http://dev.chromium.org/">documentation for developers</a> as well
|
| - as mailing lists and an IRC channel.</p>
|
| + <p>Chromium is an open source project, and you are welcome to help out. We
|
| + have <a href="http://dev.chromium.org/">documentation for developers</a> as
|
| + well as mailing lists and an IRC channel.</p>
|
|
|
| </div>
|
|
|
|
|