| 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 Since nothing bad will happen if creating the bookmark fails, | 374 Since nothing bad will happen if creating the bookmark fails, |
| 375 this code doesn't bother to define a callback function. | 375 this code doesn't bother to define a callback function. |
| 376 </p> | 376 </p> |
| 377 | 377 |
| 378 <pre>chrome.bookmarks.create({'parentId': extensionsFolderId, | 378 <pre>chrome.bookmarks.create({'parentId': extensionsFolderId, |
| 379 'title': 'Extensions doc', | 379 'title': 'Extensions doc', |
| 380 'url': 'http://code.google.com/chrome/extensions'}); | 380 'url': 'http://code.google.com/chrome/extensions'}); |
| 381 </pre> | 381 </pre> |
| 382 | 382 |
| 383 <p> | 383 <p> |
| 384 For an example of using bookmarks, see the | 384 For an example of using this API, see the |
| 385 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/bookmarks/basic/">basic bookmarks sample</a>. | 385 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/bookmarks/basic/">basic bookmarks sample</a>. |
| 386 For other examples and for help in viewing the source code, see | 386 For other examples and for help in viewing the source code, see |
| 387 <a href="samples.html">Samples</a>. | 387 <a href="samples.html">Samples</a>. |
| 388 </p> | 388 </p> |
| 389 | 389 |
| 390 <!-- END AUTHORED CONTENT --> | 390 <!-- END AUTHORED CONTENT --> |
| 391 </div> | 391 </div> |
| 392 | 392 |
| 393 <!-- API PAGE --> | 393 <!-- API PAGE --> |
| 394 <div class="apiPage"> | 394 <div class="apiPage"> |
| (...skipping 3703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4098 _uff=0; | 4098 _uff=0; |
| 4099 urchinTracker(); | 4099 urchinTracker(); |
| 4100 } | 4100 } |
| 4101 catch(e) {/* urchinTracker not available. */} | 4101 catch(e) {/* urchinTracker not available. */} |
| 4102 </script> | 4102 </script> |
| 4103 <!-- end analytics --> | 4103 <!-- end analytics --> |
| 4104 </div> | 4104 </div> |
| 4105 </div> <!-- /gc-footer --> | 4105 </div> <!-- /gc-footer --> |
| 4106 </div> <!-- /gc-container --> | 4106 </div> <!-- /gc-container --> |
| 4107 </body></html> | 4107 </body></html> |
| OLD | NEW |