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

Side by Side Diff: chrome/browser/resources/options/advanced_options.html

Issue 3190004: dom-ui options: record user metrics for pref changes.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase to r56963. Created 10 years, 4 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
OLDNEW
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>
11 </div> 11 </div>
12 <div i18n-content="disableServices"></div> 12 <div i18n-content="disableServices"></div>
13 <div><a target="_blank" i18n-content="privacyLearnMoreLabel" 13 <div><a target="_blank" i18n-content="privacyLearnMoreLabel"
14 i18n-values="href:privacyLearnMoreURL"></a></div> 14 i18n-values="href:privacyLearnMoreURL"></a></div>
15 <label><input id="alternateErrorPagesEnabled" 15 <label><input id="alternateErrorPagesEnabled"
16 pref="alternate_error_pages.enabled" type="checkbox"><span 16 pref="alternate_error_pages.enabled"
17 metric="Options_LinkDoctorCheckbox" type="checkbox"><span
17 i18n-content="linkDoctorPref"></span></label> 18 i18n-content="linkDoctorPref"></span></label>
18 <label><input id="searchSuggestEnabled" 19 <label><input id="searchSuggestEnabled"
19 pref="search.suggest_enabled" type="checkbox"><span 20 pref="search.suggest_enabled" metric="Options_UseSuggestCheckbox"
20 i18n-content="suggestPref"></span></label> 21 type="checkbox"><span i18n-content="suggestPref"></span></label>
21 <label><input id="dnsPrefetchingEnabled" 22 <label><input id="dnsPrefetchingEnabled"
22 pref="dns_prefetching.enabled" type="checkbox"><span 23 pref="dns_prefetching.enabled" metric="Options_DnsPrefetchCheckbox"
23 i18n-content="networkDNSPrefetchEnabledDescription"></span> 24 type="checkbox"><span
24 </label> 25 i18n-content="networkDNSPrefetchEnabledDescription"></span></label>
25 <label><input id="safeBrowsingEnabled" 26 <label><input id="safeBrowsingEnabled"
26 pref="safebrowsing.enabled" type="checkbox"><span 27 pref="safebrowsing.enabled" metric="Options_SafeBrowsingCheckbox"
27 i18n-content="safeBrowsingEnableProtection"></span></label> 28 type="checkbox"><span i18n-content="safeBrowsingEnableProtection">
29 </span></label>
28 <if expr="pp_ifdef('_google_chrome')"> 30 <if expr="pp_ifdef('_google_chrome')">
29 <label><input id="metricsReportingEnabled" 31 <label><input id="metricsReportingEnabled"
30 pref="user_experience_metrics.reporting_enabled" type="checkbox"> 32 pref="user_experience_metrics.reporting_enabled"
33 metric="Options_MetricsReportingCheckbox" type="checkbox">
31 <span i18n-content="enableLogging"></span></label> 34 <span i18n-content="enableLogging"></span></label>
32 </if> 35 </if>
33 </div> 36 </div>
34 </section> 37 </section>
35 <section> 38 <section>
36 <h3 i18n-content="advancedSectionTitleNetwork"></h3> 39 <h3 i18n-content="advancedSectionTitleNetwork"></h3>
37 <div> 40 <div>
38 <div id="proxiesLabel"></div> 41 <div id="proxiesLabel"></div>
39 <button id="proxiesConfigureButton" 42 <button id="proxiesConfigureButton"
40 i18n-content="proxiesConfigureButton"></button> 43 i18n-content="proxiesConfigureButton"></button>
41 </div> 44 </div>
42 </section> 45 </section>
43 <section> 46 <section>
44 <h3 i18n-content="advancedSectionTitleTranslate"></h3> 47 <h3 i18n-content="advancedSectionTitleTranslate"></h3>
45 <div> 48 <div>
46 <label><input id="enableTranslate" 49 <label><input id="enableTranslate"
47 pref="translate.enabled" type="checkbox"><span 50 pref="translate.enabled" metric="Options_Translate" type="checkbox">
48 i18n-content="translateEnableTranslate"></span></label> 51 <span i18n-content="translateEnableTranslate"></span></label>
49 </div> 52 </div>
50 </section> 53 </section>
51 <section> 54 <section>
52 <h3 i18n-content="downloadLocationGroupName"></h3> 55 <h3 i18n-content="downloadLocationGroupName"></h3>
53 <div> 56 <div>
54 <if expr="not pp_ifdef('chromeos')"> 57 <if expr="not pp_ifdef('chromeos')">
55 <div i18n-content="downloadLocationBrowseTitle"></div> 58 <div i18n-content="downloadLocationBrowseTitle"></div>
56 <div> 59 <div>
57 <input id="downloadLocationPath" type="text" size="60" disabled> 60 <input id="downloadLocationPath" type="text" size="60" disabled>
58 <button id="downloadLocationBrowseButton" 61 <button id="downloadLocationBrowseButton"
59 i18n-content="downloadLocationBrowseButton"></button> 62 i18n-content="downloadLocationBrowseButton"></button>
60 </div> 63 </div>
61 <label><input id="promptForDownload" 64 <label><input id="promptForDownload"
62 pref="download.prompt_for_download" type="checkbox"><span 65 pref="download.prompt_for_download"
66 metric="Options_AskForSaveLocation" type="checkbox"><span
63 i18n-content="downloadLocationAskForSaveLocation"></span></label> 67 i18n-content="downloadLocationAskForSaveLocation"></span></label>
64 </if> 68 </if>
65 <div i18n-content="autoOpenFileTypesInfo"></div> 69 <div i18n-content="autoOpenFileTypesInfo"></div>
66 <div><button id="autoOpenFileTypesResetToDefault" 70 <div><button id="autoOpenFileTypesResetToDefault"
67 i18n-content="autoOpenFileTypesResetToDefault"></button></div> 71 i18n-content="autoOpenFileTypesResetToDefault"></button></div>
68 </div> 72 </div>
69 </section> 73 </section>
70 <section> 74 <section>
71 <h3 i18n-content="advancedSectionTitleContent"></h3> 75 <h3 i18n-content="advancedSectionTitleContent"></h3>
72 <div> 76 <div>
73 <if expr="os == 'darwin'"> 77 <if expr="os == 'darwin'">
74 <label><input id="tabsToLinksPref" 78 <label><input id="tabsToLinksPref"
75 pref="webkit.webprefs.tabs_to_links" type="checkbox"><span 79 pref="webkit.webprefs.tabs_to_links" metric="Options_TabsToLinks"
76 i18n-content="tabsToLinksPref"></span></label> 80 type="checkbox"><span i18n-content="tabsToLinksPref"></span></label>
77 </if> 81 </if>
78 <div><button id="fontSettingsConfigureFontsOnlyButton" 82 <div><button id="fontSettingsConfigureFontsOnlyButton"
79 i18n-content="fontSettingsConfigureFontsOnlyButton"></button></div> 83 i18n-content="fontSettingsConfigureFontsOnlyButton"></button></div>
80 <if expr="os == 'win32'"> 84 <if expr="os == 'win32'">
81 <div> 85 <div>
82 <label style="display:inline;"> 86 <label style="display:inline;">
83 <span i18n-content="gearSettingsGroupName"></span> 87 <span i18n-content="gearSettingsGroupName"></span>
84 <button id="gearSettingsConfigureGearsButton" 88 <button id="gearSettingsConfigureGearsButton"
85 i18n-content="gearSettingsConfigureGearsButton"></button> 89 i18n-content="gearSettingsConfigureGearsButton"></button>
86 </label> 90 </label>
(...skipping 14 matching lines...) Expand all
101 <label><input id="sslCheckRevocation" 105 <label><input id="sslCheckRevocation"
102 type="checkbox"><span i18n-content="sslCheckRevocation"></span> 106 type="checkbox"><span i18n-content="sslCheckRevocation"></span>
103 </label> 107 </label>
104 <label><input id="sslUseSSL2" 108 <label><input id="sslUseSSL2"
105 type="checkbox"><span i18n-content="sslUseSSL2"></span> 109 type="checkbox"><span i18n-content="sslUseSSL2"></span>
106 </label> 110 </label>
107 </if> 111 </if>
108 <if expr="not pp_ifdef('chromeos') and (os == 'linux2' or os.find('bsd') != -1)" > 112 <if expr="not pp_ifdef('chromeos') and (os == 'linux2' or os.find('bsd') != -1)" >
109 <!-- Configure these options for Linux/BSD as preference keys --> 113 <!-- Configure these options for Linux/BSD as preference keys -->
110 <label><input id="sslCheckRevocation" 114 <label><input id="sslCheckRevocation"
111 pref="ssl.rev_checking.enabled" type="checkbox"><span 115 pref="ssl.rev_checking.enabled" metric="Options_CheckCertRevocation"
112 i18n-content="sslCheckRevocation"></span></label> 116 type="checkbox"><span i18n-content="sslCheckRevocation"></span>
117 </label>
113 <label><input id="sslUseSSL2" 118 <label><input id="sslUseSSL2"
114 pref="ssl.ssl2.enabled" type="checkbox"><span 119 pref="ssl.ssl2.enabled" metric="Options_SSL2" type="checkbox"><span
115 i18n-content="sslUseSSL2"></span></label> 120 i18n-content="sslUseSSL2"></span></label>
116 <label><input id="sslUseSSL3" 121 <label><input id="sslUseSSL3"
117 pref="ssl.ssl3.enabled" type="checkbox"><span 122 pref="ssl.ssl3.enabled" metric="Options_SSL3" type="checkbox"><span
118 i18n-content="sslUseSSL3"></span></label> 123 i18n-content="sslUseSSL3"></span></label>
119 <label><input id="sslUseTLS1" 124 <label><input id="sslUseTLS1"
120 pref="ssl.tls1.enabled" type="checkbox"><span 125 pref="ssl.tls1.enabled" metric="Options_TLS1" type="checkbox"><span
121 i18n-content="sslUseTLS1"></span></label> 126 i18n-content="sslUseTLS1"></span></label>
122 </if> 127 </if>
123 <if expr="not pp_ifdef('chromeos')"> 128 <if expr="not pp_ifdef('chromeos')">
124 </div> 129 </div>
125 </section> 130 </section>
126 </if> 131 </if>
127 </div> 132 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/core_options_handler.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698