diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 18:14:04 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-22 18:14:04 +0000 |
commit | 0f92d1d1aca69b365685da5e0aa8e2bc315a0694 (patch) | |
tree | 95bb468946ae844d60c3a9113a2cc62bb3aaf498 /chrome | |
parent | 311addea8095371a9c5e6f49c69a20072513d5b1 (diff) | |
download | chromium_src-0f92d1d1aca69b365685da5e0aa8e2bc315a0694.zip chromium_src-0f92d1d1aca69b365685da5e0aa8e2bc315a0694.tar.gz chromium_src-0f92d1d1aca69b365685da5e0aa8e2bc315a0694.tar.bz2 |
Linux: update the splash page.
http://codereview.chromium.org/113769
BUG=12058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16759 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/linux-splash-chrome.html | 31 | ||||
-rw-r--r-- | chrome/browser/resources/linux-splash.html | 36 |
2 files changed, 33 insertions, 34 deletions
diff --git a/chrome/browser/resources/linux-splash-chrome.html b/chrome/browser/resources/linux-splash-chrome.html index c40e073..6dbdfa5 100644 --- a/chrome/browser/resources/linux-splash-chrome.html +++ b/chrome/browser/resources/linux-splash-chrome.html @@ -22,30 +22,31 @@ </head> <body> <center> - <div> - <!-- Stop sign using CSS hacks! For an octagon with sides of length - 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; - width: 120px; height: 50px; - text-align: center; vertical-align: middle; - font-size: 40px; font-family: sans-serif'>STOP</div> - <div class='stopcorner' style='border-width: 35px 35px 0px; width:50px'> </div> - </div> - <h1>This browser is not ready yet!</h1> + <h1>Google Chrome Alpha</h1> </center> <div class="text"> - <p>This is a <i>pre-alpha</i> build of Google Chrome 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> + <p>This is an <i>alpha</i> build of Google Chrome on Linux. The following, + significant chunks of functionality are known to be missing:</p> + <ul> + <li>Plugins, inc Flash (so no YouTube, Hulu etc)</li> + <li>Printing</li> + <li>Complex text</li> + <li>Complex tab dragging</li> + </ul> + + <p>Other parts of the browser are notably incomplete, poorly tuned and + broken. User beware!</p> + + <h3>‘Chromium’ <i>vs</i> ‘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 Chrome</a> is a browser from Google, based on the Chromium project.</p> + <p>This is a build of Google Chrome, released by Google for testing.</p> + <h3>Don't file bugs without doing the work</h3> <p>Every minute spent triaging and de-duplicating bugs is a minute spent diff --git a/chrome/browser/resources/linux-splash.html b/chrome/browser/resources/linux-splash.html index 12d6b70..7991fee 100644 --- a/chrome/browser/resources/linux-splash.html +++ b/chrome/browser/resources/linux-splash.html @@ -22,33 +22,31 @@ </head> <body> <center> - <div> - <!-- Stop sign using CSS hacks! For an octagon with sides of length - 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; - width: 120px; height: 50px; - text-align: center; vertical-align: middle; - font-size: 40px; font-family: sans-serif'>STOP</div> - <div class='stopcorner' style='border-width: 35px 35px 0px; width:50px'> </div> - </div> - <h1>This browser is not ready yet!</h1> + <h1>Chromium Alpha</h1> </center> <div class="text"> - <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> + <p>This is an <i>alpha</i> build of Chromium on Linux. The following, + significant chunks of functionality are known to be missing:</p> + <ul> + <li>Plugins, inc Flash (so no YouTube, Hulu etc)</li> + <li>Printing</li> + <li>Complex text</li> + <li>Complex tab dragging</li> + </ul> - <h3>It's ‘Chromium’, not ‘Google Chrome’</h3> + <p>Other parts of the browser are notably incomplete, poorly tuned and + broken. User beware!</p> + + <h3>‘Chromium’ <i>vs</i> ‘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 - Chrome</a> is a browser from Google, based on the Chromium project. This - is a build of Chromium. No versions of Google Chrome for Linux will exist - until Google makes an official release.</p> + Chrome</a> is a browser from Google, based on the Chromium project.</p> + + <p>This is a build of Chromium. No versions of Google Chrome for Linux will + exist until Google makes an official release.</p> <h3>Don't file bugs without doing the work</h3> |