OLD | NEW |
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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 </span> | 464 </span> |
465 <span>object</span> | 465 <span>object</span> |
466 <span style="display: none; "></span> | 466 <span style="display: none; "></span> |
467 </span> | 467 </span> |
468 </span> | 468 </span> |
469 ) | 469 ) |
470 </div> | 470 </div> |
471 | 471 |
472 </em> | 472 </em> |
473 </dt> | 473 </dt> |
474 <dd class="todo"> | 474 <dd class="todo" style="display: none; "> |
475 Undocumented. | 475 Undocumented. |
476 </dd> | 476 </dd> |
477 <dd style="display: none; "> | 477 <dd>An object whose properties specify which browsing data types ought
to be cleared. You may set as many or as few as you like in a single call, each
is optional (defaulting to <code>false</code>).</dd> |
478 Description of this parameter from the json schema. | |
479 </dd> | |
480 <dd style="display: none; "> | 478 <dd style="display: none; "> |
481 This parameter was added in version | 479 This parameter was added in version |
482 <b><span></span></b>. | 480 <b><span></span></b>. |
483 You must omit this parameter in earlier versions, | 481 You must omit this parameter in earlier versions, |
484 and you may omit it in any version. If you require this | 482 and you may omit it in any version. If you require this |
485 parameter, the manifest key | 483 parameter, the manifest key |
486 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio
n</a> | 484 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio
n</a> |
487 can ensure that your extension won't be run in an earlier browser ve
rsion. | 485 can ensure that your extension won't be run in an earlier browser ve
rsion. |
488 </dd> | 486 </dd> |
489 | 487 |
(...skipping 1749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2239 <div id="eventsTemplate" class="apiGroup" style="display: none; "> | 2237 <div id="eventsTemplate" class="apiGroup" style="display: none; "> |
2240 <a></a> | 2238 <a></a> |
2241 <h3>Events</h3> | 2239 <h3>Events</h3> |
2242 <!-- iterates over all events --> | 2240 <!-- iterates over all events --> |
2243 <div class="apiItem"> | 2241 <div class="apiItem"> |
2244 <a></a> | 2242 <a></a> |
2245 <h4>event name</h4> | 2243 <h4>event name</h4> |
2246 | 2244 |
2247 <div class="summary"> | 2245 <div class="summary"> |
2248 <!-- Note: intentionally longer 80 columns --> | 2246 <!-- Note: intentionally longer 80 columns --> |
2249 <span class="subdued">chrome.bookmarks</span><span>onEvent</span
><span class="subdued">.addListener</span>(function(<span>Type param1, Type para
m2</span>) <span class="subdued">{...}</span><span>, Type opt_param1, Type opt_p
aram2</span>)); | 2247 <span class="subdued">chrome.bookmarks</span><span>onEvent</span
><span class="subdued">.addListener</span>(function(<span>Type param1, Type para
m2</span>) <span class="subdued">{...}</span><span>, Type opt_param1, Type opt_p
aram2</span>); |
2250 </div> | 2248 </div> |
2251 | 2249 |
2252 <div class="description"> | 2250 <div class="description"> |
2253 <p class="todo">Undocumented.</p> | 2251 <p class="todo">Undocumented.</p> |
2254 <p> | 2252 <p> |
2255 A description from the json schema def of the event goes here. | 2253 A description from the json schema def of the event goes here. |
2256 </p> | 2254 </p> |
2257 | 2255 |
2258 <!-- LISTENER PARAMETERS --> | 2256 <!-- LISTENER PARAMETERS --> |
2259 <div> | 2257 <div> |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2407 _uff=0; | 2405 _uff=0; |
2408 urchinTracker(); | 2406 urchinTracker(); |
2409 } | 2407 } |
2410 catch(e) {/* urchinTracker not available. */} | 2408 catch(e) {/* urchinTracker not available. */} |
2411 </script> | 2409 </script> |
2412 <!-- end analytics --> | 2410 <!-- end analytics --> |
2413 </div> | 2411 </div> |
2414 </div> <!-- /gc-footer --> | 2412 </div> <!-- /gc-footer --> |
2415 </div> <!-- /gc-container --> | 2413 </div> <!-- /gc-container --> |
2416 </body></html> | 2414 </body></html> |
OLD | NEW |