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

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

Issue 503073: Merge 35104 - Extension Doc Changes (no building or testable changes)... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years 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
« no previous file with comments | « chrome/common/extensions/docs/events.html ('k') | chrome/common/extensions/docs/faq.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 <h2>Contents</h2> 194 <h2>Contents</h2>
195 <ol> 195 <ol>
196 <li> 196 <li>
197 <a href="#content scripts">Support for content scripts</a> 197 <a href="#content scripts">Support for content scripts</a>
198 <ol> 198 <ol>
199 <li style="display: none; "> 199 <li style="display: none; ">
200 <a>h3Name</a> 200 <a>h3Name</a>
201 </li> 201 </li>
202 </ol> 202 </ol>
203 </li> 203 </li>
204 <div>
205 <li> 204 <li>
206 <a href="#apiReference">API reference: chrome.extension</a> 205 <a href="#apiReference">API reference: chrome.extension</a>
207 <ol> 206 <ol>
208 <li> 207 <li>
209 <a href="#properties">Properties</a> 208 <a href="#properties">Properties</a>
210 <ol> 209 <ol>
211 <li> 210 <li>
212 <a href="#property-lastError">lastError</a> 211 <a href="#property-lastError">lastError</a>
213 </li> 212 </li>
214 </ol> 213 </ol>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 <a href="#type-Event">Event</a> 253 <a href="#type-Event">Event</a>
255 </li><li> 254 </li><li>
256 <a href="#type-Port">Port</a> 255 <a href="#type-Port">Port</a>
257 </li><li> 256 </li><li>
258 <a href="#type-MessageSender">MessageSender</a> 257 <a href="#type-MessageSender">MessageSender</a>
259 </li> 258 </li>
260 </ol> 259 </ol>
261 </li> 260 </li>
262 </ol> 261 </ol>
263 </li> 262 </li>
264 </div>
265 </ol> 263 </ol>
266 </div> 264 </div>
267 <!-- /TABLE OF CONTENTS --> 265 <!-- /TABLE OF CONTENTS -->
268 266
269 <!-- STATIC CONTENT PLACEHOLDER --> 267 <!-- STATIC CONTENT PLACEHOLDER -->
270 <div id="static"><!-- BEGIN AUTHORED CONTENT --> 268 <div id="static"><!-- BEGIN AUTHORED CONTENT -->
271 <p id="classSummary"> 269 <p id="classSummary">
272 The <code>chrome.extension</code> module 270 The <code>chrome.extension</code> module
273 has utilities that can be used by any extension page. 271 has utilities that can be used by any extension page.
274 It includes support for exchanging messages 272 It includes support for exchanging messages
(...skipping 2193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2468 urchinTracker(); 2466 urchinTracker();
2469 } 2467 }
2470 catch(e) {/* urchinTracker not available. */} 2468 catch(e) {/* urchinTracker not available. */}
2471 </script> 2469 </script>
2472 <!-- end analytics --> 2470 <!-- end analytics -->
2473 </div> 2471 </div>
2474 </div> <!-- /gc-footer --> 2472 </div> <!-- /gc-footer -->
2475 </div> <!-- /gc-container --> 2473 </div> <!-- /gc-container -->
2476 </body></html> 2474 </body></html>
2477 2475
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/events.html ('k') | chrome/common/extensions/docs/faq.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698