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

Side by Side Diff: chrome/common/extensions/docs/permissions.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>
(...skipping 89 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 <a href="#contains"> Step 4: Check the extension's current per missions </a> 312 <a href="#contains"> Step 4: Check the extension's current per missions </a>
273 </li><li> 313 </li><li>
274 <a href="#remove"> Step 5: Remove the permissions </a> 314 <a href="#remove"> Step 5: Remove the permissions </a>
275 </li> 315 </li>
276 </ol> 316 </ol>
277 </li> 317 </li>
278 <li> 318 <li>
279 <a href="#apiReference">API reference: chrome.permissions</a> 319 <a href="#apiReference">API reference: chrome.permissions</a>
280 <ol> 320 <ol>
281 <li style="display: none; "> 321 <li style="display: none; ">
282 <a href="#properties">Properties</a> 322 <a href="#properties">Properties</a>
283 <ol> 323 <ol>
284 <li> 324 <li>
285 <a href="#property-anchor">propertyName</a> 325 <a href="#property-anchor">propertyName</a>
286 </li> 326 </li>
287 </ol> 327 </ol>
288 </li> 328 </li>
289 <li> 329 <li>
290 <a href="#global-methods">Methods</a> 330 <a href="#global-methods">Methods</a>
291 <ol> 331 <ol>
292 <li> 332 <li>
293 <a href="#method-contains">contains</a> 333 <a href="#method-contains">contains</a>
294 </li><li> 334 </li><li>
295 <a href="#method-getAll">getAll</a> 335 <a href="#method-getAll">getAll</a>
296 </li><li> 336 </li><li>
297 <a href="#method-remove">remove</a> 337 <a href="#method-remove">remove</a>
298 </li><li> 338 </li><li>
299 <a href="#method-request">request</a> 339 <a href="#method-request">request</a>
300 </li> 340 </li>
301 </ol> 341 </ol>
302 </li> 342 </li>
303 <li> 343 <li>
304 <a href="#global-events">Events</a> 344 <a href="#global-events">Events</a>
305 <ol> 345 <ol>
306 <li> 346 <li>
307 <a href="#event-onAdded">onAdded</a> 347 <a href="#event-onAdded">onAdded</a>
308 </li><li> 348 </li><li>
309 <a href="#event-onRemoved">onRemoved</a> 349 <a href="#event-onRemoved">onRemoved</a>
310 </li> 350 </li>
311 </ol> 351 </ol>
312 </li> 352 </li>
313 <li> 353 <li>
314 <a href="#types">Types</a> 354 <a href="#types">Types</a>
315 <ol> 355 <ol>
316 <li> 356 <li>
317 <a href="#type-Permissions">Permissions</a> 357 <a href="#type-Permissions">Permissions</a>
318 </li> 358 <ol>
319 </ol> 359 <li style="display: none; ">
320 </li> 360 <a>Methods</a>
361 <ol>
362 <li>
363 <a href="#method-anchor">methodName</a>
364 </li>
365 </ol>
366 </li>
367 <li style="display: none; ">
368 <a>Events</a>
369 <ol>
370 <li>
371 <a href="#event-anchor">eventName</a>
372 </li>
373 </ol>
374 </li>
375 </ol>
376 </li>
377 </ol>
378 </li>
321 </ol> 379 </ol>
322 </li> 380 </li>
323 </ol> 381 </ol>
324 </div> 382 </div>
325 <!-- /TABLE OF CONTENTS --> 383 <!-- /TABLE OF CONTENTS -->
326 384
327 <!-- Standard content lead-in for experimental API pages --> 385 <!-- Standard content lead-in for experimental API pages -->
328 <p id="classSummary" style="display: none; "> 386 <p id="classSummary" style="display: none; ">
329 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 387 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
330 </p> 388 </p>
(...skipping 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 _uff=0; 2093 _uff=0;
2036 urchinTracker(); 2094 urchinTracker();
2037 } 2095 }
2038 catch(e) {/* urchinTracker not available. */} 2096 catch(e) {/* urchinTracker not available. */}
2039 </script> 2097 </script>
2040 <!-- end analytics --> 2098 <!-- end analytics -->
2041 </div> 2099 </div>
2042 </div> <!-- /gc-footer --> 2100 </div> <!-- /gc-footer -->
2043 </div> <!-- /gc-container --> 2101 </div> <!-- /gc-container -->
2044 </body></html> 2102 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698