| 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 gadgets BIDI (bi-directional) API</a>. | 512 gadgets BIDI (bi-directional) API</a>. |
| 513 </p> | 513 </p> |
| 514 | 514 |
| 515 <p> | 515 <p> |
| 516 The special message <code>@@extension_id</code> | 516 The special message <code>@@extension_id</code> |
| 517 can be used in the CSS and JavaScript files of any extension, | 517 can be used in the CSS and JavaScript files of any extension, |
| 518 whether or not the extension is localized. | 518 whether or not the extension is localized. |
| 519 This message doesn't work in manifest files. | 519 This message doesn't work in manifest files. |
| 520 </p> | 520 </p> |
| 521 | 521 |
| 522 <p class="note"> | |
| 523 <b>Note:</b> | |
| 524 Content script CSS files can't use | |
| 525 predefined messages such as <code>@@extension_id</code>. | |
| 526 For details, see | |
| 527 <a href="http://crbug.com/39899">bug 39899</a>. | |
| 528 </p> | |
| 529 | |
| 530 <p> | 522 <p> |
| 531 The following table describes each predefined message. | 523 The following table describes each predefined message. |
| 532 </p> | 524 </p> |
| 533 | 525 |
| 534 <table> | 526 <table> |
| 535 <tbody><tr> | 527 <tbody><tr> |
| 536 <th>Message name</th> <th>Description</th> | 528 <th>Message name</th> <th>Description</th> |
| 537 </tr> | 529 </tr> |
| 538 <tr> | 530 <tr> |
| 539 <td> <code>@@extension_id</code> </td> | 531 <td> <code>@@extension_id</code> </td> |
| (...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1518 _uff=0; | 1510 _uff=0; |
| 1519 urchinTracker(); | 1511 urchinTracker(); |
| 1520 } | 1512 } |
| 1521 catch(e) {/* urchinTracker not available. */} | 1513 catch(e) {/* urchinTracker not available. */} |
| 1522 </script> | 1514 </script> |
| 1523 <!-- end analytics --> | 1515 <!-- end analytics --> |
| 1524 </div> | 1516 </div> |
| 1525 </div> <!-- /gc-footer --> | 1517 </div> <!-- /gc-footer --> |
| 1526 </div> <!-- /gc-container --> | 1518 </div> <!-- /gc-container --> |
| 1527 </body></html> | 1519 </body></html> |
| OLD | NEW |