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

Side by Side Diff: chrome/common/extensions/docs/messaging.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
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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 </li> 215 </li>
216 </ol> 216 </ol>
217 </li><li> 217 </li><li>
218 <a href="#security-considerations">Security considerations</a> 218 <a href="#security-considerations">Security considerations</a>
219 <ol> 219 <ol>
220 <li style="display: none; "> 220 <li style="display: none; ">
221 <a>h3Name</a> 221 <a>h3Name</a>
222 </li> 222 </li>
223 </ol> 223 </ol>
224 </li> 224 </li>
225 <div style="display: none; "> 225 <li style="display: none; ">
226 <li>
227 <a href="#apiReference">API reference</a> 226 <a href="#apiReference">API reference</a>
228 <ol> 227 <ol>
229 <li> 228 <li>
230 <a href="#properties">Properties</a> 229 <a href="#properties">Properties</a>
231 <ol> 230 <ol>
232 <li> 231 <li>
233 <a href="#property-anchor">propertyName</a> 232 <a href="#property-anchor">propertyName</a>
234 </li> 233 </li>
235 </ol> 234 </ol>
236 </li> 235 </li>
(...skipping 16 matching lines...) Expand all
253 <li> 252 <li>
254 <a href="#types">Types</a> 253 <a href="#types">Types</a>
255 <ol> 254 <ol>
256 <li> 255 <li>
257 <a href="#id-anchor">id</a> 256 <a href="#id-anchor">id</a>
258 </li> 257 </li>
259 </ol> 258 </ol>
260 </li> 259 </li>
261 </ol> 260 </ol>
262 </li> 261 </li>
263 </div>
264 </ol> 262 </ol>
265 </div> 263 </div>
266 <!-- /TABLE OF CONTENTS --> 264 <!-- /TABLE OF CONTENTS -->
267 265
268 <!-- STATIC CONTENT PLACEHOLDER --> 266 <!-- STATIC CONTENT PLACEHOLDER -->
269 <div id="static"><div id="pageData-name" class="pageData">Message Passin g</div> 267 <div id="static"><div id="pageData-name" class="pageData">Message Passin g</div>
270 <div id="pageData-showTOC" class="pageData">true</div> 268 <div id="pageData-showTOC" class="pageData">true</div>
271 269
272 <p> 270 <p>
273 Since content scripts run in the context of a web page and not the extension, 271 Since content scripts run in the context of a web page and not the extension,
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 urchinTracker(); 697 urchinTracker();
700 } 698 }
701 catch(e) {/* urchinTracker not available. */} 699 catch(e) {/* urchinTracker not available. */}
702 </script> 700 </script>
703 <!-- end analytics --> 701 <!-- end analytics -->
704 </div> 702 </div>
705 </div> <!-- /gc-footer --> 703 </div> <!-- /gc-footer -->
706 </div> <!-- /gc-container --> 704 </div> <!-- /gc-container -->
707 </body></html> 705 </body></html>
708 706
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/match_patterns.html ('k') | chrome/common/extensions/docs/npapi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698