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

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: Created 8 years, 6 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 </div> 298 </div>
297 </section> 299 </section>
298 </if> 300 </if>
299 </div> 301 </div>
300 <div class="action-area"> 302 <div class="action-area">
301 <div class="button-strip"> 303 <div class="button-strip">
302 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> 304 <button id="content-settings-overlay-confirm" i18n-content="ok"></button>
303 </div> 305 </div>
304 </div> 306 </div>
305 </div> 307 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698