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

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

Issue 1144983002: Introduce concept of provisional destinations to print preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 6 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html id="print-preview" class="focus-outline-visible" 2 <html id="print-preview" class="focus-outline-visible"
3 i18n-values="dir:textdirection;lang:language"> 3 i18n-values="dir:textdirection;lang:language">
4 4
5 <head> 5 <head>
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 <title id="document-title"></title> 7 <title id="document-title"></title>
8 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_p rint_preview.png"> 8 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_p rint_preview.png">
9 9
10 <link rel="stylesheet" href="print_preview.css"> 10 <link rel="stylesheet" href="print_preview.css">
(...skipping 18 matching lines...) Expand all
29 <link rel="stylesheet" href="previewarea/preview_area.css"> 29 <link rel="stylesheet" href="previewarea/preview_area.css">
30 <link rel="stylesheet" href="previewarea/margin_control_container.css"> 30 <link rel="stylesheet" href="previewarea/margin_control_container.css">
31 <link rel="stylesheet" href="previewarea/margin_control.css"> 31 <link rel="stylesheet" href="previewarea/margin_control.css">
32 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 32 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
33 <link rel="stylesheet" href="no_destinations_promo.css"> 33 <link rel="stylesheet" href="no_destinations_promo.css">
34 34
35 <link rel="stylesheet" href="search/destination_list.css"> 35 <link rel="stylesheet" href="search/destination_list.css">
36 <link rel="stylesheet" href="search/destination_list_item.css"> 36 <link rel="stylesheet" href="search/destination_list_item.css">
37 <link rel="stylesheet" href="search/destination_search.css"> 37 <link rel="stylesheet" href="search/destination_search.css">
38 <link rel="stylesheet" href="search/fedex_tos.css"> 38 <link rel="stylesheet" href="search/fedex_tos.css">
39 <link rel="stylesheet" href="search/provisional_destination_resolver.css">
39 40
40 <script src="chrome://resources/js/action_link.js"></script> 41 <script src="chrome://resources/js/action_link.js"></script>
41 <script src="chrome://resources/js/cr.js"></script> 42 <script src="chrome://resources/js/cr.js"></script>
42 <script src="chrome://resources/js/cr/event_target.js"></script> 43 <script src="chrome://resources/js/cr/event_target.js"></script>
43 <script src="chrome://resources/js/cr/ui.js"></script> 44 <script src="chrome://resources/js/cr/ui.js"></script>
44 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script> 45 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script>
45 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 46 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
46 <script src="chrome://resources/js/cr/ui/node_utils.js"></script> 47 <script src="chrome://resources/js/cr/ui/node_utils.js"></script>
47 <script src="chrome://resources/js/event_tracker.js"></script> 48 <script src="chrome://resources/js/event_tracker.js"></script>
48 <script src="chrome://resources/js/load_time_data.js"></script> 49 <script src="chrome://resources/js/load_time_data.js"></script>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 <include src="previewarea/preview_area.html"> 97 <include src="previewarea/preview_area.html">
97 </div> 98 </div>
98 99
99 <!-- HTML Templates --> 100 <!-- HTML Templates -->
100 <include src="settings/advanced_settings/advanced_settings_item.html"> 101 <include src="settings/advanced_settings/advanced_settings_item.html">
101 <include src="common/search_box.html"> 102 <include src="common/search_box.html">
102 <include src="previewarea/margin_control.html"> 103 <include src="previewarea/margin_control.html">
103 <include src="search/destination_list.html"> 104 <include src="search/destination_list.html">
104 <include src="search/destination_list_item.html"> 105 <include src="search/destination_list_item.html">
105 <include src="search/fedex_tos.html"> 106 <include src="search/fedex_tos.html">
107 <include src="search/provisional_destination_resolver.html">
106 108
107 <script src="chrome://resources/js/i18n_template.js"></script> 109 <script src="chrome://resources/js/i18n_template.js"></script>
108 </body> 110 </body>
109 111
110 </html> 112 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/native_layer.js ('k') | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698