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

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

Issue 200138: GTK: Add a dialog for printing. (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/chrome.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en-US"> 2 <html lang="en-US">
3 <head> 3 <head>
4 <title>Google Chrome Dev Build Warning</title> 4 <title>Google Chrome Dev Build Warning</title>
5 <style> 5 <style>
6 body { 6 body {
7 font-family: sans-serif; 7 font-family: sans-serif;
8 font-size: 0.8em; 8 font-size: 0.8em;
9 margin: 2em 4em; 9 margin: 2em 4em;
10 } 10 }
(...skipping 26 matching lines...) Expand all
37 source browser project. <a href="http://www.google.com/chrome">Google 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. 38 Chrome</a> is a browser from Google, based on the Chromium project.
39 39
40 <p>This is a build of Google Chrome, released by Google for testing. 40 <p>This is a build of Google Chrome, released by Google for testing.
41 41
42 <h3>Don't file bugs without doing the work</h3> 42 <h3>Don't file bugs without doing the work</h3>
43 43
44 <p>Every minute spent triaging and de-duplicating bugs is a minute spent 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 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 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/">la test 47 href="http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/">
48 build</a>, then <a 48 latest build</a>, then <a
49 href="http://code.google.com/p/chromium/issues/list?can=1&q=os:linux"> 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 50 verify it hasn't been filed already</a>, then <a
51 href="http://code.google.com/p/chromium/issues/entry?template=Defect%20on% 20Linux">file 51 href="http://code.google.com/p/chromium/issues/entry?template=Defect%20on%20 Linux">
52 your bug using the Linux-specific template</a>. 52 file your bug using the Linux-specific template</a>.
53 53
54 <h3>How to help</h3> 54 <h3>How to help</h3>
55 55
56 <p>Chromium is an open source project, and you are welcome to help out. We 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 57 have <a href="http://dev.chromium.org/">documentation for developers</a> as
58 well as mailing lists and an IRC channel. 58 well as mailing lists and an IRC channel.
59 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
60 </div> 70 </div>
61 71
62 <p></p> 72 <p></p>
63 </body> 73 </body>
64 </html> 74 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/linux-splash.html ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698