Index: chrome/common/extensions/docs/apps/bookmarks.html |
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/apps/bookmarks.html |
similarity index 80% |
copy from chrome/common/extensions/docs/bookmarks.html |
copy to chrome/common/extensions/docs/apps/bookmarks.html |
index bb7f273546a30aa34db435524247b0e89671dd17..568ba8b7782ab638322c6d9cafa80f03612ceba8 100644 |
--- a/chrome/common/extensions/docs/bookmarks.html |
+++ b/chrome/common/extensions/docs/apps/bookmarks.html |
@@ -8,6 +8,7 @@ |
4) The <body>.innerHTML is also generated by an offline step so that this |
page may easily be indexed by search engines. |
--><html xmlns="http://www.w3.org/1999/xhtml"><head> |
+ <base href="../"> |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
<link href="css/ApiRefStyles.css" rel="stylesheet" type="text/css"> |
<link href="css/print.css" rel="stylesheet" type="text/css" media="print"> |
@@ -52,14 +53,16 @@ |
<!-- API HEADER --> |
<table id="header" width="100%" cellspacing="0" border="0"> |
<tbody><tr> |
- <td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td> |
+ <td valign="middle"><a href="http://code.google.com/"><img src="images/chrome_logo.gif" alt="Google Code" style="border:0; margin:0;"></a></td> |
Yoyo Zhou
2012/06/22 19:05:55
Why are there changes like this? Have people just
Aaron Boodman
2012/06/22 22:16:48
This file is actually new. Note the path is apps/b
|
<td valign="middle" width="100%" style="padding-left:0.6em;"> |
<form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em"> |
<div id="gsc-search-box"> |
<input type="hidden" name="cx" value="002967670403910741006:61_cvzfqtno"> |
<input type="hidden" name="ie" value="UTF-8"> |
- <input type="text" name="q" value="" size="55"> |
- <input class="gsc-search-button" type="submit" name="sa" value="Search"> |
+ <input id="gsc-search-input" type="text" name="q" value="" size="55"> |
+ <button class="gsc-search-button" type="submit" name="sa"> |
+ <img class="gsc-search-button-lens" src="images/search.png" alt="Search"> |
+ </button> |
<br> |
<span class="greytext">e.g. "page action" or "tabs"</span> |
</div> |
@@ -74,19 +77,16 @@ |
<div id="codesiteContent" class=""> |
<a id="gc-topnav-anchor"></a> |
<div id="gc-topnav"> |
- <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Labs</a>)</h1> |
+ <h1>Packaged Apps</h1> |
<ul id="home" class="gc-topnav-tabs"> |
<li id="home_link"> |
- <a href="index.html" title="Google Chrome Extensions home page">Home</a> |
+ <a href="app_landing.html" title="Packaged Apps home page">Home</a> |
</li> |
<li id="docs_link"> |
- <a href="docs.html" title="Official Google Chrome Extensions documentation">Docs</a> |
- </li> |
- <li id="faq_link"> |
- <a href="faq.html" title="Answers to frequently asked questions about Google Chrome Extensions">FAQ</a> |
+ <a href="about_apps.html" title="Official Packaged apps documentation">Docs</a> |
</li> |
<li id="samples_link"> |
- <a href="samples.html" title="Sample extensions (with source code)">Samples</a> |
+ <a href="app_samples.html" title="Sample apps (with source code)">Samples</a> |
</li> |
<li id="group_link"> |
<a href="http://groups.google.com/a/chromium.org/group/chromium-extensions" title="Google Chrome Extensions developer forum">Group</a> |
@@ -100,84 +100,58 @@ |
<!-- SIDENAV --> |
<div class="g-unit g-first" id="gc-toc"> |
<ul> |
- <li><a href="getstarted.html">Getting Started</a></li> |
- <li><a href="overview.html">Overview</a></li> |
- <li><a href="whats_new.html">What's New?</a></li> |
- <li><h2><a href="devguide.html">Developer's Guide</a></h2> |
+ <li><h2>Getting Started</h2> |
<ul> |
- <li>Browser UI |
- <ul> |
- <li><a href="browserAction.html">Browser Actions</a></li> |
- <li><a href="contextMenus.html">Context Menus</a></li> |
- <li><a href="notifications.html">Desktop Notifications</a></li> |
- <li><a href="omnibox.html">Omnibox</a></li> |
- <li><a href="options.html">Options Pages</a></li> |
- <li><a href="override.html">Override Pages</a></li> |
- <li><a href="pageAction.html">Page Actions</a></li> |
- </ul> |
- </li> |
- <li>Browser Interaction |
+ <li><a href="about_apps.html">What Are Packaged Apps?</a></li> |
+ <li><a href="app_architecture.html">Understand the Architecture</a></li> |
+ <li><a href="first_app.html">Create Your First App</a></li> |
+ </ul> |
+ </li> |
+ <li><h2>Developing</h2> |
+ <ul> |
+ <li><a href="develop_apps.html">Before You Start</a></li> |
+ <li>The Fundamentals |
<ul> |
- <li class="leftNavSelected">Bookmarks</li> |
- <li><a href="cookies.html">Cookies</a></li> |
- <li><a href="devtools.html">Developer Tools</a></li> |
- <li><a href="events.html">Events</a></li> |
- <li><a href="history.html">History</a></li> |
- <li><a href="management.html">Management</a></li> |
- <li><a href="tabs.html">Tabs</a></li> |
- <li><a href="windows.html">Windows</a></li> |
+ <li><a href="app_lifecycle.html">Manage App Lifecycle</a></li> |
+ <li><a href="app_storage.html">Manage Data</a></li> |
+ <li><a href="offline_apps.html">Offline First</a></li> |
+ <li><a href="app_external.html">Embed Content</a></li> |
</ul> |
</li> |
- <li>Implementation |
+ <li>Security & Privacy |
<ul> |
- <li><a href="a11y.html">Accessibility</a></li> |
- <li><a href="background_pages.html">Background Pages</a></li> |
- <li><a href="content_scripts.html">Content Scripts</a></li> |
- <li><a href="xhr.html">Cross-Origin XHR</a></li> |
- <li><a href="i18n.html">Internationalization</a></li> |
- <li><a href="messaging.html">Message Passing</a></li> |
- <li><a href="permissions.html">Optional Permissions</a></li> |
- <li><a href="npapi.html">NPAPI Plugins</a></li> |
+ <li><a href="app_security.html">About Security & Privacy</a></li> |
+ <li><a href="app_identity.html">Identify User</a></li> |
+ <li><a href="app_permissions.html">Manage User Permissions</a></li> |
+ <li><a href="app_csp">Comply with CSP</a></li> |
</ul> |
</li> |
- <li>Finishing |
+ <li>Advanced Technologies |
<ul> |
- <li><a href="hosting.html">Hosting</a></li> |
- <li><a href="external_extensions.html">Other Deployment Options</a></li> |
+ <li><a href="app_network.html">Communicate across Network</a></li> |
+ <li><a href="app_hardware.html">Access Hardware Devices</a></li> |
+ <li><a href="app_intents.html">Connect Apps with Web Intents</a></li> |
</ul> |
</li> |
+ <li><a href="app_frameworks.html">Recommended Frameworks</a></li> |
</ul> |
</li> |
- <li><h2><a href="apps.html">Packaged Apps</a></h2></li> |
- <li><h2><a href="tutorials.html">Tutorials</a></h2> |
+ <li><h2>Deploying</h2> |
<ul> |
- <li><a href="tut_debugging.html">Debugging</a></li> |
- <li><a href="tut_analytics.html">Google Analytics</a></li> |
- <li><a href="tut_oauth.html">OAuth</a></li> |
+ <li><a href="publish_app.html">Publish</a></li> |
+ <li><a href="sell_app.html">Sell</a></li> |
</ul> |
</li> |
<li><h2>Reference</h2> |
<ul> |
- <li>Formats |
- <ul> |
- <li><a href="manifest.html">Manifest Files</a></li> |
- <li><a href="match_patterns.html">Match Patterns</a></li> |
- </ul> |
- </li> |
- <li><a href="permission_warnings.html">Permission Warnings</a></li> |
- <li><a href="api_index.html">chrome.* APIs</a></li> |
- <li><a href="api_other.html">Other APIs</a></li> |
- </ul> |
- </li> |
- <li><h2><a href="samples.html">Samples</a></h2></li> |
- <div class="line"> </div> |
- <li><h2>More</h2> |
- <ul> |
- <li><a href="http://code.google.com/chrome/webstore/docs/index.html">Chrome Web Store</a></li> |
- <li><a href="http://code.google.com/chrome/apps/docs/developers_guide.html">Hosted Apps</a></li> |
- <li><a href="themes.html">Themes</a></li> |
+ <li><a href="manifest.html">Manifest Files</a></li> |
+ <li><a href="api_index.html">Chrome JavaScript APIs</a></li> |
+ <li><a href="experimental.html">Experimental APIs</a></li> |
+ <li><a href="api_other.html">Supported Libraries</a></li> |
+ <li><a href="app_deprecated.html">Disabled Web Features</a></li> |
</ul> |
</li> |
+ <li><h2><a href="app_samples.html">Samples</a></h2></li> |
</ul> |
</div> |
<script> |
@@ -538,45 +512,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- If you specify the <em>callback</em> parameter, it should |
- specify a function that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span>BookmarkTreeNode result</span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- <div> |
- <div> |
- <dt> |
- <var>result</var> |
- <em> |
- <!-- TYPE --> |
- <div style="display:inline"> |
- ( |
- <span id="typeTemplate"> |
- <span> |
- <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a> |
- </span> |
- </span> |
- ) |
- </div> |
- </em> |
- </dt> |
- <dd class="todo"> |
- Undocumented. |
- </dd> |
- <!-- OBJECT PROPERTIES --> |
- <!-- OBJECT METHODS --> |
- <!-- OBJECT EVENT FIELDS --> |
- <!-- FUNCTION PARAMETERS --> |
- </div> |
- </div> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div><div class="apiItem"> |
@@ -646,51 +581,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- The <em>callback</em> parameter should specify a function |
- that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- <div> |
- <div> |
- <dt> |
- <var>results</var> |
- <em> |
- <!-- TYPE --> |
- <div style="display:inline"> |
- ( |
- <span id="typeTemplate"> |
- <span> |
- <span> |
- array of <span><span> |
- <span> |
- <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a> |
- </span> |
- </span></span> |
- </span> |
- </span> |
- </span> |
- ) |
- </div> |
- </em> |
- </dt> |
- <dd class="todo"> |
- Undocumented. |
- </dd> |
- <!-- OBJECT PROPERTIES --> |
- <!-- OBJECT METHODS --> |
- <!-- OBJECT EVENT FIELDS --> |
- <!-- FUNCTION PARAMETERS --> |
- </div> |
- </div> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div><div class="apiItem"> |
@@ -762,51 +652,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- The <em>callback</em> parameter should specify a function |
- that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- <div> |
- <div> |
- <dt> |
- <var>results</var> |
- <em> |
- <!-- TYPE --> |
- <div style="display:inline"> |
- ( |
- <span id="typeTemplate"> |
- <span> |
- <span> |
- array of <span><span> |
- <span> |
- <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a> |
- </span> |
- </span></span> |
- </span> |
- </span> |
- </span> |
- ) |
- </div> |
- </em> |
- </dt> |
- <dd class="todo"> |
- Undocumented. |
- </dd> |
- <!-- OBJECT PROPERTIES --> |
- <!-- OBJECT METHODS --> |
- <!-- OBJECT EVENT FIELDS --> |
- <!-- FUNCTION PARAMETERS --> |
- </div> |
- </div> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div><div class="apiItem"> |
@@ -876,51 +721,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- The <em>callback</em> parameter should specify a function |
- that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- <div> |
- <div> |
- <dt> |
- <var>results</var> |
- <em> |
- <!-- TYPE --> |
- <div style="display:inline"> |
- ( |
- <span id="typeTemplate"> |
- <span> |
- <span> |
- array of <span><span> |
- <span> |
- <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a> |
- </span> |
- </span></span> |
- </span> |
- </span> |
- </span> |
- ) |
- </div> |
- </em> |
- </dt> |
- <dd class="todo"> |
- Undocumented. |
- </dd> |
- <!-- OBJECT PROPERTIES --> |
- <!-- OBJECT METHODS --> |
- <!-- OBJECT EVENT FIELDS --> |
- <!-- FUNCTION PARAMETERS --> |
- </div> |
- </div> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div><div class="apiItem"> |
@@ -990,51 +790,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- The <em>callback</em> parameter should specify a function |
- that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- <div> |
- <div> |
- <dt> |
- <var>results</var> |
- <em> |
- <!-- TYPE --> |
- <div style="display:inline"> |
- ( |
- <span id="typeTemplate"> |
- <span> |
- <span> |
- array of <span><span> |
- <span> |
- <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a> |
- </span> |
- </span></span> |
- </span> |
- </span> |
- </span> |
- ) |
- </div> |
- </em> |
- </dt> |
- <dd class="todo"> |
- Undocumented. |
- </dd> |
- <!-- OBJECT PROPERTIES --> |
- <!-- OBJECT METHODS --> |
- <!-- OBJECT EVENT FIELDS --> |
- <!-- FUNCTION PARAMETERS --> |
- </div> |
- </div> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div><div class="apiItem"> |
@@ -1080,51 +835,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- The <em>callback</em> parameter should specify a function |
- that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- <div> |
- <div> |
- <dt> |
- <var>results</var> |
- <em> |
- <!-- TYPE --> |
- <div style="display:inline"> |
- ( |
- <span id="typeTemplate"> |
- <span> |
- <span> |
- array of <span><span> |
- <span> |
- <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a> |
- </span> |
- </span></span> |
- </span> |
- </span> |
- </span> |
- ) |
- </div> |
- </em> |
- </dt> |
- <dd class="todo"> |
- Undocumented. |
- </dd> |
- <!-- OBJECT PROPERTIES --> |
- <!-- OBJECT METHODS --> |
- <!-- OBJECT EVENT FIELDS --> |
- <!-- FUNCTION PARAMETERS --> |
- </div> |
- </div> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div><div class="apiItem"> |
@@ -1279,45 +989,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- If you specify the <em>callback</em> parameter, it should |
- specify a function that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span>BookmarkTreeNode result</span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- <div> |
- <div> |
- <dt> |
- <var>result</var> |
- <em> |
- <!-- TYPE --> |
- <div style="display:inline"> |
- ( |
- <span id="typeTemplate"> |
- <span> |
- <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a> |
- </span> |
- </span> |
- ) |
- </div> |
- </em> |
- </dt> |
- <dd class="todo"> |
- Undocumented. |
- </dd> |
- <!-- OBJECT PROPERTIES --> |
- <!-- OBJECT METHODS --> |
- <!-- OBJECT EVENT FIELDS --> |
- <!-- FUNCTION PARAMETERS --> |
- </div> |
- </div> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div><div class="apiItem"> |
@@ -1390,19 +1061,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- If you specify the <em>callback</em> parameter, it should |
- specify a function that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span></span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div><div class="apiItem"> |
@@ -1475,19 +1133,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- If you specify the <em>callback</em> parameter, it should |
- specify a function that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span></span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div><div class="apiItem"> |
@@ -1559,51 +1204,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- The <em>callback</em> parameter should specify a function |
- that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- <div> |
- <div> |
- <dt> |
- <var>results</var> |
- <em> |
- <!-- TYPE --> |
- <div style="display:inline"> |
- ( |
- <span id="typeTemplate"> |
- <span> |
- <span> |
- array of <span><span> |
- <span> |
- <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a> |
- </span> |
- </span></span> |
- </span> |
- </span> |
- </span> |
- ) |
- </div> |
- </em> |
- </dt> |
- <dd class="todo"> |
- Undocumented. |
- </dd> |
- <!-- OBJECT PROPERTIES --> |
- <!-- OBJECT METHODS --> |
- <!-- OBJECT EVENT FIELDS --> |
- <!-- FUNCTION PARAMETERS --> |
- </div> |
- </div> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div><div class="apiItem"> |
@@ -1759,45 +1359,6 @@ For other examples and for help in viewing the source code, see |
<dl> |
</dl> |
<!-- CALLBACK --> |
- <div> |
- <div> |
- <h4>Callback function</h4> |
- <p> |
- If you specify the <em>callback</em> parameter, it should |
- specify a function that looks like this: |
- </p> |
- <!-- Note: intentionally longer 80 columns --> |
- <pre>function(<span>BookmarkTreeNode result</span>) <span class="subdued">{...}</span>;</pre> |
- <dl> |
- <div> |
- <div> |
- <dt> |
- <var>result</var> |
- <em> |
- <!-- TYPE --> |
- <div style="display:inline"> |
- ( |
- <span id="typeTemplate"> |
- <span> |
- <a href="bookmarks.html#type-BookmarkTreeNode">BookmarkTreeNode</a> |
- </span> |
- </span> |
- ) |
- </div> |
- </em> |
- </dt> |
- <dd class="todo"> |
- Undocumented. |
- </dd> |
- <!-- OBJECT PROPERTIES --> |
- <!-- OBJECT METHODS --> |
- <!-- OBJECT EVENT FIELDS --> |
- <!-- FUNCTION PARAMETERS --> |
- </div> |
- </div> |
- </dl> |
- </div> |
- </div> |
<!-- MIN_VERSION --> |
</div> <!-- /description --> |
</div> <!-- /apiItem --> |