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

Side by Side Diff: chrome/common/extensions/docs/experimental.contentSettings.html

Issue 8352042: Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' 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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
11 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 11 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
12 <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> 12 <link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css">
13 <link href="css/print.css" rel="stylesheet" type="text/css" media="print"> 13 <link href="css/print.css" rel="stylesheet" type="text/css" media="print">
14 <script type="text/javascript" src="../../../third_party/jstemplate/jstempla te_compiled.js"> 14 <script type="text/javascript" src="../../../third_party/jstemplate/jstempla te_compiled.js">
15 </script> 15 </script>
16 <script type="text/javascript" src="js/api_page_generator.js"></script> 16 <script type="text/javascript" src="js/api_page_generator.js"></script>
17 <script type="text/javascript" src="js/bootstrap.js"></script> 17 <script type="text/javascript" src="js/bootstrap.js"></script>
18 <script type="text/javascript" src="js/sidebar.js"></script> 18 <script type="text/javascript" src="js/sidebar.js"></script>
19 <title>experimental.chrome.cookies - Google Chrome Extensions - Google Code</t itle></head> 19 <title>experimental.chrome.contentSettings - Google Chrome Extensions - Google Code</title></head>
20 <body> <div id="gc-container" class="labs"> 20 <body> <div id="gc-container" class="labs">
21 <div id="devModeWarning"> 21 <div id="devModeWarning">
22 You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with -- allow-file-access-from-files. 22 You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with -- allow-file-access-from-files.
23 </div> 23 </div>
24 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> 24 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION -->
25 <!-- In particular, sub-templates that recurse, must be used by allowing 25 <!-- In particular, sub-templates that recurse, must be used by allowing
26 jstemplate to make a copy of the template in this section which 26 jstemplate to make a copy of the template in this section which
27 are not operated on by way of the jsskip="true" --> 27 are not operated on by way of the jsskip="true" -->
28 <div style="display:none"> 28 <div style="display:none">
29 29
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 100
101 <div id="functionParametersTemplate"> 101 <div id="functionParametersTemplate">
102 <h5>Parameters</h5> 102 <h5>Parameters</h5>
103 <dl> 103 <dl>
104 <div> 104 <div>
105 <div> 105 <div>
106 </div> 106 </div>
107 </div> 107 </div>
108 </dl> 108 </dl>
109 </div> 109 </div>
110
111 <!-- Individual subsections from the table of contents -->
112 <ol>
113 <li id="propertiesTocTemplate">
114 <a href="#properties">Properties</a>
115 <ol>
116 <li>
117 <a href="#property-anchor">propertyName</a>
118 </li>
119 </ol>
120 </li>
121 <li id="methodsTocTemplate">
122 <a>Methods</a>
123 <ol>
124 <li>
125 <a href="#method-anchor">methodName</a>
126 </li>
127 </ol>
128 </li>
129 <li id="eventsTocTemplate">
130 <a>Events</a>
131 <ol>
132 <li>
133 <a href="#event-anchor">eventName</a>
134 </li>
135 </ol>
136 </li>
137 <li id="typesTocTemplate">
138 <a href="#types">Types</a>
139 <ol>
140 <li>
141 <a href="#id-anchor">id</a>
142 <ol>
143 <div></div>
144 <div></div>
145 </ol>
146 </li>
147 </ol>
148 </li>
149 </ol>
110 </div> <!-- /SUBTEMPLATES --> 150 </div> <!-- /SUBTEMPLATES -->
111 151
112 <a id="top"></a> 152 <a id="top"></a>
113 <div id="skipto"> 153 <div id="skipto">
114 <a href="#gc-pagecontent">Skip to page content</a> 154 <a href="#gc-pagecontent">Skip to page content</a>
115 <a href="#gc-toc">Skip to main navigation</a> 155 <a href="#gc-toc">Skip to main navigation</a>
116 </div> 156 </div>
117 <!-- API HEADER --> 157 <!-- API HEADER -->
118 <table id="header" width="100%" cellspacing="0" border="0"> 158 <table id="header" width="100%" cellspacing="0" border="0">
119 <tbody><tr> 159 <tbody><tr>
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 </ul> 284 </ul>
245 </li> 285 </li>
246 </ul> 286 </ul>
247 </div> 287 </div>
248 <script> 288 <script>
249 initToggles(); 289 initToggles();
250 </script> 290 </script>
251 291
252 <div class="g-unit" id="gc-pagecontent"> 292 <div class="g-unit" id="gc-pagecontent">
253 <div id="pageTitle"> 293 <div id="pageTitle">
254 <h1 class="page_title">experimental.chrome.cookies</h1> 294 <h1 class="page_title">experimental.chrome.contentSettings</h1>
255 </div> 295 </div>
256 <!-- TABLE OF CONTENTS --> 296 <!-- TABLE OF CONTENTS -->
257 <div id="toc" style="display: none; "> 297 <div id="toc" style="display: none; ">
258 <h2>Contents</h2> 298 <h2>Contents</h2>
259 <ol> 299 <ol>
260 <li> 300 <li>
261 <a>h2Name</a> 301 <a>h2Name</a>
262 <ol> 302 <ol>
263 <li> 303 <li>
264 <a>h3Name</a> 304 <a>h3Name</a>
265 </li> 305 </li>
266 </ol> 306 </ol>
267 </li> 307 </li>
268 <li> 308 <li>
269 <a href="#apiReference">API reference</a> 309 <a href="#apiReference">API reference</a>
270 <ol> 310 <ol>
271 <li> 311 <div></div>
272 <a href="#properties">Properties</a> 312 <div></div>
273 <ol> 313 <div></div>
274 <li> 314 <div></div>
275 <a href="#property-anchor">propertyName</a>
276 </li>
277 </ol>
278 </li>
279 <li>
280 <a>Methods</a>
281 <ol>
282 <li>
283 <a href="#method-anchor">methodName</a>
284 </li>
285 </ol>
286 </li>
287 <li>
288 <a>Events</a>
289 <ol>
290 <li>
291 <a href="#event-anchor">eventName</a>
292 </li>
293 </ol>
294 </li>
295 <li>
296 <a href="#types">Types</a>
297 <ol>
298 <li>
299 <a href="#id-anchor">id</a>
300 </li>
301 </ol>
302 </li>
303 </ol> 315 </ol>
304 </li> 316 </li>
305 </ol> 317 </ol>
306 </div> 318 </div>
307 <!-- /TABLE OF CONTENTS --> 319 <!-- /TABLE OF CONTENTS -->
308 320
309 <!-- Standard content lead-in for experimental API pages --> 321 <!-- Standard content lead-in for experimental API pages -->
310 <p id="classSummary" style="display: none; "> 322 <p id="classSummary" style="display: none; ">
311 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 323 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
312 </p> 324 </p>
313 325
314 <!-- STATIC CONTENT PLACEHOLDER --> 326 <!-- STATIC CONTENT PLACEHOLDER -->
315 <div id="static"><div id="pageData-name" class="pageData">experimental.c hrome.cookies</div> 327 <div id="static"><div id="pageData-name" class="pageData">experimental.c hrome.contentSettings</div>
316 328
317 <p> 329 <p>
318 The <code>cookies</code> API is no longer experimental; 330 The <code>contentSettings</code> API is no longer experimental;
319 it's supported! 331 it's supported!
320 You can read all about it at its new home: 332 You can read all about it at its new home:
321 </p> 333 </p>
322 334
323 <blockquote> 335 <blockquote>
324 <a href="cookies.html">chrome.cookies</a> 336 <a href="contentSettings.html">chrome.contentSettings</a>
325 </blockquote> 337 </blockquote>
326 </div> 338 </div>
327 339
328 <!-- API PAGE --> 340 <!-- API PAGE -->
329 <div class="apiPage" style="display: none; "> 341 <div class="apiPage" style="display: none; ">
330 <a name="apiReference"></a> 342 <a name="apiReference"></a>
331 <h2>API reference: chrome.apiname </h2> 343 <h2>API reference: chrome.apiname </h2>
332 344
333 <!-- PROPERTIES --> 345 <!-- PROPERTIES -->
334 <div class="apiGroup"> 346 <div class="apiGroup">
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 _uff=0; 543 _uff=0;
532 urchinTracker(); 544 urchinTracker();
533 } 545 }
534 catch(e) {/* urchinTracker not available. */} 546 catch(e) {/* urchinTracker not available. */}
535 </script> 547 </script>
536 <!-- end analytics --> 548 <!-- end analytics -->
537 </div> 549 </div>
538 </div> <!-- /gc-footer --> 550 </div> <!-- /gc-footer -->
539 </div> <!-- /gc-container --> 551 </div> <!-- /gc-container -->
540 </body></html> 552 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698