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

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

Issue 10636019: Adding Application Data dialog for isolated apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed merge conflicts Created 8 years, 5 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 id="content-settings-page" class="page" hidden> 1 <div id="content-settings-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="contentSettingsPage"></h1> 3 <h1 i18n-content="contentSettingsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <!-- Cookie filter tab contents --> 5 <!-- Cookie filter tab contents -->
6 <section> 6 <section>
7 <h3 i18n-content="cookies_tab_label"></h3> 7 <h3 i18n-content="cookies_tab_label"></h3>
8 <div> 8 <div>
9 <div class="radio"> 9 <div class="radio">
10 <label> 10 <label>
(...skipping 28 matching lines...) Expand all
39 <span i18n-content="cookies_lso_clear_when_close" 39 <span i18n-content="cookies_lso_clear_when_close"
40 class="clear-plugin-lso-data-enabled"></span> 40 class="clear-plugin-lso-data-enabled"></span>
41 <span i18n-content="cookies_clear_when_close" 41 <span i18n-content="cookies_clear_when_close"
42 class="clear-plugin-lso-data-disabled"></span> 42 class="clear-plugin-lso-data-disabled"></span>
43 </label> 43 </label>
44 </div> 44 </div>
45 <button class="exceptions-list-button" contentType="cookies" 45 <button class="exceptions-list-button" contentType="cookies"
46 i18n-content="manage_exceptions"></button> 46 i18n-content="manage_exceptions"></button>
47 <button id="show-cookies-button" 47 <button id="show-cookies-button"
48 i18n-content="cookies_show_cookies"></button> 48 i18n-content="cookies_show_cookies"></button>
49 <button id="show-app-cookies-button"
50 i18n-content="cookies_show_app_cookies"></button>
49 </div> 51 </div>
50 </section> 52 </section>
51 <!-- Image filter --> 53 <!-- Image filter -->
52 <section> 54 <section>
53 <h3 i18n-content="images_tab_label"></h3> 55 <h3 i18n-content="images_tab_label"></h3>
54 <div> 56 <div>
55 <div class="radio"> 57 <div class="radio">
56 <label> 58 <label>
57 <input type="radio" name="images" value="allow"> 59 <input type="radio" name="images" value="allow">
58 <span i18n-content="images_allow"></span> 60 <span i18n-content="images_allow"></span>
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 i18n-content="manageGalleriesButton"></button> 325 i18n-content="manageGalleriesButton"></button>
324 </div> 326 </div>
325 </section> 327 </section>
326 </div> 328 </div>
327 <div class="action-area"> 329 <div class="action-area">
328 <div class="button-strip"> 330 <div class="button-strip">
329 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> 331 <button id="content-settings-overlay-confirm" i18n-content="ok"></button>
330 </div> 332 </div>
331 </div> 333 </div>
332 </div> 334 </div>
OLDNEW
« no previous file with comments | « chrome/browser/local_data_container.cc ('k') | chrome/browser/resources/options2/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698