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

Side by Side Diff: chrome/common/extensions/docs/events.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/docs.html ('k') | chrome/common/extensions/docs/extension.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>h2Name</a> 197 <a>h2Name</a>
198 <ol> 198 <ol>
199 <li> 199 <li>
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</a> 205 <a href="#apiReference">API reference</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-anchor">propertyName</a> 211 <a href="#property-anchor">propertyName</a>
213 </li> 212 </li>
214 </ol> 213 </ol>
(...skipping 17 matching lines...) Expand all
232 <li> 231 <li>
233 <a href="#types">Types</a> 232 <a href="#types">Types</a>
234 <ol> 233 <ol>
235 <li> 234 <li>
236 <a href="#id-anchor">id</a> 235 <a href="#id-anchor">id</a>
237 </li> 236 </li>
238 </ol> 237 </ol>
239 </li> 238 </li>
240 </ol> 239 </ol>
241 </li> 240 </li>
242 </div>
243 </ol> 241 </ol>
244 </div> 242 </div>
245 <!-- /TABLE OF CONTENTS --> 243 <!-- /TABLE OF CONTENTS -->
246 244
247 <!-- STATIC CONTENT PLACEHOLDER --> 245 <!-- STATIC CONTENT PLACEHOLDER -->
248 <div id="static"><p> 246 <div id="static"><p>
249 An <code>Event</code> is an object 247 An <code>Event</code> is an object
250 that allows you to be notified 248 that allows you to be notified
251 when something interesting happens. 249 when something interesting happens.
252 Here's an example of using the 250 Here's an example of using the
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 urchinTracker(); 471 urchinTracker();
474 } 472 }
475 catch(e) {/* urchinTracker not available. */} 473 catch(e) {/* urchinTracker not available. */}
476 </script> 474 </script>
477 <!-- end analytics --> 475 <!-- end analytics -->
478 </div> 476 </div>
479 </div> <!-- /gc-footer --> 477 </div> <!-- /gc-footer -->
480 </div> <!-- /gc-container --> 478 </div> <!-- /gc-container -->
481 </body></html> 479 </body></html>
482 480
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/docs.html ('k') | chrome/common/extensions/docs/extension.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698