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

Side by Side Diff: chrome/common/extensions/docs/extension.html

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 5 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
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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 <a href="#type-Port">Port</a> 283 <a href="#type-Port">Port</a>
284 </li> 284 </li>
285 </ol> 285 </ol>
286 </li> 286 </li>
287 </ol> 287 </ol>
288 </li> 288 </li>
289 </ol> 289 </ol>
290 </div> 290 </div>
291 <!-- /TABLE OF CONTENTS --> 291 <!-- /TABLE OF CONTENTS -->
292 292
293 <!-- Standard content lead-in for experimental API pages -->
294 <p id="classSummary" style="display: none; ">
295 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
296 </p>
297
293 <!-- STATIC CONTENT PLACEHOLDER --> 298 <!-- STATIC CONTENT PLACEHOLDER -->
294 <div id="static"><!-- BEGIN AUTHORED CONTENT --> 299 <div id="static"><!-- BEGIN AUTHORED CONTENT -->
295 <p id="classSummary"> 300 <p id="classSummary">
296 The <code>chrome.extension</code> module 301 The <code>chrome.extension</code> module
297 has utilities that can be used by any extension page. 302 has utilities that can be used by any extension page.
298 It includes support for exchanging messages 303 It includes support for exchanging messages
299 between an extension and its content scripts 304 between an extension and its content scripts
300 or between extensions, 305 or between extensions,
301 as described in detail in 306 as described in detail in
302 <a href="messaging.html">Message Passing</a>. 307 <a href="messaging.html">Message Passing</a>.
(...skipping 2807 matching lines...) Expand 10 before | Expand all | Expand 10 after
3110 _uff=0; 3115 _uff=0;
3111 urchinTracker(); 3116 urchinTracker();
3112 } 3117 }
3113 catch(e) {/* urchinTracker not available. */} 3118 catch(e) {/* urchinTracker not available. */}
3114 </script> 3119 </script>
3115 <!-- end analytics --> 3120 <!-- end analytics -->
3116 </div> 3121 </div>
3117 </div> <!-- /gc-footer --> 3122 </div> <!-- /gc-footer -->
3118 </div> <!-- /gc-container --> 3123 </div> <!-- /gc-container -->
3119 </body></html> 3124 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.processes.html ('k') | chrome/common/extensions/docs/external_extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698