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

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

Issue 9537014: Merge a bunch of CLs to whitelist the Google Talk plug-in when turning on click-to-play. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1025/src
Patch Set: sync Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/plugins.css ('k') | chrome/browser/resources/plugins.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="pluginsTitle"></title> 5 <title i18n-content="pluginsTitle"></title>
6 <link rel="stylesheet" href="plugins.css"/> 6 <link rel="stylesheet" href="plugins.css"/>
7 </head> 7 </head>
8 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 8 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
9 <div id="body-container" style="visibility:hidden"> 9 <div id="body-container" style="visibility:hidden">
10 10
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 i18n-content="disable" 174 i18n-content="disable"
175 >DISABLE</a> 175 >DISABLE</a>
176 <a 176 <a
177 class="enable-group-link" 177 class="enable-group-link"
178 jsvalues=".path:name" 178 jsvalues=".path:name"
179 jsdisplay="enabledMode == 'disabledByUser'" 179 jsdisplay="enabledMode == 'disabledByUser'"
180 href="#" 180 href="#"
181 i18n-content="enable" 181 i18n-content="enable"
182 >ENABLE</a> 182 >ENABLE</a>
183 </span> 183 </span>
184 <input
185 class="always-allow" type="checkbox"
186 jsvalues=
187 ".identifier:id; id:id + '-always-allowed'; .checked:alwaysA llowed">
188 <label jsvalues="for:id + '-always-allowed'"
189 i18n-content="alwaysAllowed"></label>
184 </div> 190 </div>
185 </td> 191 </td>
186 </tr> 192 </tr>
187 </table> 193 </table>
188 </div> 194 </div>
189 </div> 195 </div>
190 </div> 196 </div>
191 </div> 197 </div>
192 </div> 198 </div>
193 <script src="chrome://plugins/plugins.js"></script> 199 <script src="chrome://plugins/plugins.js"></script>
194 <script src="chrome://plugins/strings.js"></script> 200 <script src="chrome://plugins/strings.js"></script>
195 <script src="chrome://resources/js/i18n_template.js"></script> 201 <script src="chrome://resources/js/i18n_template.js"></script>
196 <script src="chrome://resources/js/i18n_process.js"></script> 202 <script src="chrome://resources/js/i18n_process.js"></script>
197 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 203 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
198 </body> 204 </body>
199 </html> 205 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/plugins.css ('k') | chrome/browser/resources/plugins.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698