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

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

Issue 195029: Migrate information on AutoUpdate to new extensions 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 <li><a href="background_pages.html">Background Pages</a></li> 104 <li><a href="background_pages.html">Background Pages</a></li>
105 <li><a href="content_scripts.html">Content Scripts</a></li> 105 <li><a href="content_scripts.html">Content Scripts</a></li>
106 <li><a href="events.html">Events</a></li> 106 <li><a href="events.html">Events</a></li>
107 <li><a href="tabs.html">Tabs</a></li> 107 <li><a href="tabs.html">Tabs</a></li>
108 <li><a href="windows.html">Windows</a></li> 108 <li><a href="windows.html">Windows</a></li>
109 <li class="leftNavSelected">Bookmarks</li> 109 <li class="leftNavSelected">Bookmarks</li>
110 <li><a href="themes.html">Themes</a></li> 110 <li><a href="themes.html">Themes</a></li>
111 <li><a href="npapi.html">NPAPI Plugins</a></li> 111 <li><a href="npapi.html">NPAPI Plugins</a></li>
112 <li><a href="xhr.html">Cross-Origin XHR</a></li> 112 <li><a href="xhr.html">Cross-Origin XHR</a></li>
113 <li><a href="packaging.html">Packaging</a></li> 113 <li><a href="packaging.html">Packaging</a></li>
114 <li>Autoupdate</li> 114 <li><a href="autoupdate.html">Autoupdate</a></li>
115 </ul> 115 </ul>
116 </li> 116 </li>
117 <li><a href="tutorials.html"><div>Tutorials</div></a> 117 <li><a href="tutorials.html"><div>Tutorials</div></a>
118 <ul> 118 <ul>
119 <li><a href="tut_debugging.html">Debugging</a></li> 119 <li><a href="tut_debugging.html">Debugging</a></li>
120 </ul> 120 </ul>
121 </li> 121 </li>
122 <li>Reference 122 <li>Reference
123 <ul> 123 <ul>
124 <li> Formats 124 <li> Formats
(...skipping 2314 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 <a name="event-onChildrenReordered"></a> 2439 <a name="event-onChildrenReordered"></a>
2440 <h4>onChildrenReordered</h4> 2440 <h4>onChildrenReordered</h4>
2441 2441
2442 <div class="summary"> 2442 <div class="summary">
2443 <!-- Note: intentionally longer 80 columns --> 2443 <!-- Note: intentionally longer 80 columns -->
2444 <span class="subdued">chrome.bookmarks.</span><span>onChildrenRe ordered</span><span class="subdued">.addListener</span>(function(<span>string id , object reorderInfo</span>) <span class="subdued">{...}</span>); 2444 <span class="subdued">chrome.bookmarks.</span><span>onChildrenRe ordered</span><span class="subdued">.addListener</span>(function(<span>string id , object reorderInfo</span>) <span class="subdued">{...}</span>);
2445 </div> 2445 </div>
2446 2446
2447 <div class="description"> 2447 <div class="description">
2448 <p class="todo" style="display: none; ">Undocumented.</p> 2448 <p class="todo" style="display: none; ">Undocumented.</p>
2449 <p>Fired when the children of a folder have changed their order. </p> 2449 <p>Fired when the children of a folder have changed their order due to the order being sorted in the UI. This is not called as a result of a mo ve().</p>
2450 2450
2451 <!-- PARAMETERS --> 2451 <!-- PARAMETERS -->
2452 <h4>Parameters</h4> 2452 <h4>Parameters</h4>
2453 <dl> 2453 <dl>
2454 <div jsinstance="0"> 2454 <div jsinstance="0">
2455 <div> 2455 <div>
2456 <dt> 2456 <dt>
2457 <var>id</var> 2457 <var>id</var>
2458 <em> 2458 <em>
2459 2459
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2979 <a name="event-onRemoved"></a> 2979 <a name="event-onRemoved"></a>
2980 <h4>onRemoved</h4> 2980 <h4>onRemoved</h4>
2981 2981
2982 <div class="summary"> 2982 <div class="summary">
2983 <!-- Note: intentionally longer 80 columns --> 2983 <!-- Note: intentionally longer 80 columns -->
2984 <span class="subdued">chrome.bookmarks.</span><span>onRemoved</s pan><span class="subdued">.addListener</span>(function(<span>string id, object r emoveInfo</span>) <span class="subdued">{...}</span>); 2984 <span class="subdued">chrome.bookmarks.</span><span>onRemoved</s pan><span class="subdued">.addListener</span>(function(<span>string id, object r emoveInfo</span>) <span class="subdued">{...}</span>);
2985 </div> 2985 </div>
2986 2986
2987 <div class="description"> 2987 <div class="description">
2988 <p class="todo" style="display: none; ">Undocumented.</p> 2988 <p class="todo" style="display: none; ">Undocumented.</p>
2989 <p>Fired when a bookmark or folder is removed.</p> 2989 <p>Fired when a bookmark or folder is removed. When a folder is removed recursively, a single notification is fired for the folder, and none fo r its contents.</p>
2990 2990
2991 <!-- PARAMETERS --> 2991 <!-- PARAMETERS -->
2992 <h4>Parameters</h4> 2992 <h4>Parameters</h4>
2993 <dl> 2993 <dl>
2994 <div jsinstance="0"> 2994 <div jsinstance="0">
2995 <div> 2995 <div>
2996 <dt> 2996 <dt>
2997 <var>id</var> 2997 <var>id</var>
2998 <em> 2998 <em>
2999 2999
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 </div> <!-- /pageFooter --> 3575 </div> <!-- /pageFooter -->
3576 </div> <!-- /container --> 3576 </div> <!-- /container -->
3577 </body></html> 3577 </body></html>
3578 3578
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