| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;lang:language"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
| 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="chrome://resources/css/text_defaults.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 7 <link rel="stylesheet" href="plugins.css"> | 7 <link rel="stylesheet" href="plugins.css"> |
| 8 <if expr="chromeos"> | 8 <if expr="chromeos"> |
| 9 <link rel="stylesheet" | 9 <link rel="stylesheet" |
| 10 href="chrome://resources/css/chromeos/ui_account_tweaks.css"> | 10 href="chrome://resources/css/chromeos/ui_account_tweaks.css"> |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 class="enable-group-link" | 184 class="enable-group-link" |
| 185 jsvalues=".path:name" | 185 jsvalues=".path:name" |
| 186 jsdisplay="enabled_mode == 'disabledByUser'" | 186 jsdisplay="enabled_mode == 'disabledByUser'" |
| 187 href="#" | 187 href="#" |
| 188 i18n-content="enable" | 188 i18n-content="enable" |
| 189 >ENABLE</a> | 189 >ENABLE</a> |
| 190 </span> | 190 </span> |
| 191 <input | 191 <input |
| 192 class="always-allow" type="checkbox" | 192 class="always-allow" type="checkbox" |
| 193 jsvalues= | 193 jsvalues= |
| 194 ".identifier:id; id:id + '-always-allowed'; .checked:always_
allowed; disabled:!isPluginEnabled($this)"> | 194 ".identifier:id; id:id + '-always-allowed'; .checked:always_
allowed; disabled:isPluginTrusted($this) || !isPluginEnabled($this)"> |
| 195 <label jsvalues="for:id + '-always-allowed'" | 195 <label jsvalues="for:id + '-always-allowed'" |
| 196 i18n-content="alwaysAllowed"></label> | 196 i18n-content="alwaysAllowed"></label> |
| 197 </div> | 197 </div> |
| 198 </td> | 198 </td> |
| 199 </tr> | 199 </tr> |
| 200 </table> | 200 </table> |
| 201 </div> | 201 </div> |
| 202 </div> | 202 </div> |
| 203 </div> | 203 </div> |
| 204 </div> | 204 </div> |
| 205 </div> | 205 </div> |
| 206 <script src="chrome://resources/js/util.js"></script> | 206 <script src="chrome://resources/js/util.js"></script> |
| 207 <script src="chrome://resources/js/cr.js"></script> | 207 <script src="chrome://resources/js/cr.js"></script> |
| 208 <script src="chrome://plugins/plugins.js"></script> | 208 <script src="chrome://plugins/plugins.js"></script> |
| 209 <if expr="chromeos"> | 209 <if expr="chromeos"> |
| 210 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> | 210 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> |
| 211 </if> | 211 </if> |
| 212 | 212 |
| 213 <script src="chrome://resources/js/load_time_data.js"></script> | 213 <script src="chrome://resources/js/load_time_data.js"></script> |
| 214 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 214 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 215 <script src="chrome://plugins/strings.js"></script> | 215 <script src="chrome://plugins/strings.js"></script> |
| 216 <script src="chrome://resources/js/i18n_template.js"></script> | 216 <script src="chrome://resources/js/i18n_template.js"></script> |
| 217 </body> | 217 </body> |
| 218 </html> | 218 </html> |
| OLD | NEW |