| OLD | NEW |
| (Empty) |
| 1 <div id="clear-browser-data-overlay" class="page" hidden> | |
| 2 <div class="close-button"></div> | |
| 3 <h1 i18n-content="clearBrowserDataOverlay"></h1> | |
| 4 <div id="cbd-content-area" class="content-area"> | |
| 5 <span i18n-content="clearBrowserDataLabel"></span> | |
| 6 <select id="clear-browser-data-time-period" | |
| 7 i18n-options="clearBrowserDataTimeList" | |
| 8 pref="browser.clear_data.time_period" | |
| 9 data-type="number"> | |
| 10 </select> | |
| 11 <div id="clear-data-checkboxes"> | |
| 12 <div class="checkbox"> | |
| 13 <label> | |
| 14 <input id="delete-browsing-history-checkbox" | |
| 15 pref="browser.clear_data.browsing_history" type="checkbox"> | |
| 16 <span i18n-content="deleteBrowsingHistoryCheckbox"></span> | |
| 17 </label> | |
| 18 </div> | |
| 19 <div class="checkbox"> | |
| 20 <label> | |
| 21 <input id="delete-download-history-checkbox" | |
| 22 pref="browser.clear_data.download_history" type="checkbox"> | |
| 23 <span i18n-content="deleteDownloadHistoryCheckbox"></span> | |
| 24 </label> | |
| 25 </div> | |
| 26 <div class="checkbox"> | |
| 27 <label> | |
| 28 <input id="delete-cache-checkbox" | |
| 29 pref="browser.clear_data.cache" type="checkbox"> | |
| 30 <span i18n-content="deleteCacheCheckbox"></span> | |
| 31 </label> | |
| 32 </div> | |
| 33 <div class="checkbox"> | |
| 34 <label> | |
| 35 <input id="delete-cookies-checkbox" | |
| 36 pref="browser.clear_data.cookies" type="checkbox"> | |
| 37 <span i18n-content="deleteCookiesFlashCheckbox" | |
| 38 class="clear-plugin-lso-data-enabled"></span> | |
| 39 <span i18n-content="deleteCookiesCheckbox" | |
| 40 class="clear-plugin-lso-data-disabled"></span> | |
| 41 </label> | |
| 42 </div> | |
| 43 <div class="checkbox"> | |
| 44 <label> | |
| 45 <input id="delete-passwords-checkbox" | |
| 46 pref="browser.clear_data.passwords" type="checkbox"> | |
| 47 <span i18n-content="deletePasswordsCheckbox"></span> | |
| 48 </label> | |
| 49 </div> | |
| 50 <div class="checkbox"> | |
| 51 <label> | |
| 52 <input id="delete-form-data-checkbox" | |
| 53 pref="browser.clear_data.form_data" type="checkbox"> | |
| 54 <span i18n-content="deleteFormDataCheckbox"></span> | |
| 55 </label> | |
| 56 </div> | |
| 57 <div class="checkbox"> | |
| 58 <label> | |
| 59 <input id="delete-hosted-apps-data-checkbox" | |
| 60 pref="browser.clear_data.hosted_apps_data" type="checkbox"> | |
| 61 <span i18n-content="deleteHostedAppsDataCheckbox"></span> | |
| 62 </label> | |
| 63 </div> | |
| 64 <div class="checkbox pepper-flash-settings"> | |
| 65 <label> | |
| 66 <input id="deauthorize-content-licenses-checkbox" | |
| 67 pref="browser.clear_data.content_licenses" type="checkbox"> | |
| 68 <span i18n-content="deauthorizeContentLicensesCheckbox"></span> | |
| 69 </label> | |
| 70 </div> | |
| 71 </div> | |
| 72 <div id="flash-storage-settings" class="flash-plugin-area"> | |
| 73 <a target="_blank" i18n-content="flash_storage_settings" | |
| 74 i18n-values="href:flash_storage_url"></a> | |
| 75 </div> | |
| 76 </div> | |
| 77 <div class="action-area"> | |
| 78 <div class="hbox stretch"> | |
| 79 <a target="_blank" i18n-content="learnMore" | |
| 80 i18n-values="href:clearBrowsingDataLearnMoreUrl"></a> | |
| 81 </div> | |
| 82 <div class="action-area-right"> | |
| 83 <div id="cbd-throbber" class="throbber"></div> | |
| 84 <div class="button-strip"> | |
| 85 <button id="clear-browser-data-dismiss" i18n-content="cancel"></button> | |
| 86 <button id="clear-browser-data-commit" | |
| 87 i18n-content="clearBrowserDataCommit"> | |
| 88 </button> | |
| 89 </div> | |
| 90 </div> | |
| 91 </div> | |
| 92 </div> | |
| OLD | NEW |