Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Side by Side Diff: chrome/browser/resources/linux-splash-chrome.html

Issue 211036: Linux: Remove linux splash page and printing command line switch.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/linux-splash.html ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html lang="en-US">
3 <head>
4 <title>Google Chrome 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>Google Chrome Dev Build</h1>
25 </center>
26
27 <div class="text">
28
29 <p>This is an <i>in-progress</i> build of Google Chrome 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>&lsquo;Chromium&rsquo; <i>vs</i> &lsquo;Google Chrome&rsquo;</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 <p>This is a build of Google Chrome, released by Google for testing.
41
42 <h3>Don't file bugs without doing the work</h3>
43
44 <p>Every minute spent triaging and de-duplicating bugs is a minute spent
45 not fixing them. If you have a good bug report (e.g. includes a
46 stack trace or a reduced test case), first verify it exists in the <a
47 href="http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/">
48 latest build</a>, then <a
49 href="http://code.google.com/p/chromium/issues/list?can=1&q=os:linux">
50 verify it hasn't been filed already</a>, then <a
51 href="http://code.google.com/p/chromium/issues/entry?template=Defect%20on%20 Linux">
52 file your bug using the Linux-specific template</a>.
53
54 <h3>How to help</h3>
55
56 <p>Chromium is an open source project, and you are welcome to help out. We
57 have <a href="http://dev.chromium.org/">documentation for developers</a> as
58 well as mailing lists and an IRC channel.
59
60 <h3>Printing</h3>
61
62 Basic printing support is now available with the --enable-printing flag.
63 There is no support for page preview, adjusting the margins, editing the
64 header/footer, etc. If you have bug reports, please file them, but be sure
65 to
66 <a href="http://code.google.com/p/chromium/issues/list?can=2&q=label:Printin g#">
67 search existing issues</a> first, because we know a lot of features are
68 missing.
69
70 </div>
71
72 <p></p>
73 </body>
74 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/linux-splash.html ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698