| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e
xtensions/topics">feedback</a> | 258 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e
xtensions/topics">feedback</a> |
| 259 on the following experimental APIs: | 259 on the following experimental APIs: |
| 260 </p> | 260 </p> |
| 261 | 261 |
| 262 <ul> | 262 <ul> |
| 263 <li> | 263 <li> |
| 264 <a href="experimental.clipboard.html">experimental.clipboard</a></li><li> | 264 <a href="experimental.clipboard.html">experimental.clipboard</a></li><li> |
| 265 <a href="experimental.contextMenu.html">experimental.contextMenu</a></li><li> | 265 <a href="experimental.contextMenu.html">experimental.contextMenu</a></li><li> |
| 266 <a href="experimental.cookies.html">experimental.cookies</a></li><li> | 266 <a href="experimental.cookies.html">experimental.cookies</a></li><li> |
| 267 <a href="experimental.infobars.html">experimental.infobars</a></li><li> | 267 <a href="experimental.infobars.html">experimental.infobars</a></li><li> |
| 268 <a href="experimental.omnibox.html">experimental.omnibox</a></li><li> |
| 268 <a href="experimental.processes.html">experimental.processes</a></li> | 269 <a href="experimental.processes.html">experimental.processes</a></li> |
| 269 </ul> | 270 </ul> |
| 270 | 271 |
| 271 <p class="caution"> | 272 <p class="caution"> |
| 272 <b>Caution:</b> | 273 <b>Caution:</b> |
| 273 Don't depend on these experimental APIs. | 274 Don't depend on these experimental APIs. |
| 274 They might disappear, | 275 They might disappear, |
| 275 and they <em>will</em> change. | 276 and they <em>will</em> change. |
| 276 Also, the extension gallery doesn't allow you to | 277 Also, the extension gallery doesn't allow you to |
| 277 upload extensions that use experimental APIs. | 278 upload extensions that use experimental APIs. |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 509 _uff=0; | 510 _uff=0; |
| 510 urchinTracker(); | 511 urchinTracker(); |
| 511 } | 512 } |
| 512 catch(e) {/* urchinTracker not available. */} | 513 catch(e) {/* urchinTracker not available. */} |
| 513 </script> | 514 </script> |
| 514 <!-- end analytics --> | 515 <!-- end analytics --> |
| 515 </div> | 516 </div> |
| 516 </div> <!-- /gc-footer --> | 517 </div> <!-- /gc-footer --> |
| 517 </div> <!-- /gc-container --> | 518 </div> <!-- /gc-container --> |
| 518 </body></html> | 519 </body></html> |
| OLD | NEW |