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

Side by Side Diff: chrome/browser/resources/md_downloads/item.html

Issue 1409933012: MD Downloads: re-jigger the order of i18n processing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grd + c++ funkiness Created 5 years, 1 month 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 <link rel="import" href="chrome://resources/html/action_link.html"> 1 <link rel="import" href="chrome://resources/html/action_link.html">
2 <link rel="import" href="chrome://resources/html/cr.html"> 2 <link rel="import" href="chrome://resources/html/cr.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l">
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-behaviors/paper-i nky-focus-behavior.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-behaviors/paper-i nky-focus-behavior.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-pr ogress.html"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-pr ogress.html">
9 <link rel="import" href="chrome://downloads/action_service.html"> 9 <link rel="import" href="chrome://downloads/action_service.html">
10 <link rel="import" href="chrome://downloads/constants.html"> 10 <link rel="import" href="chrome://downloads/constants.html">
11 <link rel="import" href="chrome://downloads/i18n.html"> 11 <link rel="import" href="chrome://downloads/i18n_setup.html">
12 12
13 <dom-module id="inky-text-button"> 13 <dom-module id="inky-text-button">
14 <template><content></content></template> 14 <template><content></content></template>
15 <style> 15 <style>
16 :host { 16 :host {
17 -webkit-user-select: none; 17 -webkit-user-select: none;
18 cursor: pointer; 18 cursor: pointer;
19 display: inline-block; 19 display: inline-block;
20 outline: none; 20 outline: none;
21 position: relative; 21 position: relative;
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 <div id="incognito" i18n-values="title:inIncognito" 113 <div id="incognito" i18n-values="title:inIncognito"
114 hidden="[[!data.otr]]"></div> 114 hidden="[[!data.otr]]"></div>
115 </div> 115 </div>
116 116
117 </template> 117 </template>
118 <link rel="import" type="css" href="chrome://resources/css/action_link.css"> 118 <link rel="import" type="css" href="chrome://resources/css/action_link.css">
119 <link rel="import" type="css" href="chrome://downloads/shared_style.css"> 119 <link rel="import" type="css" href="chrome://downloads/shared_style.css">
120 <link rel="import" type="css" href="chrome://downloads/item.css"> 120 <link rel="import" type="css" href="chrome://downloads/item.css">
121 <script src="chrome://downloads/item.js"></script> 121 <script src="chrome://downloads/item.js"></script>
122 </dom-module> 122 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_downloads/i18n_setup.html ('k') | chrome/browser/resources/md_downloads/manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698