Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(831)

Side by Side Diff: chrome/common/extensions/docs/cookies.html

Issue 2824058: Add a simple cookies sample. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: remove console.log statements Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/cookies/background.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 <div id="toc"> 215 <div id="toc">
216 <h2>Contents</h2> 216 <h2>Contents</h2>
217 <ol> 217 <ol>
218 <li> 218 <li>
219 <a href="#manifest">Manifest</a> 219 <a href="#manifest">Manifest</a>
220 <ol> 220 <ol>
221 <li style="display: none; "> 221 <li style="display: none; ">
222 <a>h3Name</a> 222 <a>h3Name</a>
223 </li> 223 </li>
224 </ol> 224 </ol>
225 </li><li>
226 <a href="#examples"> Examples </a>
227 <ol>
228 <li style="display: none; ">
229 <a>h3Name</a>
230 </li>
231 </ol>
225 </li> 232 </li>
226 <li> 233 <li>
227 <a href="#apiReference">API reference: chrome.cookies</a> 234 <a href="#apiReference">API reference: chrome.cookies</a>
228 <ol> 235 <ol>
229 <li style="display: none; "> 236 <li style="display: none; ">
230 <a href="#properties">Properties</a> 237 <a href="#properties">Properties</a>
231 <ol> 238 <ol>
232 <li> 239 <li>
233 <a href="#property-anchor">propertyName</a> 240 <a href="#property-anchor">propertyName</a>
234 </li> 241 </li>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 <pre>{ 295 <pre>{
289 "name": "My extension", 296 "name": "My extension",
290 ... 297 ...
291 <b>"permissions": [ 298 <b>"permissions": [
292 "cookies", 299 "cookies",
293 "*://*.google.com" 300 "*://*.google.com"
294 ]</b>, 301 ]</b>,
295 ... 302 ...
296 }</pre> 303 }</pre>
297 304
305 <h2 id="examples"> Examples </h2>
306
307 <p>
308 You can find a simple example
309 of using the cookies API in the
310 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/cookies/">examples/api/cookies</a>
311 directory.
312 For other examples
313 and for help in viewing the source code,
314 see <a href="samples.html">Samples</a>.
315 </p>
316
298 <!-- END AUTHORED CONTENT --> 317 <!-- END AUTHORED CONTENT -->
299 </div> 318 </div>
300 319
301 <!-- API PAGE --> 320 <!-- API PAGE -->
302 <div class="apiPage"> 321 <div class="apiPage">
303 <a name="apiReference"></a> 322 <a name="apiReference"></a>
304 <h2>API reference: chrome.cookies</h2> 323 <h2>API reference: chrome.cookies</h2>
305 324
306 <!-- PROPERTIES --> 325 <!-- PROPERTIES -->
307 <div class="apiGroup" style="display: none; "> 326 <div class="apiGroup" style="display: none; ">
(...skipping 2972 matching lines...) Expand 10 before | Expand all | Expand 10 after
3280 _uff=0; 3299 _uff=0;
3281 urchinTracker(); 3300 urchinTracker();
3282 } 3301 }
3283 catch(e) {/* urchinTracker not available. */} 3302 catch(e) {/* urchinTracker not available. */}
3284 </script> 3303 </script>
3285 <!-- end analytics --> 3304 <!-- end analytics -->
3286 </div> 3305 </div>
3287 </div> <!-- /gc-footer --> 3306 </div> <!-- /gc-footer -->
3288 </div> <!-- /gc-container --> 3307 </div> <!-- /gc-container -->
3289 </body></html> 3308 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/cookies/background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698