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

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

Issue 8352042: Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 2 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 <!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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 101
102 <div id="functionParametersTemplate"> 102 <div id="functionParametersTemplate">
103 <h5>Parameters</h5> 103 <h5>Parameters</h5>
104 <dl> 104 <dl>
105 <div> 105 <div>
106 <div> 106 <div>
107 </div> 107 </div>
108 </div> 108 </div>
109 </dl> 109 </dl>
110 </div> 110 </div>
111
112 <!-- Individual subsections from the table of contents -->
113 <ol>
114 <li id="propertiesTocTemplate">
115 <a href="#properties">Properties</a>
116 <ol>
117 <li>
118 <a href="#property-anchor">propertyName</a>
119 </li>
120 </ol>
121 </li>
122 <li id="methodsTocTemplate">
123 <a>Methods</a>
124 <ol>
125 <li>
126 <a href="#method-anchor">methodName</a>
127 </li>
128 </ol>
129 </li>
130 <li id="eventsTocTemplate">
131 <a>Events</a>
132 <ol>
133 <li>
134 <a href="#event-anchor">eventName</a>
135 </li>
136 </ol>
137 </li>
138 <li id="typesTocTemplate">
139 <a href="#types">Types</a>
140 <ol>
141 <li>
142 <a href="#id-anchor">id</a>
143 <ol>
144 <div></div>
145 <div></div>
146 </ol>
147 </li>
148 </ol>
149 </li>
150 </ol>
111 </div> <!-- /SUBTEMPLATES --> 151 </div> <!-- /SUBTEMPLATES -->
112 152
113 <a id="top"></a> 153 <a id="top"></a>
114 <div id="skipto"> 154 <div id="skipto">
115 <a href="#gc-pagecontent">Skip to page content</a> 155 <a href="#gc-pagecontent">Skip to page content</a>
116 <a href="#gc-toc">Skip to main navigation</a> 156 <a href="#gc-toc">Skip to main navigation</a>
117 </div> 157 </div>
118 <!-- API HEADER --> 158 <!-- API HEADER -->
119 <table id="header" width="100%" cellspacing="0" border="0"> 159 <table id="header" width="100%" cellspacing="0" border="0">
120 <tbody><tr> 160 <tbody><tr>
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 <ol> 304 <ol>
265 <li> 305 <li>
266 <a>h3Name</a> 306 <a>h3Name</a>
267 </li> 307 </li>
268 </ol> 308 </ol>
269 </li> 309 </li>
270 <li> 310 <li>
271 <a href="#apiReference">API reference: chrome.experimental.devto ols.console</a> 311 <a href="#apiReference">API reference: chrome.experimental.devto ols.console</a>
272 <ol> 312 <ol>
273 <li style="display: none; "> 313 <li style="display: none; ">
274 <a href="#properties">Properties</a> 314 <a href="#properties">Properties</a>
275 <ol> 315 <ol>
276 <li> 316 <li>
277 <a href="#property-anchor">propertyName</a> 317 <a href="#property-anchor">propertyName</a>
278 </li> 318 </li>
279 </ol> 319 </ol>
280 </li> 320 </li>
281 <li> 321 <li>
282 <a href="#global-methods">Methods</a> 322 <a href="#global-methods">Methods</a>
283 <ol> 323 <ol>
284 <li> 324 <li>
285 <a href="#method-addMessage">addMessage</a> 325 <a href="#method-addMessage">addMessage</a>
286 </li><li> 326 </li><li>
287 <a href="#method-getMessages">getMessages</a> 327 <a href="#method-getMessages">getMessages</a>
288 </li> 328 </li>
289 </ol> 329 </ol>
290 </li> 330 </li>
291 <li> 331 <li>
292 <a href="#global-events">Events</a> 332 <a href="#global-events">Events</a>
293 <ol> 333 <ol>
294 <li> 334 <li>
295 <a href="#event-onMessageAdded">onMessageAdded</a> 335 <a href="#event-onMessageAdded">onMessageAdded</a>
296 </li> 336 </li>
297 </ol> 337 </ol>
298 </li> 338 </li>
299 <li> 339 <li>
300 <a href="#types">Types</a> 340 <a href="#types">Types</a>
301 <ol> 341 <ol>
302 <li> 342 <li>
303 <a href="#type-ConsoleMessage">ConsoleMessage</a> 343 <a href="#type-ConsoleMessage">ConsoleMessage</a>
304 </li><li> 344 <ol>
305 <a href="#type-Severity">Severity</a> 345 <li style="display: none; ">
306 </li> 346 <a>Methods</a>
307 </ol> 347 <ol>
308 </li> 348 <li>
349 <a href="#method-anchor">methodName</a>
350 </li>
351 </ol>
352 </li>
353 <li style="display: none; ">
354 <a>Events</a>
355 <ol>
356 <li>
357 <a href="#event-anchor">eventName</a>
358 </li>
359 </ol>
360 </li>
361 </ol>
362 </li><li>
363 <a href="#type-Severity">Severity</a>
364 <ol>
365 <li style="display: none; ">
366 <a>Methods</a>
367 <ol>
368 <li>
369 <a href="#method-anchor">methodName</a>
370 </li>
371 </ol>
372 </li>
373 <li style="display: none; ">
374 <a>Events</a>
375 <ol>
376 <li>
377 <a href="#event-anchor">eventName</a>
378 </li>
379 </ol>
380 </li>
381 </ol>
382 </li>
383 </ol>
384 </li>
309 </ol> 385 </ol>
310 </li> 386 </li>
311 </ol> 387 </ol>
312 </div> 388 </div>
313 <!-- /TABLE OF CONTENTS --> 389 <!-- /TABLE OF CONTENTS -->
314 390
315 <!-- Standard content lead-in for experimental API pages --> 391 <!-- Standard content lead-in for experimental API pages -->
316 <p id="classSummary"> 392 <p id="classSummary">
317 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 393 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
318 </p> 394 </p>
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1694 _uff=0; 1770 _uff=0;
1695 urchinTracker(); 1771 urchinTracker();
1696 } 1772 }
1697 catch(e) {/* urchinTracker not available. */} 1773 catch(e) {/* urchinTracker not available. */}
1698 </script> 1774 </script>
1699 <!-- end analytics --> 1775 <!-- end analytics -->
1700 </div> 1776 </div>
1701 </div> <!-- /gc-footer --> 1777 </div> <!-- /gc-footer -->
1702 </div> <!-- /gc-container --> 1778 </div> <!-- /gc-container -->
1703 </body></html> 1779 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698