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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/bookmarks.html
===================================================================
--- chrome/common/extensions/docs/bookmarks.html (revision 25666)
+++ chrome/common/extensions/docs/bookmarks.html (working copy)
@@ -111,7 +111,7 @@
<li><a href="npapi.html">NPAPI Plugins</a></li>
<li><a href="xhr.html">Cross-Origin XHR</a></li>
<li><a href="packaging.html">Packaging</a></li>
- <li>Autoupdate</li>
+ <li><a href="autoupdate.html">Autoupdate</a></li>
</ul>
</li>
<li><a href="tutorials.html"><div>Tutorials</div></a>
@@ -2446,7 +2446,7 @@
<div class="description">
<p class="todo" style="display: none; ">Undocumented.</p>
- <p>Fired when the children of a folder have changed their order.</p>
+ <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 move().</p>
<!-- PARAMETERS -->
<h4>Parameters</h4>
@@ -2986,7 +2986,7 @@
<div class="description">
<p class="todo" style="display: none; ">Undocumented.</p>
- <p>Fired when a bookmark or folder is removed.</p>
+ <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 for its contents.</p>
<!-- PARAMETERS -->
<h4>Parameters</h4>
« 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