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

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

Issue 6260003: Clear plugin data together with cookies on shutdown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update copyright date Created 9 years, 11 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="content-settings-page"> 1 <div class="page hidden" id="content-settings-page">
2 <h1 i18n-content="contentSettingsPage"></h1> 2 <h1 i18n-content="contentSettingsPage"></h1>
3 <!-- Cookie filter tab contents --> 3 <!-- Cookie filter tab contents -->
4 <section> 4 <section>
5 <h3 i18n-content="cookies_tab_label"></h3> 5 <h3 i18n-content="cookies_tab_label"></h3>
6 <div> 6 <div>
7 <label class="radio"> 7 <label class="radio">
8 <input type="radio" name="cookies" value="allow"> 8 <input type="radio" name="cookies" value="allow">
9 <span i18n-content="cookies_allow"></span> 9 <span i18n-content="cookies_allow"></span>
10 </label> 10 </label>
11 <label class="radio"> 11 <label class="radio">
12 <input type="radio" name="cookies" value="block"> 12 <input type="radio" name="cookies" value="block">
13 <span i18n-content="cookies_block"></span> 13 <span i18n-content="cookies_block"></span>
14 </label> 14 </label>
15 15
16 <label class="checkbox"> 16 <label class="checkbox">
17 <input id="block-third-party-cookies" 17 <input id="block-third-party-cookies"
18 pref="profile.block_third_party_cookies" type="checkbox"> 18 pref="profile.block_third_party_cookies" type="checkbox">
19 <span i18n-content="cookies_block_3rd_party"></span> 19 <span i18n-content="cookies_block_3rd_party"></span>
20 </label> 20 </label>
21 <label class="checkbox"> 21 <label class="checkbox">
22 <input id="clear-cookies-on-exit" 22 <input id="clear-cookies-on-exit"
23 pref="profile.clear_site_data_on_exit" type="checkbox"> 23 pref="profile.clear_site_data_on_exit" type="checkbox">
24 <span i18n-content="cookies_clear_on_exit"></span> 24 <span id="clear-cookies-on-exit-label"></span>
25 </label> 25 </label>
26 26
27 <button class="exceptions-list-button" contentType="cookies" 27 <button class="exceptions-list-button" contentType="cookies"
28 i18n-content="manage_exceptions"></button> 28 i18n-content="manage_exceptions"></button>
29 <button id="show-cookies-button" 29 <button id="show-cookies-button"
30 i18n-content="cookies_show_cookies"></button> 30 i18n-content="cookies_show_cookies"></button>
31 </div> 31 </div>
32 </section> 32 </section>
33 33
34 <!-- Image filter --> 34 <!-- Image filter -->
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <label class="radio"> 144 <label class="radio">
145 <input type="radio" name="notifications" value="block"> 145 <input type="radio" name="notifications" value="block">
146 <span i18n-content="notifications_block"></span> 146 <span i18n-content="notifications_block"></span>
147 </label> 147 </label>
148 148
149 <button class="exceptions-list-button" contentType="notifications" 149 <button class="exceptions-list-button" contentType="notifications"
150 i18n-content="manage_exceptions"></button> 150 i18n-content="manage_exceptions"></button>
151 </div> 151 </div>
152 </section> 152 </section>
153 </div> 153 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/content_settings_handler.cc ('k') | chrome/browser/resources/options/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698