summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-08 17:50:40 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-08 17:50:40 +0000
commit6c1abbc64be2d15f179e7941ba979aa2e6d23045 (patch)
treee97c7bf0890888db3bf7adebdb34a3a8cb8b3660 /chrome/browser/resources
parent2d6e9ddb38b2ffb11855b29e122a0a3f79d1b13a (diff)
downloadchromium_src-6c1abbc64be2d15f179e7941ba979aa2e6d23045.zip
chromium_src-6c1abbc64be2d15f179e7941ba979aa2e6d23045.tar.gz
chromium_src-6c1abbc64be2d15f179e7941ba979aa2e6d23045.tar.bz2
linux: new splash page.
Review URL: http://codereview.chromium.org/113148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/linux-splash.html57
1 files changed, 26 insertions, 31 deletions
diff --git a/chrome/browser/resources/linux-splash.html b/chrome/browser/resources/linux-splash.html
index 2614b21..12d6b70 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 &lsquo;Chromium&rsquo;, not &lsquo;Google Chrome&rsquo;:</h3>
+ <h3>It's &lsquo;Chromium&rsquo;, not &lsquo;Google Chrome&rsquo;</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>