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

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

Issue 1755423003: Re-use PromiseResolver helper in print preview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reject_promise
Patch Set: Add @struct Created 4 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/search/provisional_destination_resolver.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 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 21 matching lines...) Expand all
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 <link rel="stylesheet" href="search/provisional_destination_resolver.css">
40 40
41 <script src="chrome://resources/js/action_link.js"></script> 41 <script src="chrome://resources/js/action_link.js"></script>
42 <script src="chrome://resources/js/promise_resolver.js"></script>
42 <script src="chrome://resources/js/cr.js"></script> 43 <script src="chrome://resources/js/cr.js"></script>
43 <script src="chrome://resources/js/cr/event_target.js"></script> 44 <script src="chrome://resources/js/cr/event_target.js"></script>
44 <script src="chrome://resources/js/cr/ui.js"></script> 45 <script src="chrome://resources/js/cr/ui.js"></script>
45 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script> 46 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script>
46 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 47 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
47 <script src="chrome://resources/js/cr/ui/node_utils.js"></script> 48 <script src="chrome://resources/js/cr/ui/node_utils.js"></script>
48 <script src="chrome://resources/js/event_tracker.js"></script> 49 <script src="chrome://resources/js/event_tracker.js"></script>
49 <script src="chrome://resources/js/load_time_data.js"></script> 50 <script src="chrome://resources/js/load_time_data.js"></script>
50 <script src="chrome://resources/js/util.js"></script> 51 <script src="chrome://resources/js/util.js"></script>
51 <script src="chrome://print/print_preview.js"></script> 52 <script src="chrome://print/print_preview.js"></script>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 <include src="previewarea/margin_control.html"> 104 <include src="previewarea/margin_control.html">
104 <include src="search/destination_list.html"> 105 <include src="search/destination_list.html">
105 <include src="search/destination_list_item.html"> 106 <include src="search/destination_list_item.html">
106 <include src="search/fedex_tos.html"> 107 <include src="search/fedex_tos.html">
107 <include src="search/provisional_destination_resolver.html"> 108 <include src="search/provisional_destination_resolver.html">
108 109
109 <script src="chrome://resources/js/i18n_template.js"></script> 110 <script src="chrome://resources/js/i18n_template.js"></script>
110 </body> 111 </body>
111 112
112 </html> 113 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview/search/provisional_destination_resolver.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698