Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection;" class="loading"> | 2 <html i18n-values="dir:textdirection;" class="loading"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 | 5 |
| 6 <link rel="stylesheet" href="extensions.css"> | 6 <link rel="stylesheet" href="extensions.css"> |
| 7 <link rel="stylesheet" href="extension_commands_overlay.css"> | 7 <link rel="stylesheet" href="extension_commands_overlay.css"> |
| 8 <link rel="stylesheet" href="extension_error.css"> | 8 <link rel="stylesheet" href="extension_error.css"> |
| 9 <link rel="stylesheet" href="extension_error_overlay.css"> | 9 <link rel="stylesheet" href="extension_error_overlay.css"> |
| 10 <link rel="stylesheet" href="pack_extension_overlay.css"> | 10 <link rel="stylesheet" href="pack_extension_overlay.css"> |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 160 <div class="manifest-errors" hidden></div> | 160 <div class="manifest-errors" hidden></div> |
| 161 <div class="runtime-errors" hidden></div> | 161 <div class="runtime-errors" hidden></div> |
| 162 <div class="install-warnings" hidden> | 162 <div class="install-warnings" hidden> |
| 163 <span i18n-content="extensionSettingsInstallWarnings"></span> | 163 <span i18n-content="extensionSettingsInstallWarnings"></span> |
| 164 <ul></ul> | 164 <ul></ul> |
| 165 </div> | 165 </div> |
| 166 </div> | 166 </div> |
| 167 <div class="optional-controls"> | 167 <div class="optional-controls"> |
| 168 <button class="show-button" | 168 <button class="show-button" |
| 169 i18n-content="extensionSettingsShowButton" hidden></button> | 169 i18n-content="extensionSettingsShowButton" hidden></button> |
| 170 <div class="checkbox"><label class="incognito-control"> | 170 <div class="checkbox"> |
| 171 <input type="checkbox"> | 171 <label class="incognito-control"> |
| 172 <span i18n-content="extensionSettingsEnableIncognito"></span> | 172 <input type="checkbox"> |
| 173 </label></div> | 173 <span i18n-content="extensionSettingsEnableIncognito"></span> |
| 174 </label> | |
| 175 </div> | |
| 176 <div class="checkbox"> | |
|
not at google - send to devlin
2014/04/15 21:57:41
make sure this control is only shown if the activi
Devlin
2014/04/16 18:10:48
Good catch. Thanks. :) (assuming s/activity log/er
| |
| 177 <label class="error-collection-control"> | |
| 178 <input type="checkbox"> | |
| 179 <span i18n-content="extensionSettingsEnableErrorCollection"> | |
| 180 </span> | |
| 181 </label> | |
| 182 </div> | |
| 174 <span class="optional-controls-disableable"> | 183 <span class="optional-controls-disableable"> |
| 175 <label class="file-access-control" hidden> | 184 <label class="file-access-control" hidden> |
| 176 <input type="checkbox"> | 185 <input type="checkbox"> |
| 177 <span i18n-content="extensionSettingsAllowFileAccess"></span> | 186 <span i18n-content="extensionSettingsAllowFileAccess"></span> |
| 178 </label> | 187 </label> |
| 179 <a class="reload-link" | 188 <a class="reload-link" |
| 180 i18n-content="extensionSettingsReloadUnpacked" | 189 i18n-content="extensionSettingsReloadUnpacked" |
| 181 href="#" hidden></a> | 190 href="#" hidden></a> |
| 182 <a class="launch-link" i18n-content="extensionSettingsLaunch" | 191 <a class="launch-link" i18n-content="extensionSettingsLaunch" |
| 183 href="#" hidden></a> | 192 href="#" hidden></a> |
| (...skipping 27 matching lines...) Expand all Loading... | |
| 211 <include src="../../../../ui/webui/resources/html/trash.html"> | 220 <include src="../../../../ui/webui/resources/html/trash.html"> |
| 212 <include src="extension_error.html"> | 221 <include src="extension_error.html"> |
| 213 | 222 |
| 214 </div> | 223 </div> |
| 215 | 224 |
| 216 <script src="chrome://extensions-frame/strings.js"></script> | 225 <script src="chrome://extensions-frame/strings.js"></script> |
| 217 <script src="chrome://resources/js/i18n_template2.js"></script> | 226 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 218 | 227 |
| 219 </body> | 228 </body> |
| 220 </html> | 229 </html> |
| OLD | NEW |