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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 <a href="#type-CookieStore">CookieStore</a> | 276 <a href="#type-CookieStore">CookieStore</a> |
277 </li> | 277 </li> |
278 </ol> | 278 </ol> |
279 </li> | 279 </li> |
280 </ol> | 280 </ol> |
281 </li> | 281 </li> |
282 </ol> | 282 </ol> |
283 </div> | 283 </div> |
284 <!-- /TABLE OF CONTENTS --> | 284 <!-- /TABLE OF CONTENTS --> |
285 | 285 |
| 286 <!-- Standard content lead-in for experimental API pages --> |
| 287 <p id="classSummary" style="display: none; "> |
| 288 For information on how to use experimental APIs, see the <a href="expe
rimental.html">chrome.experimental.* APIs</a> page. |
| 289 </p> |
| 290 |
286 <!-- STATIC CONTENT PLACEHOLDER --> | 291 <!-- STATIC CONTENT PLACEHOLDER --> |
287 <div id="static"><!-- BEGIN AUTHORED CONTENT --> | 292 <div id="static"><!-- BEGIN AUTHORED CONTENT --> |
288 <h2 id="manifest">Manifest</h2> | 293 <h2 id="manifest">Manifest</h2> |
289 | 294 |
290 <p>To use the cookies API, | 295 <p>To use the cookies API, |
291 you must declare the "cookies" permission in your manifest, | 296 you must declare the "cookies" permission in your manifest, |
292 along with <a href="manifest.html#permissions">host permissions</a> | 297 along with <a href="manifest.html#permissions">host permissions</a> |
293 for any hosts whose cookies | 298 for any hosts whose cookies |
294 you want to access. | 299 you want to access. |
295 For example:</p> | 300 For example:</p> |
(...skipping 3005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3301 _uff=0; | 3306 _uff=0; |
3302 urchinTracker(); | 3307 urchinTracker(); |
3303 } | 3308 } |
3304 catch(e) {/* urchinTracker not available. */} | 3309 catch(e) {/* urchinTracker not available. */} |
3305 </script> | 3310 </script> |
3306 <!-- end analytics --> | 3311 <!-- end analytics --> |
3307 </div> | 3312 </div> |
3308 </div> <!-- /gc-footer --> | 3313 </div> <!-- /gc-footer --> |
3309 </div> <!-- /gc-container --> | 3314 </div> <!-- /gc-container --> |
3310 </body></html> | 3315 </body></html> |
OLD | NEW |