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

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

Issue 209067: Modify the template to add analytics to all extension docs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | Annotate | Revision Log
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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 <h3 id="overview-properties">Properties</h3> 265 <h3 id="overview-properties">Properties</h3>
266 266
267 <p> 267 <p>
268 Objects that represent bookmarks can have the following properties: 268 Objects that represent bookmarks can have the following properties:
269 </p> 269 </p>
270 270
271 <dl> 271 <dl>
272 <dt> <code>id</code> </dt> 272 <dt> <code>id</code> </dt>
273 <dd> An integer ID that's unique for each bookmark. 273 <dd> An integer ID that's unique for each bookmark.
274 IDs are unique and persisted within the current profile and are 274 IDs are unique and persisted within the current profile and are
275 and stable across shutdown and startup of the browser. 275 and stable across shutdown and startup of the browser.
276 </dd> 276 </dd>
277 277
278 <dt> <code>title</code> </dt> 278 <dt> <code>title</code> </dt>
279 <dd> The name of the bookmark. 279 <dd> The name of the bookmark.
280 This is the user-visible string that describes the URL or group. 280 This is the user-visible string that describes the URL or group.
281 </dd> 281 </dd>
282 282
283 <dt> <code>parentId </code> 283 <dt> <code>parentId </code>
284 <em>(omitted for the root group)</em> 284 <em>(omitted for the root group)</em>
285 </dt> 285 </dt>
(...skipping 3279 matching lines...) Expand 10 before | Expand all | Expand 10 after
3565 <div id="pageFooter" --=""> 3565 <div id="pageFooter" --="">
3566 <p> 3566 <p>
3567 Except as otherwise <a href="http://code.google.com/policies.html#restrictions ">noted</a>, 3567 Except as otherwise <a href="http://code.google.com/policies.html#restrictions ">noted</a>,
3568 the content of this page is licensed under the <a rel="license" href="http://c reativecommons.org/licenses/by/3.0/">Creative Commons 3568 the content of this page is licensed under the <a rel="license" href="http://c reativecommons.org/licenses/by/3.0/">Creative Commons
3569 Attribution 3.0 License</a>, and code samples are licensed under the 3569 Attribution 3.0 License</a>, and code samples are licensed under the
3570 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>. 3570 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>.
3571 </p> 3571 </p>
3572 <p> 3572 <p>
3573 ©2009 Google 3573 ©2009 Google
3574 </p> 3574 </p>
3575
3576 <!-- begin analytics -->
3577 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">< /script>
3578 <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></scr ipt>
3579
3580 <script type="text/javascript">
3581 // chrome doc tracking
3582 try {
3583 var engdocs = _gat._getTracker("YT-10763712-2");
3584 engdocs._trackPageview();
3585 } catch(err) {}
3586
3587 // code.google.com site-wide tracking
3588 try {
3589 _uacct="UA-18071-1";
3590 _uanchor=1;
3591 _uff=0;
3592 urchinTracker();
3593 }
3594 catch(e) {/* urchinTracker not available. */}
3595 </script>
3596 <!-- end analytics -->
3597
3575 </div> <!-- /pageFooter --> 3598 </div> <!-- /pageFooter -->
3576 </div> <!-- /container --> 3599 </div> <!-- /container -->
3577 </body></html> 3600 </body></html>
3578 3601
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/background_pages.html ('k') | chrome/common/extensions/docs/content_scripts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698