OLD | NEW |
1 <div class="page hidden" id="advancedPage"> | 1 <div class="page hidden" id="advancedPage"> |
2 <h1 i18n-content="advancedPage"></h1> | 2 <h1 i18n-content="advancedPage"></h1> |
3 <section> | 3 <section> |
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
5 <div> | 5 <div> |
6 <div> | 6 <div> |
7 <button id="privacyContentSettingsButton" | 7 <button id="privacyContentSettingsButton" |
8 i18n-content="privacyContentSettingsButton"></button> | 8 i18n-content="privacyContentSettingsButton"></button> |
9 <button id="privacyClearDataButton" | 9 <button id="privacyClearDataButton" |
10 i18n-content="privacyClearDataButton"></button> | 10 i18n-content="privacyClearDataButton"></button> |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 <section> | 70 <section> |
71 <h3 i18n-content="advancedSectionTitleContent"></h3> | 71 <h3 i18n-content="advancedSectionTitleContent"></h3> |
72 <div> | 72 <div> |
73 <if expr="os == 'darwin'"> | 73 <if expr="os == 'darwin'"> |
74 <label><input id="tabsToLinksPref" | 74 <label><input id="tabsToLinksPref" |
75 pref="webkit.webprefs.tabs_to_links" type="checkbox"><span | 75 pref="webkit.webprefs.tabs_to_links" type="checkbox"><span |
76 i18n-content="tabsToLinksPref"></span></label> | 76 i18n-content="tabsToLinksPref"></span></label> |
77 </if> | 77 </if> |
78 <div><button id="fontSettingsConfigureFontsOnlyButton" | 78 <div><button id="fontSettingsConfigureFontsOnlyButton" |
79 i18n-content="fontSettingsConfigureFontsOnlyButton"></button></div> | 79 i18n-content="fontSettingsConfigureFontsOnlyButton"></button></div> |
| 80 <if expr="os == 'win32'"> |
| 81 <div> |
| 82 <label style="display:inline;"> |
| 83 <span i18n-content="gearSettingsGroupName"></span> |
| 84 <button id="gearSettingsConfigureGearsButton" |
| 85 i18n-content="gearSettingsConfigureGearsButton"></button> |
| 86 </label> |
| 87 </div> |
| 88 </if> |
80 </div> | 89 </div> |
81 </section> | 90 </section> |
82 <if expr="not pp_ifdef('chromeos')"> | 91 <if expr="not pp_ifdef('chromeos')"> |
83 <section> | 92 <section> |
84 <h3 i18n-content="advancedSectionTitleSecurity"></h3> | 93 <h3 i18n-content="advancedSectionTitleSecurity"></h3> |
85 <div> | 94 <div> |
86 <div i18n-content="certificatesLabel"></div> | 95 <div i18n-content="certificatesLabel"></div> |
87 <div><button id="certificatesManageButton" | 96 <div><button id="certificatesManageButton" |
88 i18n-content="certificatesManageButton"></button></div> | 97 i18n-content="certificatesManageButton"></button></div> |
89 </if> | 98 </if> |
(...skipping 19 matching lines...) Expand all Loading... |
109 i18n-content="sslUseSSL3"></span></label> | 118 i18n-content="sslUseSSL3"></span></label> |
110 <label><input id="sslUseTLS1" | 119 <label><input id="sslUseTLS1" |
111 pref="ssl.tls1.enabled" type="checkbox"><span | 120 pref="ssl.tls1.enabled" type="checkbox"><span |
112 i18n-content="sslUseTLS1"></span></label> | 121 i18n-content="sslUseTLS1"></span></label> |
113 </if> | 122 </if> |
114 <if expr="not pp_ifdef('chromeos')"> | 123 <if expr="not pp_ifdef('chromeos')"> |
115 </div> | 124 </div> |
116 </section> | 125 </section> |
117 </if> | 126 </if> |
118 </div> | 127 </div> |
OLD | NEW |