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

Side by Side Diff: chrome/browser/resources/print_preview.html

Issue 6982030: Print Preview: Detecting plugin existence before generating the preview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing unnecessary else if statement Created 9 years, 7 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 | « no previous file | chrome/browser/resources/print_preview.js » ('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 i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="icon" href="../../app/theme/print_preview_favicon.png"> 6 <link rel="icon" href="../../app/theme/print_preview_favicon.png">
7 <link rel="stylesheet" href="webui.css"> 7 <link rel="stylesheet" href="webui.css">
8 <link rel="stylesheet" href="print_preview.css"> 8 <link rel="stylesheet" href="print_preview.css">
9 <script src="chrome://resources/js/local_strings.js"></script> 9 <script src="chrome://resources/js/local_strings.js"></script>
10 <script src="chrome://resources/js/util.js"></script> 10 <script src="chrome://resources/js/util.js"></script>
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 </div> 115 </div>
116 <div id="mainview"> 116 <div id="mainview">
117 <div id="dancing-dots" class="invisible"> 117 <div id="dancing-dots" class="invisible">
118 <div id="dancing-dots-text" class="messages"> 118 <div id="dancing-dots-text" class="messages">
119 <span i18n-content="loading"></span> 119 <span i18n-content="loading"></span>
120 <span><span>.</span><span>.</span><span>.</span></span> 120 <span><span>.</span><span>.</span><span>.</span></span>
121 </div> 121 </div>
122 <div id="error-text" class="messages hidden"></div> 122 <div id="error-text" class="messages hidden"></div>
123 </div> 123 </div>
124 </div> 124 </div>
125 <object id="dummy-viewer" type="application/pdf"
126 src="chrome://print/dummy.pdf"/>
125 </body> 127 </body>
126 </html> 128 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698