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

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

Issue 10829301: Extension docs: Manual merge crrev.com/143652 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 4 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 <a href="#event-onMoved">onMoved</a> 254 <a href="#event-onMoved">onMoved</a>
255 </li><li> 255 </li><li>
256 <a href="#event-onRemoved">onRemoved</a> 256 <a href="#event-onRemoved">onRemoved</a>
257 </li> 257 </li>
258 </ol> 258 </ol>
259 </li> 259 </li>
260 <li> 260 <li>
261 <a href="#types">Types</a> 261 <a href="#types">Types</a>
262 <ol> 262 <ol>
263 <li> 263 <li>
264 <a href="#type-BookmarkTreeNode">null</a> 264 <a href="#type-bookmarks.BookmarkTreeNode">BookmarkTreeNode</a>
265 <ol> 265 <ol>
266 </ol> 266 </ol>
267 </li> 267 </li>
268 </ol> 268 </ol>
269 </li> 269 </li>
270 </ol> 270 </ol>
271 </li> 271 </li>
272 </ol> 272 </ol>
273 </div> 273 </div>
274 <!-- /TABLE OF CONTENTS --> 274 <!-- /TABLE OF CONTENTS -->
(...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1630 <!-- LISTENER RETURN VALUE --> 1630 <!-- LISTENER RETURN VALUE -->
1631 <dl> 1631 <dl>
1632 </dl> 1632 </dl>
1633 </div> <!-- /description --> 1633 </div> <!-- /description -->
1634 <!-- /description --> 1634 <!-- /description -->
1635 </div><div class="apiItem"> 1635 </div><div class="apiItem">
1636 <a name="event-onCreated"></a> 1636 <a name="event-onCreated"></a>
1637 <h4>onCreated</h4> 1637 <h4>onCreated</h4>
1638 <div class="summary"> 1638 <div class="summary">
1639 <!-- Note: intentionally longer 80 columns --> 1639 <!-- Note: intentionally longer 80 columns -->
1640 <span class="subdued">chrome.bookmarks.</span><span>onCreated</s pan><span class="subdued">.addListener</span>(function(<span>string id, Bookmark TreeNode bookmark</span>) <span class="subdued">{...}</span><span></span>); 1640 <span class="subdued">chrome.bookmarks.</span><span>onCreated</s pan><span class="subdued">.addListener</span>(function(<span>string id, bookmark s.BookmarkTreeNode bookmark</span>) <span class="subdued">{...}</span><span></sp an>);
1641 </div> 1641 </div>
1642 <div class="description"> 1642 <div class="description">
1643 <p>Fired when a bookmark or folder is created.</p> 1643 <p>Fired when a bookmark or folder is created.</p>
1644 <!-- LISTENER PARAMETERS --> 1644 <!-- LISTENER PARAMETERS -->
1645 <div> 1645 <div>
1646 <h4>Listener parameters</h4> 1646 <h4>Listener parameters</h4>
1647 <dl> 1647 <dl>
1648 <div> 1648 <div>
1649 <div> 1649 <div>
1650 <dt> 1650 <dt>
(...skipping 22 matching lines...) Expand all
1673 </div><div> 1673 </div><div>
1674 <div> 1674 <div>
1675 <dt> 1675 <dt>
1676 <var>bookmark</var> 1676 <var>bookmark</var>
1677 <em> 1677 <em>
1678 <!-- TYPE --> 1678 <!-- TYPE -->
1679 <div style="display:inline"> 1679 <div style="display:inline">
1680 ( 1680 (
1681 <span id="typeTemplate"> 1681 <span id="typeTemplate">
1682 <span> 1682 <span>
1683 <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkT reeNode</a> 1683 <a href="bookmarks.html#type-bookmarks.BookmarkTreeNode" >bookmarks.BookmarkTreeNode</a>
1684 </span> 1684 </span>
1685 </span> 1685 </span>
1686 ) 1686 )
1687 </div> 1687 </div>
1688 </em> 1688 </em>
1689 </dt> 1689 </dt>
1690 <dd class="todo"> 1690 <dd class="todo">
1691 Undocumented. 1691 Undocumented.
1692 </dd> 1692 </dd>
1693 <!-- OBJECT PROPERTIES --> 1693 <!-- OBJECT PROPERTIES -->
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
2041 </div> <!-- /description --> 2041 </div> <!-- /description -->
2042 <!-- /description --> 2042 <!-- /description -->
2043 </div> <!-- /apiItem --> 2043 </div> <!-- /apiItem -->
2044 </div> <!-- /apiGroup --> 2044 </div> <!-- /apiGroup -->
2045 <!-- TYPES --> 2045 <!-- TYPES -->
2046 <div class="apiGroup"> 2046 <div class="apiGroup">
2047 <a name="types"></a> 2047 <a name="types"></a>
2048 <h3 id="types">Types</h3> 2048 <h3 id="types">Types</h3>
2049 <!-- iterates over all types --> 2049 <!-- iterates over all types -->
2050 <div class="apiItem"> 2050 <div class="apiItem">
2051 <a name="type-BookmarkTreeNode"></a> 2051 <a name="type-bookmarks.BookmarkTreeNode"></a>
2052 <h4>BookmarkTreeNode</h4> 2052 <h4>bookmarks.BookmarkTreeNode</h4>
2053 <div> 2053 <div>
2054 <dt> 2054 <dt>
2055 <em> 2055 <em>
2056 <!-- TYPE --> 2056 <!-- TYPE -->
2057 <div style="display:inline"> 2057 <div style="display:inline">
2058 ( 2058 (
2059 <span id="typeTemplate"> 2059 <span id="typeTemplate">
2060 <span> 2060 <span>
2061 <span>object</span> 2061 <span>object</span>
2062 </span> 2062 </span>
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
2242 <em> 2242 <em>
2243 <!-- TYPE --> 2243 <!-- TYPE -->
2244 <div style="display:inline"> 2244 <div style="display:inline">
2245 ( 2245 (
2246 <span class="optional">optional</span> 2246 <span class="optional">optional</span>
2247 <span id="typeTemplate"> 2247 <span id="typeTemplate">
2248 <span> 2248 <span>
2249 <span> 2249 <span>
2250 array of <span><span> 2250 array of <span><span>
2251 <span> 2251 <span>
2252 <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkT reeNode</a> 2252 <a href="bookmarks.html#type-bookmarks.BookmarkTreeNode" >bookmarks.BookmarkTreeNode</a>
2253 </span> 2253 </span>
2254 </span></span> 2254 </span></span>
2255 </span> 2255 </span>
2256 </span> 2256 </span>
2257 </span> 2257 </span>
2258 ) 2258 )
2259 </div> 2259 </div>
2260 </em> 2260 </em>
2261 </dt> 2261 </dt>
2262 <dd>An ordered list of children of this node.</dd> 2262 <dd>An ordered list of children of this node.</dd>
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
2314 _uff=0; 2314 _uff=0;
2315 urchinTracker(); 2315 urchinTracker();
2316 } 2316 }
2317 catch(e) {/* urchinTracker not available. */} 2317 catch(e) {/* urchinTracker not available. */}
2318 </script> 2318 </script>
2319 <!-- end analytics --> 2319 <!-- end analytics -->
2320 </div> 2320 </div>
2321 </div> <!-- /gc-footer --> 2321 </div> <!-- /gc-footer -->
2322 </div> <!-- /gc-container --> 2322 </div> <!-- /gc-container -->
2323 </body></html> 2323 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/alarms.html ('k') | chrome/common/extensions/docs/browserAction.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698