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

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

Issue 8585047: Add a section for the fullscreen JS API in the content settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clarify comment Created 9 years, 1 month 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-exceptions-area" class="page" hidden> 1 <div id="content-settings-exceptions-area" class="page" hidden>
2 <h1></h1> 2 <h1></h1>
3 <div id="exception-column-headers"> 3 <div id="exception-column-headers">
4 <div id="exception-pattern-column" i18n-content="exceptionPatternHeader"> 4 <div id="exception-pattern-column" i18n-content="exceptionPatternHeader">
5 </div> 5 </div>
6 <div id="exception-behavior-column" i18n-content="exceptionBehaviorHeader"> 6 <div id="exception-behavior-column" i18n-content="exceptionBehaviorHeader">
7 </div> 7 </div>
8 </div> 8 </div>
9 <div contentType="cookies"> 9 <div contentType="cookies">
10 <list mode="normal"></list> 10 <list mode="normal"></list>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 </div> 52 </div>
53 <div contentType="location"> 53 <div contentType="location">
54 <list mode="normal"></list> 54 <list mode="normal"></list>
55 </div> 55 </div>
56 <div contentType="notifications"> 56 <div contentType="notifications">
57 <list mode="normal"></list> 57 <list mode="normal"></list>
58 </div> 58 </div>
59 <div contentType="intents"> 59 <div contentType="intents">
60 <list mode="normal"></list> 60 <list mode="normal"></list>
61 </div> 61 </div>
62 <div contentType="fullscreen">
63 <list mode="normal"></list>
64 <div>
65 <span class="otr-explanation"
66 i18n-content="otr_exceptions_explanation"></span>
67 <list mode="otr"></list>
68 </div>
69 </div>
62 </div> 70 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698