diff options
28 files changed, 1283 insertions, 1236 deletions
diff --git a/chrome/common/extensions/docs/api_index.html b/chrome/common/extensions/docs/api_index.html index 69e9a26..3dfb1e2 100755 --- a/chrome/common/extensions/docs/api_index.html +++ b/chrome/common/extensions/docs/api_index.html @@ -17,16 +17,16 @@ <title>chrome.* APIs</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>chrome.* APIs</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li class="leftNavSelected">chrome.* APIs </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -228,7 +227,7 @@ then you pass a callback function into the method. <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -244,9 +243,9 @@ then you pass a callback function into the method. <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -276,7 +275,7 @@ then you pass a callback function into the method. </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -286,7 +285,7 @@ then you pass a callback function into the method. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -294,7 +293,7 @@ then you pass a callback function into the method. 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -347,7 +346,7 @@ then you pass a callback function into the method. </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -357,14 +356,14 @@ then you pass a callback function into the method. <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html index a2adbff..a505fe5 100755 --- a/chrome/common/extensions/docs/api_other.html +++ b/chrome/common/extensions/docs/api_other.html @@ -17,16 +17,16 @@ <title>Other APIs</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Other APIs</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -263,7 +262,7 @@ just as they would in any other web pages. <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -279,9 +278,9 @@ just as they would in any other web pages. <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -311,7 +310,7 @@ just as they would in any other web pages. </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -321,7 +320,7 @@ just as they would in any other web pages. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -329,7 +328,7 @@ just as they would in any other web pages. 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -382,7 +381,7 @@ just as they would in any other web pages. </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -392,14 +391,14 @@ just as they would in any other web pages. <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/autoupdate.html b/chrome/common/extensions/docs/autoupdate.html index d268031..e497d1f 100755 --- a/chrome/common/extensions/docs/autoupdate.html +++ b/chrome/common/extensions/docs/autoupdate.html @@ -17,16 +17,16 @@ <title>AutoUpdate</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>AutoUpdate</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li class="leftNavSelected">Autoupdate</li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -170,7 +169,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -178,7 +177,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -205,7 +204,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -317,7 +316,7 @@ This is used by the client to determine whether it should download the crx file <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -333,9 +332,9 @@ This is used by the client to determine whether it should download the crx file <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -365,7 +364,7 @@ This is used by the client to determine whether it should download the crx file </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -375,7 +374,7 @@ This is used by the client to determine whether it should download the crx file </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -383,7 +382,7 @@ This is used by the client to determine whether it should download the crx file 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -436,7 +435,7 @@ This is used by the client to determine whether it should download the crx file </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -446,14 +445,14 @@ This is used by the client to determine whether it should download the crx file <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/background_pages.html b/chrome/common/extensions/docs/background_pages.html index a03aa5b..8174c67 100755 --- a/chrome/common/extensions/docs/background_pages.html +++ b/chrome/common/extensions/docs/background_pages.html @@ -17,16 +17,16 @@ <title>Background Pages</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Background Pages</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -169,7 +168,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -177,7 +176,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -204,7 +203,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -276,7 +275,7 @@ toolstrip.html (snippet): <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -292,9 +291,9 @@ toolstrip.html (snippet): <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -324,7 +323,7 @@ toolstrip.html (snippet): </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -334,7 +333,7 @@ toolstrip.html (snippet): </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -342,7 +341,7 @@ toolstrip.html (snippet): 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -395,7 +394,7 @@ toolstrip.html (snippet): </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -405,14 +404,14 @@ toolstrip.html (snippet): <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index bd8fee36b..c240e43 100755 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -17,16 +17,16 @@ <title>Bookmarks</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Bookmarks</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -164,7 +163,7 @@ <a href="#apiReference">API reference: chrome.bookmarks</a> <ol> <li style="display: none; "> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -172,7 +171,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li jsinstance="0"> <a href="#method-create">create</a> @@ -223,7 +222,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -367,7 +366,7 @@ Here's some code you could use to create that hierarchy:</p> <div class="apiPage"> <a name="apiReference"></a> <h2>API reference: chrome.bookmarks</h2> - + <!-- PROPERTIES --> <div class="apiGroup" style="display: none; "> <a name="properties"></a> @@ -383,9 +382,9 @@ Here's some code you could use to create that hierarchy:</p> <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -414,7 +413,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>bookmark</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -441,7 +440,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -450,7 +449,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>parentId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -477,7 +476,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -493,7 +492,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>index</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -520,7 +519,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -536,7 +535,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>title</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -563,7 +562,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -579,7 +578,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -606,7 +605,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -626,7 +625,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -653,7 +652,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -666,7 +665,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -676,7 +675,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -684,7 +683,7 @@ Here's some code you could use to create that hierarchy:</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> @@ -693,7 +692,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>result</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -720,7 +719,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -760,7 +759,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>idOrIdList</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -785,7 +784,7 @@ Here's some code you could use to create that hierarchy:</p> Undocumented. </dd> <dd>A single string-valued id, or an array of string-valued ids</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -801,7 +800,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -828,7 +827,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -841,7 +840,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -851,7 +850,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -859,7 +858,7 @@ Here's some code you could use to create that hierarchy:</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>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -868,7 +867,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>results</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -905,7 +904,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -945,7 +944,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -972,7 +971,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -988,7 +987,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1015,7 +1014,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1028,7 +1027,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1038,7 +1037,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1046,7 +1045,7 @@ Here's some code you could use to create that hierarchy:</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>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1055,7 +1054,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>results</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1092,7 +1091,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1131,7 +1130,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1158,7 +1157,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1171,7 +1170,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1181,7 +1180,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1189,7 +1188,7 @@ Here's some code you could use to create that hierarchy:</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>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1198,7 +1197,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>results</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1235,7 +1234,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1276,7 +1275,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1303,7 +1302,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1319,7 +1318,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>destination</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1346,7 +1345,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -1355,7 +1354,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>parentId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1382,7 +1381,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1398,7 +1397,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>index</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1425,7 +1424,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1445,7 +1444,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1472,7 +1471,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1485,7 +1484,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1495,7 +1494,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1503,7 +1502,7 @@ Here's some code you could use to create that hierarchy:</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> @@ -1512,7 +1511,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>result</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1539,7 +1538,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1579,7 +1578,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1606,7 +1605,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1622,7 +1621,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1649,7 +1648,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1662,7 +1661,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1672,7 +1671,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1680,7 +1679,7 @@ Here's some code you could use to create that hierarchy:</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> @@ -1716,7 +1715,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1743,7 +1742,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1759,7 +1758,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1786,7 +1785,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1799,7 +1798,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1809,7 +1808,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1817,7 +1816,7 @@ Here's some code you could use to create that hierarchy:</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> @@ -1853,7 +1852,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>query</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1880,7 +1879,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1896,7 +1895,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1923,7 +1922,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1936,7 +1935,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1946,7 +1945,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1954,7 +1953,7 @@ Here's some code you could use to create that hierarchy:</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>array of BookmarkTreeNode results</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1963,7 +1962,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>results</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2000,7 +1999,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2041,7 +2040,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2068,7 +2067,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2084,7 +2083,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>changes</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2111,7 +2110,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -2120,7 +2119,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>title</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2147,7 +2146,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2167,7 +2166,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2194,7 +2193,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2207,7 +2206,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -2217,7 +2216,7 @@ Here's some code you could use to create that hierarchy:</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -2225,7 +2224,7 @@ Here's some code you could use to create that hierarchy:</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> @@ -2234,7 +2233,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>result</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2261,7 +2260,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2310,7 +2309,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2337,7 +2336,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2353,7 +2352,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>changeInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2380,7 +2379,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -2389,7 +2388,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>title</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2416,7 +2415,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2457,7 +2456,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2484,7 +2483,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2500,7 +2499,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>reorderInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2527,7 +2526,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -2536,7 +2535,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>childIds</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2573,7 +2572,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2614,7 +2613,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2641,7 +2640,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2657,7 +2656,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>bookmark</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2684,7 +2683,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2721,7 +2720,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2748,7 +2747,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2764,7 +2763,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>moveInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2791,7 +2790,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -2800,7 +2799,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>parentId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2827,7 +2826,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2843,7 +2842,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>index</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2870,7 +2869,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2886,7 +2885,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>oldParentId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2913,7 +2912,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2929,7 +2928,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>oldIndex</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2956,7 +2955,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2997,7 +2996,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3024,7 +3023,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3040,7 +3039,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>removeInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3067,7 +3066,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -3076,7 +3075,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>parentId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3103,7 +3102,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3119,7 +3118,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>index</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3146,7 +3145,7 @@ Here's some code you could use to create that hierarchy:</p> <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3169,7 +3168,7 @@ Here's some code you could use to create that hierarchy:</p> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -3179,12 +3178,12 @@ Here's some code you could use to create that hierarchy:</p> <div class="apiItem" jsinstance="*0"> <a name="type-BookmarkTreeNode"></a> <h4>BookmarkTreeNode</h4> - + <div> <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3209,7 +3208,7 @@ Here's some code you could use to create that hierarchy:</p> Undocumented. </dd> <dd>A node in the bookmarks tree, which is either a bookmark or a folder. Child nodes are ordered within their parent.</dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -3218,7 +3217,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3243,7 +3242,7 @@ Here's some code you could use to create that hierarchy:</p> Undocumented. </dd> <dd>The unique identifier for the node.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3259,7 +3258,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>parentId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3284,7 +3283,7 @@ Here's some code you could use to create that hierarchy:</p> Undocumented. </dd> <dd>The id of the parent folder node. Not present in the root node.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3300,7 +3299,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>index</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3325,7 +3324,7 @@ Here's some code you could use to create that hierarchy:</p> Undocumented. </dd> <dd>The 0-based position of this node within its parent.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3341,7 +3340,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3366,7 +3365,7 @@ Here's some code you could use to create that hierarchy:</p> Undocumented. </dd> <dd>The URL navigated to when a user clicks on the bookmark. This field isn't present for folders.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3382,7 +3381,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>title</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3407,7 +3406,7 @@ Here's some code you could use to create that hierarchy:</p> Undocumented. </dd> <dd>The text displayed for the node.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3423,7 +3422,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>dateAdded</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3448,7 +3447,7 @@ Here's some code you could use to create that hierarchy:</p> Undocumented. </dd> <dd>When this node was created, represented in milliseconds since the epoch (new Date(dateAdded)).</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3464,7 +3463,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>dateGroupModified</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3489,7 +3488,7 @@ Here's some code you could use to create that hierarchy:</p> Undocumented. </dd> <dd>When the contents of this folder last changed, represented in milliseconds since the epoch.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3505,7 +3504,7 @@ Here's some code you could use to create that hierarchy:</p> <dt> <var>children</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3540,7 +3539,7 @@ Here's some code you could use to create that hierarchy:</p> Undocumented. </dd> <dd>An ordered list of children of this node.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3559,7 +3558,7 @@ Here's some code you could use to create that hierarchy:</p> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/content_scripts.html b/chrome/common/extensions/docs/content_scripts.html index bdc30fa..f38bf85 100755 --- a/chrome/common/extensions/docs/content_scripts.html +++ b/chrome/common/extensions/docs/content_scripts.html @@ -17,16 +17,16 @@ <title>Content Scripts</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Content Scripts</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -183,7 +182,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -191,7 +190,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -218,7 +217,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -433,7 +432,7 @@ document.getElementById("someImage").src = imgURL; <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -449,9 +448,9 @@ document.getElementById("someImage").src = imgURL; <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -481,7 +480,7 @@ document.getElementById("someImage").src = imgURL; </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -491,7 +490,7 @@ document.getElementById("someImage").src = imgURL; </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -499,7 +498,7 @@ document.getElementById("someImage").src = imgURL; 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -552,7 +551,7 @@ document.getElementById("someImage").src = imgURL; </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -562,14 +561,14 @@ document.getElementById("someImage").src = imgURL; <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/devguide.html b/chrome/common/extensions/docs/devguide.html index 87a18f4..8f90a60 100755 --- a/chrome/common/extensions/docs/devguide.html +++ b/chrome/common/extensions/docs/devguide.html @@ -17,16 +17,16 @@ <title>Developer's Guide</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Developer's Guide</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -241,7 +240,7 @@ but here's what we have, so far: <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -257,9 +256,9 @@ but here's what we have, so far: <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -289,7 +288,7 @@ but here's what we have, so far: </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -299,7 +298,7 @@ but here's what we have, so far: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -307,7 +306,7 @@ but here's what we have, so far: 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -360,7 +359,7 @@ but here's what we have, so far: </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -370,14 +369,14 @@ but here's what we have, so far: <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/devtools.html b/chrome/common/extensions/docs/devtools.html index bb7d9ca..e74e89f 100755 --- a/chrome/common/extensions/docs/devtools.html +++ b/chrome/common/extensions/docs/devtools.html @@ -17,16 +17,16 @@ <title>chrome.devtools</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>chrome.devtools</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference: chrome.devtools</a> <ol> <li style="display: none; "> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li jsinstance="*0"> <a href="#method-getTabEvents">getTabEvents</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -200,7 +199,7 @@ <div class="apiPage"> <a name="apiReference"></a> <h2>API reference: chrome.devtools</h2> - + <!-- PROPERTIES --> <div class="apiGroup" style="display: none; "> <a name="properties"></a> @@ -216,9 +215,9 @@ <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -246,7 +245,7 @@ <dt> <var>tab_id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -273,7 +272,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -286,7 +285,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -295,7 +294,7 @@ <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -320,7 +319,7 @@ Undocumented. </dd> <dd>DevTools tab events object</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -334,7 +333,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -342,7 +341,7 @@ 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -395,7 +394,7 @@ </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup" style="display: none; "> <a name="types.sort(sortByName)"></a> @@ -405,14 +404,14 @@ <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/events.html b/chrome/common/extensions/docs/events.html index 93cdb09..f7df875 100755 --- a/chrome/common/extensions/docs/events.html +++ b/chrome/common/extensions/docs/events.html @@ -17,16 +17,16 @@ <title>Events</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Events</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -247,7 +246,7 @@ bool hasListener(function callback(...)) <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -263,9 +262,9 @@ bool hasListener(function callback(...)) <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -295,7 +294,7 @@ bool hasListener(function callback(...)) </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -305,7 +304,7 @@ bool hasListener(function callback(...)) </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -313,7 +312,7 @@ bool hasListener(function callback(...)) 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -366,7 +365,7 @@ bool hasListener(function callback(...)) </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -376,14 +375,14 @@ bool hasListener(function callback(...)) <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/extension.html b/chrome/common/extensions/docs/extension.html index 7059c2f..3c3f07c 100755 --- a/chrome/common/extensions/docs/extension.html +++ b/chrome/common/extensions/docs/extension.html @@ -17,16 +17,16 @@ <title>chrome.extension</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>chrome.extension</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference: chrome.extension</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li jsinstance="*0"> <a href="#property-lastError">lastError</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li jsinstance="0"> <a href="#method-connect">connect</a> @@ -200,7 +199,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -210,7 +209,7 @@ <div class="apiPage"> <a name="apiReference"></a> <h2>API reference: chrome.extension</h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -227,7 +226,7 @@ <dt> <var>lastError</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -252,7 +251,7 @@ Undocumented. </dd> <dd>Set for the lifetime of a callback if an ansychronous extension api has resulted in an error. If no error has occured lastError will be <var>undefined</var>.</dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -261,7 +260,7 @@ <dt> <var>message</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -286,7 +285,7 @@ Undocumented. </dd> <dd>Description of the error that has taken place.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -302,9 +301,9 @@ </dd> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -332,7 +331,7 @@ <dt> <var>connectInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -359,7 +358,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -368,7 +367,7 @@ <dt> <var>name</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -393,7 +392,7 @@ Undocumented. </dd> <dd>Will be passed into onConnect for extension processes that are listening for the connection event.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -410,7 +409,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -419,7 +418,7 @@ <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -444,7 +443,7 @@ Undocumented. </dd> <dd>Port through which messages can be sent and received with the extension.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -458,7 +457,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -466,7 +465,7 @@ 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -501,7 +500,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -510,7 +509,7 @@ <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -537,7 +536,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -551,7 +550,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -559,7 +558,7 @@ 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -594,7 +593,7 @@ <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -621,7 +620,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -634,7 +633,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -643,7 +642,7 @@ <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -678,7 +677,7 @@ Undocumented. </dd> <dd>Array of global objects</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -692,7 +691,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -700,7 +699,7 @@ 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -735,7 +734,7 @@ <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -762,7 +761,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -775,7 +774,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -784,7 +783,7 @@ <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -819,7 +818,7 @@ Undocumented. </dd> <dd>Array of global objects</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -833,7 +832,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -841,7 +840,7 @@ 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -876,7 +875,7 @@ <dt> <var>path</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -901,7 +900,7 @@ Undocumented. </dd> <dd>A path to a resource within an extension expressed relative to it's install directory.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -914,7 +913,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -923,7 +922,7 @@ <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -948,7 +947,7 @@ Undocumented. </dd> <dd>The fully-qualified URL to the resource.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -962,7 +961,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -970,7 +969,7 @@ 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1005,7 +1004,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -1014,7 +1013,7 @@ <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1049,7 +1048,7 @@ Undocumented. </dd> <dd>Array of global objects</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1063,7 +1062,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -1071,7 +1070,7 @@ 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1116,7 +1115,7 @@ <dt> <var>port</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1143,7 +1142,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1162,7 +1161,7 @@ </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -1172,12 +1171,12 @@ <div class="apiItem" jsinstance="*0"> <a name="type-Port"></a> <h4>Port</h4> - + <div> <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1202,7 +1201,7 @@ Undocumented. </dd> <dd>An object which allows two way communication with other pages.</dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -1211,7 +1210,7 @@ <dt> <var>name</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1238,7 +1237,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1254,7 +1253,7 @@ <dt> <var>onDisconnect</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1281,7 +1280,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1297,7 +1296,7 @@ <dt> <var>onMessage</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1324,7 +1323,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1340,7 +1339,7 @@ <dt> <var>postMessage</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1367,7 +1366,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1386,7 +1385,7 @@ </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index d8337e7..7197fa4 100755 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -17,16 +17,16 @@ <title>Tutorial: Getting Started (Hello, World!)</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Tutorial: Getting Started (Hello, World!)</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -176,7 +175,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -184,7 +183,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -211,7 +210,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -418,7 +417,7 @@ and where to find more information.]</p> <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -434,9 +433,9 @@ and where to find more information.]</p> <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -466,7 +465,7 @@ and where to find more information.]</p> </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -476,7 +475,7 @@ and where to find more information.]</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -484,7 +483,7 @@ and where to find more information.]</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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -537,7 +536,7 @@ and where to find more information.]</p> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -547,14 +546,14 @@ and where to find more information.]</p> <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index afb8fb2..c97626e 100755 --- a/chrome/common/extensions/docs/i18n.html +++ b/chrome/common/extensions/docs/i18n.html @@ -17,16 +17,16 @@ <title>i18n</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>i18n</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li class="leftNavSelected">i18n</li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference: chrome.i18n</a> <ol> <li style="display: none; "> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li jsinstance="*0"> <a href="#method-getAcceptLanguages">getAcceptLanguages</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -223,7 +222,7 @@ string by separating each accept-language with ','. <div class="apiPage"> <a name="apiReference"></a> <h2>API reference: chrome.i18n</h2> - + <!-- PROPERTIES --> <div class="apiGroup" style="display: none; "> <a name="properties"></a> @@ -239,9 +238,9 @@ string by separating each accept-language with ','. <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -269,7 +268,7 @@ string by separating each accept-language with ','. <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -296,7 +295,7 @@ string by separating each accept-language with ','. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -309,7 +308,7 @@ string by separating each accept-language with ','. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -319,7 +318,7 @@ string by separating each accept-language with ','. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -327,7 +326,7 @@ string by separating each accept-language with ','. 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>array of string languages</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -336,7 +335,7 @@ string by separating each accept-language with ','. <dt> <var>languages</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -371,7 +370,7 @@ string by separating each accept-language with ','. Undocumented. </dd> <dd>Array of the accept languages of the browser, such as en-US,en,zh-CN</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -428,7 +427,7 @@ string by separating each accept-language with ','. </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup" style="display: none; "> <a name="types.sort(sortByName)"></a> @@ -438,14 +437,14 @@ string by separating each accept-language with ','. <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/index.html b/chrome/common/extensions/docs/index.html index 4dc3623..73f0eff 100755 --- a/chrome/common/extensions/docs/index.html +++ b/chrome/common/extensions/docs/index.html @@ -17,16 +17,16 @@ <title>Google Chrome Extensions: Developer Documentation</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Google Chrome Extensions: Developer Documentation</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -289,7 +288,7 @@ Also check out the discussion group: <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -305,9 +304,9 @@ Also check out the discussion group: <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -337,7 +336,7 @@ Also check out the discussion group: </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -347,7 +346,7 @@ Also check out the discussion group: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -355,7 +354,7 @@ Also check out the discussion group: 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -408,7 +407,7 @@ Also check out the discussion group: </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -418,14 +417,14 @@ Also check out the discussion group: <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index cdce081..0dd5193 100755 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -17,16 +17,16 @@ <title>Formats: Manifest Files</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Formats: Manifest Files</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li class="leftNavSelected">Manifest Files</li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -170,7 +169,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -178,7 +177,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -205,7 +204,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -348,7 +347,7 @@ For more information, see <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -364,9 +363,9 @@ For more information, see <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -396,7 +395,7 @@ For more information, see </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -406,7 +405,7 @@ For more information, see </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -414,7 +413,7 @@ For more information, see 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -467,7 +466,7 @@ For more information, see </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -477,14 +476,14 @@ For more information, see <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/match_patterns.html b/chrome/common/extensions/docs/match_patterns.html index 45a3bc0..06efbbb 100755 --- a/chrome/common/extensions/docs/match_patterns.html +++ b/chrome/common/extensions/docs/match_patterns.html @@ -17,16 +17,16 @@ <title>Match Patterns</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Match Patterns</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li class="leftNavSelected">Match Patterns</li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -390,7 +389,7 @@ Here are some examples of <em>invalid</em> pattern matches: <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -406,9 +405,9 @@ Here are some examples of <em>invalid</em> pattern matches: <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -438,7 +437,7 @@ Here are some examples of <em>invalid</em> pattern matches: </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -448,7 +447,7 @@ Here are some examples of <em>invalid</em> pattern matches: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -456,7 +455,7 @@ Here are some examples of <em>invalid</em> pattern matches: 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -509,7 +508,7 @@ Here are some examples of <em>invalid</em> pattern matches: </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -519,14 +518,14 @@ Here are some examples of <em>invalid</em> pattern matches: <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/npapi.html b/chrome/common/extensions/docs/npapi.html index f399c60..caf9fc4 100755 --- a/chrome/common/extensions/docs/npapi.html +++ b/chrome/common/extensions/docs/npapi.html @@ -17,16 +17,16 @@ <title>NPAPI Plugins</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>NPAPI Plugins</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -267,7 +266,7 @@ follow these steps to get your extension using it. <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -283,9 +282,9 @@ follow these steps to get your extension using it. <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -315,7 +314,7 @@ follow these steps to get your extension using it. </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -325,7 +324,7 @@ follow these steps to get your extension using it. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -333,7 +332,7 @@ follow these steps to get your extension using it. 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -386,7 +385,7 @@ follow these steps to get your extension using it. </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -396,14 +395,14 @@ follow these steps to get your extension using it. <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/overview.html b/chrome/common/extensions/docs/overview.html index 33232f0..e8ceade 100755 --- a/chrome/common/extensions/docs/overview.html +++ b/chrome/common/extensions/docs/overview.html @@ -17,16 +17,16 @@ <title>Overview</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Overview</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -187,7 +186,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -195,7 +194,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -222,7 +221,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -607,7 +606,7 @@ PENDING: summarize, suggest where to go next. Probably: <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -623,9 +622,9 @@ PENDING: summarize, suggest where to go next. Probably: <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -655,7 +654,7 @@ PENDING: summarize, suggest where to go next. Probably: </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -665,7 +664,7 @@ PENDING: summarize, suggest where to go next. Probably: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -673,7 +672,7 @@ PENDING: summarize, suggest where to go next. Probably: 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -726,7 +725,7 @@ PENDING: summarize, suggest where to go next. Probably: </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -736,14 +735,14 @@ PENDING: summarize, suggest where to go next. Probably: <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/packaging.html b/chrome/common/extensions/docs/packaging.html index 213b5a9..eef3963 100755 --- a/chrome/common/extensions/docs/packaging.html +++ b/chrome/common/extensions/docs/packaging.html @@ -17,16 +17,16 @@ <title>Packaging</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Packaging</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li class="leftNavSelected">Packaging</li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -169,7 +168,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -177,7 +176,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -204,7 +203,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -350,7 +349,7 @@ add <code>--no-message-box</code> to the command. <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -366,9 +365,9 @@ add <code>--no-message-box</code> to the command. <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -398,7 +397,7 @@ add <code>--no-message-box</code> to the command. </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -408,7 +407,7 @@ add <code>--no-message-box</code> to the command. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -416,7 +415,7 @@ add <code>--no-message-box</code> to the command. 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -469,7 +468,7 @@ add <code>--no-message-box</code> to the command. </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -479,14 +478,14 @@ add <code>--no-message-box</code> to the command. <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/pageActions.html b/chrome/common/extensions/docs/pageActions.html index a68e095..aff591c 100755 --- a/chrome/common/extensions/docs/pageActions.html +++ b/chrome/common/extensions/docs/pageActions.html @@ -17,16 +17,16 @@ <title>Page Actions</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Page Actions</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -162,7 +161,7 @@ <a href="#apiReference">API reference: chrome.pageActions</a> <ol> <li style="display: none; "> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -170,7 +169,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li jsinstance="0"> <a href="#method-disableForTab">disableForTab</a> @@ -199,7 +198,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -240,23 +239,22 @@ the RSS feed for the current page. <pre>chrome.pageActions["foo"].addListener(function(object reply) { console.log(reply.pageActionId); // Display the id of the page action. - console.log(reply.tabId); // Display the id of the tab for which the page action event applies. - console.log(reply.tabUrl); // Display the URL of the page for which the page action event applies. - console.log(reply.button); // Display the number of the button which the user clicked with. + console.log(reply.data.tabId); // Display the id of the tab for which the page action event applies. + console.log(reply.data.tabUrl); // Display the URL of the page for which the page action event applies. });</pre> <p style="margin-left:25px;"><strong>Parameters</strong></p> +<p style="margin-left:25px;"><i>reply ( object )</i><br> + An object containing the information about the event. Contains the following properties:</p> <p style="margin-left:50px;"><i>pageActionId ( string )</i><br> The id of the page action that triggered the event.</p> -<p style="margin-left:25px;"><i>reply ( object )</i><br> - An object containing the information about the event and what tab and page the event applies to. Contains the following properties:</p> +<p style="margin-left:50px;"><i>data ( object )</i><br> + An object specifying what tab and which page the event applies to. Contains the following properties:</p> <p style="margin-left:75px;"><i>tabId ( string )</i><br> The id of the tab that was active when the event was triggered.</p> <p style="margin-left:75px;"><i>tabUrl ( string )</i><br> The url of the page for which the page action applies to.</p> -<p style="margin-left:75px;"><i>button ( integer )</i><br> - The mouse button which was pressed. The left button is 1, middle button is 2, and right button is 3.</p> <!-- END AUTHORED CONTENT --> </div> @@ -264,7 +262,7 @@ the RSS feed for the current page. <div class="apiPage"> <a name="apiReference"></a> <h2>API reference: chrome.pageActions</h2> - + <!-- PROPERTIES --> <div class="apiGroup" style="display: none; "> <a name="properties"></a> @@ -280,9 +278,9 @@ the RSS feed for the current page. <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -311,7 +309,7 @@ the RSS feed for the current page. <dt> <var>pageActionId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -336,7 +334,7 @@ the RSS feed for the current page. Undocumented. </dd> <dd>An extension can have multiple page actions specified in the manifest, each with a unique identifier. This string identifies which page action you want to disable (and must match a page action id declared in the manifest).</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -352,7 +350,7 @@ the RSS feed for the current page. <dt> <var>action</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -377,7 +375,7 @@ the RSS feed for the current page. Undocumented. </dd> <dd>An object specifying what action should be applied to the page action. Contains the following properties:</dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -386,7 +384,7 @@ the RSS feed for the current page. <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -411,7 +409,7 @@ the RSS feed for the current page. Undocumented. </dd> <dd>The id of the tab for which you want to disable the page action.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -427,7 +425,7 @@ the RSS feed for the current page. <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -452,7 +450,7 @@ the RSS feed for the current page. Undocumented. </dd> <dd>The URL of the page you want the page action to not apply to. If the URL specified does not match the currently navigated URL (user has navigated to another page) then no action is taken.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -469,7 +467,7 @@ the RSS feed for the current page. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -479,7 +477,7 @@ the RSS feed for the current page. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -487,7 +485,7 @@ the RSS feed for the current page. 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -523,7 +521,7 @@ the RSS feed for the current page. <dt> <var>pageActionId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -548,7 +546,7 @@ the RSS feed for the current page. Undocumented. </dd> <dd>An extension can have multiple page actions specified in the manifest, each with a unique identifier. This string identifies which page action you want to enable (and must match a page action id declared in the manifest).</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -564,7 +562,7 @@ the RSS feed for the current page. <dt> <var>action</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -589,7 +587,7 @@ the RSS feed for the current page. Undocumented. </dd> <dd>An object specifing what action should be applied to the page action. Contains the following properties:</dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -598,7 +596,7 @@ the RSS feed for the current page. <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -623,7 +621,7 @@ the RSS feed for the current page. Undocumented. </dd> <dd>The id of the tab for which you want to enable the page action.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -639,7 +637,7 @@ the RSS feed for the current page. <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -664,7 +662,7 @@ the RSS feed for the current page. Undocumented. </dd> <dd>The URL of the page you want the page action to apply to. If the URL specified does not match the currently navigated URL (user has navigated to another page) then no action is taken.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -680,7 +678,7 @@ the RSS feed for the current page. <dt> <var>title</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -705,7 +703,7 @@ the RSS feed for the current page. Undocumented. </dd> <dd>Specifying |title| allows you to change the tooltip that appears when you hover over the page action icon in the OmniBox. This parameter is optional and if omitted then the page action |name| property declared in the manifest is used.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -721,7 +719,7 @@ the RSS feed for the current page. <dt> <var>iconId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -746,7 +744,7 @@ the RSS feed for the current page. Undocumented. </dd> <dd>A zero-based index into the |icons| vector specified in the manifest. This parameter is optional and if omitted then the first icon in the |icons| vector of the page action is used. This id is useful to represent different page action states. Example: An RSS feed icon could have a 'subscribe now' icon and an 'already subscribed' icon.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -763,7 +761,7 @@ the RSS feed for the current page. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -773,7 +771,7 @@ the RSS feed for the current page. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -781,7 +779,7 @@ the RSS feed for the current page. 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -834,7 +832,7 @@ the RSS feed for the current page. </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup" style="display: none; "> <a name="types.sort(sortByName)"></a> @@ -844,14 +842,14 @@ the RSS feed for the current page. <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html index 171f083..f3c5e32 100755 --- a/chrome/common/extensions/docs/tabs.html +++ b/chrome/common/extensions/docs/tabs.html @@ -17,16 +17,16 @@ <title>Tabs</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Tabs</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference: chrome.tabs</a> <ol> <li style="display: none; "> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li jsinstance="0"> <a href="#method-captureVisibleTab">captureVisibleTab</a> @@ -220,7 +219,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -253,7 +252,7 @@ For example: <div class="apiPage"> <a name="apiReference"></a> <h2>API reference: chrome.tabs</h2> - + <!-- PROPERTIES --> <div class="apiGroup" style="display: none; "> <a name="properties"></a> @@ -269,9 +268,9 @@ For example: <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -300,7 +299,7 @@ For example: <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -325,7 +324,7 @@ For example: Undocumented. </dd> <dd>The target window. Defaults to the <a href="windows.html#current-window">current window</a>.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -341,7 +340,7 @@ For example: <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -368,7 +367,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -381,7 +380,7 @@ For example: </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -391,7 +390,7 @@ For example: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -399,7 +398,7 @@ For example: 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>string dataUrl</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -408,7 +407,7 @@ For example: <dt> <var>dataUrl</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -433,7 +432,7 @@ For example: Undocumented. </dd> <dd>A data URL of a JPEG encoding of the visible area of the captured tab. May be assigned to the 'src' property of an HTML Image element for display.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -473,7 +472,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -500,7 +499,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -516,7 +515,7 @@ For example: <dt> <var>connectInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -543,7 +542,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -552,7 +551,7 @@ For example: <dt> <var>name</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -577,7 +576,7 @@ For example: Undocumented. </dd> <dd>Will be passed into onConnect for content scripts that are listening for the connection event.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -594,7 +593,7 @@ For example: </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -603,7 +602,7 @@ For example: <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -628,7 +627,7 @@ For example: Undocumented. </dd> <dd>A port that can be used to communicate with the content scripts running in the specified tab.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -642,7 +641,7 @@ For example: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -650,7 +649,7 @@ For example: 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -686,7 +685,7 @@ For example: <dt> <var>createProperties</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -713,7 +712,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -722,7 +721,7 @@ For example: <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -747,7 +746,7 @@ For example: Undocumented. </dd> <dd>The window to create the new tab in. Defaults to the <a href="windows.html#current-window">current window</a>.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -763,7 +762,7 @@ For example: <dt> <var>index</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -788,7 +787,7 @@ For example: Undocumented. </dd> <dd>The position the tab should take in the window. The provided value will be clamped to between zero and the number of tabs in the window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -804,7 +803,7 @@ For example: <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -829,7 +828,7 @@ For example: Undocumented. </dd> <dd>The URL to navigate the tab to initially. Fully-qualified URLs must include a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -845,7 +844,7 @@ For example: <dt> <var>selected</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -870,7 +869,7 @@ For example: Undocumented. </dd> <dd>Whether the tab should become the selected tab in the window. Defaults to <var>true</var></dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -890,7 +889,7 @@ For example: <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -917,7 +916,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -930,7 +929,7 @@ For example: </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -940,7 +939,7 @@ For example: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -948,7 +947,7 @@ For example: 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>Tab tab</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -957,7 +956,7 @@ For example: <dt> <var>tab</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -982,7 +981,7 @@ For example: Undocumented. </dd> <dd>Details about the created tab. Will contain the ID of the new tab.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1022,7 +1021,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1047,7 +1046,7 @@ For example: Undocumented. </dd> <dd>Defaults to the selected tab of the <a href="windows.html#current-window">current window</a>.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1063,7 +1062,7 @@ For example: <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1090,7 +1089,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1103,7 +1102,7 @@ For example: </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1113,7 +1112,7 @@ For example: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1121,7 +1120,7 @@ For example: 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>string language</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1130,7 +1129,7 @@ For example: <dt> <var>language</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1155,7 +1154,7 @@ For example: Undocumented. </dd> <dd>An ISO language code like <var>en</var> or <var>fr</var>. For the complete list of languages supported by this method, see 2nd column of kLanguageInfoTable in http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/bar/toolbar/cld/i18n/languages/internal/languages.cc</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1195,7 +1194,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1222,7 +1221,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1238,7 +1237,7 @@ For example: <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1265,7 +1264,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1278,7 +1277,7 @@ For example: </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1288,7 +1287,7 @@ For example: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1296,7 +1295,7 @@ For example: 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>Tab tab</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1305,7 +1304,7 @@ For example: <dt> <var>tab</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1332,7 +1331,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1372,7 +1371,7 @@ For example: <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1397,7 +1396,7 @@ For example: Undocumented. </dd> <dd>Defaults to the <a href="windows.html#current-window">current window</a>.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1413,7 +1412,7 @@ For example: <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1440,7 +1439,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1453,7 +1452,7 @@ For example: </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1463,7 +1462,7 @@ For example: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1471,7 +1470,7 @@ For example: 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>array of Tab tabs</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1480,7 +1479,7 @@ For example: <dt> <var>tabs</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1517,7 +1516,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1557,7 +1556,7 @@ For example: <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1582,7 +1581,7 @@ For example: Undocumented. </dd> <dd>Defaults to the <a href="windows.html#current-window">current window</a>.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1598,7 +1597,7 @@ For example: <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1625,7 +1624,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1638,7 +1637,7 @@ For example: </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1648,7 +1647,7 @@ For example: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1656,7 +1655,7 @@ For example: 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>Tab tab</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1665,7 +1664,7 @@ For example: <dt> <var>tab</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1692,7 +1691,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1733,7 +1732,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1760,7 +1759,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1776,7 +1775,7 @@ For example: <dt> <var>moveProperties</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1803,7 +1802,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -1812,7 +1811,7 @@ For example: <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1837,7 +1836,7 @@ For example: Undocumented. </dd> <dd>Defaults to the window the tab is currently in.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1853,7 +1852,7 @@ For example: <dt> <var>index</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1878,7 +1877,7 @@ For example: Undocumented. </dd> <dd>The position to move the window to. The provided value will be clamped to between zero and the number of tabs in the window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1898,7 +1897,7 @@ For example: <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1925,7 +1924,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1938,7 +1937,7 @@ For example: </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1948,7 +1947,7 @@ For example: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1956,13 +1955,51 @@ For example: 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> + <pre>function(<span>Tab tab</span>) <span class="subdued">{...}</span>);</pre> <dl> - <div jsinstance="*0" style="display: none; "> + <div jsinstance="*0"> <div> - </div> + <dt> + <var>tab</var> + <em> + + <!-- TYPE --> + <div style="display:inline"> + ( + <span class="optional" style="display: none; ">optional</span> + <span id="typeTemplate"> + <span> + <a href="tabs.html#type-Tab">Tab</a> + </span> + <span style="display: none; "> + <span> + array of <span><span></span></span> + </span> + <span>paramType</span> + </span> + </span> + ) + </div> + + </em> + </dt> + <dd class="todo" style="display: none; "> + Undocumented. + </dd> + <dd>Details about the moved tab.</dd> + + <!-- OBJECT PROPERTIES --> + <dd style="display: none; "> + <dl> + <div> + <div> + </div> + </div> + </dl> + </dd> + </div> </div> </dl> </div> @@ -1992,7 +2029,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2019,7 +2056,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2035,7 +2072,7 @@ For example: <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2062,7 +2099,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2075,7 +2112,7 @@ For example: </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -2085,7 +2122,7 @@ For example: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -2093,7 +2130,7 @@ For example: 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> @@ -2130,7 +2167,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2157,7 +2194,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2173,7 +2210,7 @@ For example: <dt> <var>updateProperties</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2200,7 +2237,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -2209,7 +2246,7 @@ For example: <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2236,7 +2273,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2252,7 +2289,7 @@ For example: <dt> <var>selected</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2279,7 +2316,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2299,7 +2336,7 @@ For example: <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2326,7 +2363,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2339,7 +2376,7 @@ For example: </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -2349,7 +2386,7 @@ For example: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -2357,13 +2394,51 @@ For example: 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> + <pre>function(<span>Tab tab</span>) <span class="subdued">{...}</span>);</pre> <dl> - <div jsinstance="*0" style="display: none; "> + <div jsinstance="*0"> <div> - </div> + <dt> + <var>tab</var> + <em> + + <!-- TYPE --> + <div style="display:inline"> + ( + <span class="optional" style="display: none; ">optional</span> + <span id="typeTemplate"> + <span> + <a href="tabs.html#type-Tab">Tab</a> + </span> + <span style="display: none; "> + <span> + array of <span><span></span></span> + </span> + <span>paramType</span> + </span> + </span> + ) + </div> + + </em> + </dt> + <dd class="todo" style="display: none; "> + Undocumented. + </dd> + <dd>Details about the updated tab.</dd> + + <!-- OBJECT PROPERTIES --> + <dd style="display: none; "> + <dl> + <div> + <div> + </div> + </div> + </dl> + </dd> + </div> </div> </dl> </div> @@ -2402,7 +2477,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2429,7 +2504,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2445,7 +2520,7 @@ For example: <dt> <var>attachInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2472,7 +2547,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -2481,7 +2556,7 @@ For example: <dt> <var>newWindowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2508,7 +2583,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2524,7 +2599,7 @@ For example: <dt> <var>newPosition</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2551,7 +2626,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2592,7 +2667,7 @@ For example: <dt> <var>tab</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2617,7 +2692,7 @@ For example: Undocumented. </dd> <dd>Details of the tab that was created.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2654,7 +2729,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2681,7 +2756,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2697,7 +2772,7 @@ For example: <dt> <var>detachInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2724,7 +2799,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -2733,7 +2808,7 @@ For example: <dt> <var>oldWindowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2760,7 +2835,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2776,7 +2851,7 @@ For example: <dt> <var>oldPosition</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2803,7 +2878,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2844,7 +2919,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2871,7 +2946,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2887,7 +2962,7 @@ For example: <dt> <var>moveInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2914,7 +2989,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -2923,7 +2998,7 @@ For example: <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2950,7 +3025,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2966,7 +3041,7 @@ For example: <dt> <var>fromIndex</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2993,7 +3068,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3009,7 +3084,7 @@ For example: <dt> <var>toIndex</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3036,7 +3111,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3077,7 +3152,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3104,7 +3179,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3141,7 +3216,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3166,7 +3241,7 @@ For example: Undocumented. </dd> <dd>The ID of the tab that has become selected.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3182,7 +3257,7 @@ For example: <dt> <var>selectInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3209,7 +3284,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -3218,7 +3293,7 @@ For example: <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3243,7 +3318,7 @@ For example: Undocumented. </dd> <dd>The ID of the window the selected tab changed inside of.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3284,7 +3359,7 @@ For example: <dt> <var>tabId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3311,7 +3386,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3327,7 +3402,7 @@ For example: <dt> <var>changeInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3354,7 +3429,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -3363,7 +3438,7 @@ For example: <dt> <var>status</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3388,7 +3463,7 @@ For example: Undocumented. </dd> <dd>The status of the tab. Can be either <em>loading</em> or <em>complete</em>.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3404,7 +3479,7 @@ For example: <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3429,7 +3504,7 @@ For example: Undocumented. </dd> <dd>Only specified if the tab's URL changed.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3452,7 +3527,7 @@ For example: </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -3462,12 +3537,12 @@ For example: <div class="apiItem" jsinstance="*0"> <a name="type-Tab"></a> <h4>Tab</h4> - + <div> <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3494,7 +3569,7 @@ For example: <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -3503,7 +3578,7 @@ For example: <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3528,7 +3603,7 @@ For example: Undocumented. </dd> <dd>The ID of the tab. Tab IDs are unique within a browser session.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3544,7 +3619,7 @@ For example: <dt> <var>index</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3569,7 +3644,7 @@ For example: Undocumented. </dd> <dd>The zero-based index of the tab within its window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3585,7 +3660,7 @@ For example: <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3610,7 +3685,7 @@ For example: Undocumented. </dd> <dd>The ID of the window the tab is contained within.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3626,7 +3701,7 @@ For example: <dt> <var>selected</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3651,7 +3726,7 @@ For example: Undocumented. </dd> <dd>Whether the tab is selected.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3667,7 +3742,7 @@ For example: <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3692,7 +3767,7 @@ For example: Undocumented. </dd> <dd>The URL the tab is displaying.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3708,7 +3783,7 @@ For example: <dt> <var>title</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3733,7 +3808,7 @@ For example: Undocumented. </dd> <dd>The title of the tab. This may not be available if the tab is loading.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3749,7 +3824,7 @@ For example: <dt> <var>favIconUrl</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3774,7 +3849,7 @@ For example: Undocumented. </dd> <dd>The URL of the tab's favicon. This may not be available if the tab is loading.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3790,7 +3865,7 @@ For example: <dt> <var>status</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -3815,7 +3890,7 @@ For example: Undocumented. </dd> <dd>Either <em>loading</em> or <em>complete</em>.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -3834,7 +3909,7 @@ For example: </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html index 014f616..1e1bba8 100755 --- a/chrome/common/extensions/docs/template/api_template.html +++ b/chrome/common/extensions/docs/template/api_template.html @@ -1,16 +1,16 @@ <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div jsskip="true" style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var jsdisplay="$this.name" jscontent="$this.name">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -38,7 +38,7 @@ jsvalues=".innerHTML:$this.description"> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd jsdisplay="shouldExpandObject($this)"> <dl> @@ -49,9 +49,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -74,8 +74,8 @@ <h1 jscontent="getPageTitle()">chrome.apiname</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -97,7 +97,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><A href="autoupdate.html">Autoupdate</a></li> - <li><A href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -105,13 +104,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats</a> <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -121,7 +120,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" jsdisplay="showPageTOC()"> @@ -142,7 +141,7 @@ <a href="#apiReference" jscontent="'API reference: ' + getModuleName()">API reference</a> <ol> <li jsdisplay="$this.properties"> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li jsselect="getPropertyListFromObject($this)"> <a jscontent="name" @@ -152,7 +151,7 @@ </ol> </li> <li jsdisplay="functions && functions.length > 0"> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li jsselect="functions.sort(sortByName)"> <a jscontent="name" @@ -185,7 +184,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -195,7 +194,7 @@ <div class="apiPage" jsselect="apiDefinition"> <a name="apiReference"></a> <h2 jscontent="'API reference: ' + getModuleName()">API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div jsdisplay="$this.properties" class="apiGroup"> <a name="properties"></a> @@ -211,9 +210,9 @@ <div transclude="valueTemplate"> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div jsdisplay="functions && functions.length > 0" class="apiGroup" id="methods"> <a name="methods"></a> @@ -243,7 +242,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4 jsdisplay="returns">Returns</h4> <dl> @@ -253,7 +252,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div jsdisplay="hasCallback(parameters)"> <div jsselect="getCallbackParameters(parameters)"> <h4>Callback function</h4> @@ -261,7 +260,7 @@ 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 jscontent="getSignatureString(parameters)">Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -314,7 +313,7 @@ </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div jsdisplay="types && types.length > 0" class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -324,20 +323,20 @@ <div jsselect="types" class="apiItem"> <a jsvalues=".name:'type-' + id"></a> <h4 jscontent="id">type name</h4> - + <div transclude="valueTemplate"> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> <div id="pageFooter" --> <p> - Except as otherwise <a + Except as otherwise <a href="http://code.google.com/policies.html#restrictions">noted</a>, the content of this page is licensed under the <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons diff --git a/chrome/common/extensions/docs/test.html b/chrome/common/extensions/docs/test.html index 24682d7..c7f0c59 100755 --- a/chrome/common/extensions/docs/test.html +++ b/chrome/common/extensions/docs/test.html @@ -17,16 +17,16 @@ <title>chrome.test</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>chrome.test</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference: chrome.test</a> <ol> <li style="display: none; "> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li jsinstance="0"> <a href="#method-log">log</a> @@ -194,7 +193,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -204,7 +203,7 @@ <div class="apiPage"> <a name="apiReference"></a> <h2>API reference: chrome.test</h2> - + <!-- PROPERTIES --> <div class="apiGroup" style="display: none; "> <a name="properties"></a> @@ -220,9 +219,9 @@ <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -250,7 +249,7 @@ <dt> <var>message</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -277,7 +276,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -290,7 +289,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -300,7 +299,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -308,7 +307,7 @@ 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -343,7 +342,7 @@ <dt> <var>message</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -370,7 +369,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -383,7 +382,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -393,7 +392,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -401,7 +400,7 @@ 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -436,7 +435,7 @@ <dt> <var>message</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -463,7 +462,7 @@ <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -476,7 +475,7 @@ </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -486,7 +485,7 @@ </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div style="display: none; "> <div> <h4>Callback function</h4> @@ -494,7 +493,7 @@ 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -547,7 +546,7 @@ </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup" style="display: none; "> <a name="types.sort(sortByName)"></a> @@ -557,14 +556,14 @@ <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/themes.html b/chrome/common/extensions/docs/themes.html index 2bc33d1..de185aa 100755 --- a/chrome/common/extensions/docs/themes.html +++ b/chrome/common/extensions/docs/themes.html @@ -17,16 +17,16 @@ <title>Themes</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Themes</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -161,7 +160,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -169,7 +168,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -196,7 +195,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -332,7 +331,7 @@ to specify <em>no change</em>. <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -348,9 +347,9 @@ to specify <em>no change</em>. <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -380,7 +379,7 @@ to specify <em>no change</em>. </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -390,7 +389,7 @@ to specify <em>no change</em>. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -398,7 +397,7 @@ to specify <em>no change</em>. 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -451,7 +450,7 @@ to specify <em>no change</em>. </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -461,14 +460,14 @@ to specify <em>no change</em>. <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/toolstrip.html b/chrome/common/extensions/docs/toolstrip.html index c26beaa..ef0899f 100755 --- a/chrome/common/extensions/docs/toolstrip.html +++ b/chrome/common/extensions/docs/toolstrip.html @@ -17,16 +17,16 @@ <title>Toolstrips</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Toolstrips</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -176,7 +175,7 @@ <a href="#apiReference">API reference: chrome.toolstrip</a> <ol> <li style="display: none; "> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -184,7 +183,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li jsinstance="0"> <a href="#method-collapse">collapse</a> @@ -213,7 +212,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -274,7 +273,7 @@ you can do with toolstrips. <div class="apiPage"> <a name="apiReference"></a> <h2>API reference: chrome.toolstrip</h2> - + <!-- PROPERTIES --> <div class="apiGroup" style="display: none; "> <a name="properties"></a> @@ -290,9 +289,9 @@ you can do with toolstrips. <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -323,7 +322,7 @@ you can do with toolstrips. <dt> <var>collapseInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -350,7 +349,7 @@ you can do with toolstrips. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -359,7 +358,7 @@ you can do with toolstrips. <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -384,7 +383,7 @@ you can do with toolstrips. Undocumented. </dd> <dd>If present, the toolstrip mole will change it's content to the provided url. Otherwise, the current page will just be collapsed in size.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -404,7 +403,7 @@ you can do with toolstrips. <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -431,7 +430,7 @@ you can do with toolstrips. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -444,7 +443,7 @@ you can do with toolstrips. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -454,7 +453,7 @@ you can do with toolstrips. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -462,7 +461,7 @@ you can do with toolstrips. 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> @@ -500,7 +499,7 @@ you can do with toolstrips. <dt> <var>expandInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -527,7 +526,7 @@ you can do with toolstrips. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -536,7 +535,7 @@ you can do with toolstrips. <dt> <var>height</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -561,7 +560,7 @@ you can do with toolstrips. Undocumented. </dd> <dd>The vertical pixel height required of the toolstrip area.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -577,7 +576,7 @@ you can do with toolstrips. <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -602,7 +601,7 @@ you can do with toolstrips. Undocumented. </dd> <dd>If present, the toolstrip mole will change it's content to the provided url. Otherwise, the current page will just be expanded in size.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -622,7 +621,7 @@ you can do with toolstrips. <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -649,7 +648,7 @@ you can do with toolstrips. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -662,7 +661,7 @@ you can do with toolstrips. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -672,7 +671,7 @@ you can do with toolstrips. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -680,7 +679,7 @@ you can do with toolstrips. 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> @@ -733,7 +732,7 @@ you can do with toolstrips. </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup" style="display: none; "> <a name="types.sort(sortByName)"></a> @@ -743,14 +742,14 @@ you can do with toolstrips. <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/tut_debugging.html b/chrome/common/extensions/docs/tut_debugging.html index 8b9ba9b..878bba1 100755 --- a/chrome/common/extensions/docs/tut_debugging.html +++ b/chrome/common/extensions/docs/tut_debugging.html @@ -17,16 +17,16 @@ <title>Tutorial: Debugging</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Tutorial: Debugging</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li class="leftNavSelected">Debugging</li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -333,7 +332,7 @@ Suggest where to go next.]</p> <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -349,9 +348,9 @@ Suggest where to go next.]</p> <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -381,7 +380,7 @@ Suggest where to go next.]</p> </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -391,7 +390,7 @@ Suggest where to go next.]</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -399,7 +398,7 @@ Suggest where to go next.]</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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -452,7 +451,7 @@ Suggest where to go next.]</p> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -462,14 +461,14 @@ Suggest where to go next.]</p> <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/tutorials.html b/chrome/common/extensions/docs/tutorials.html index 1514090..33aff28 100755 --- a/chrome/common/extensions/docs/tutorials.html +++ b/chrome/common/extensions/docs/tutorials.html @@ -17,16 +17,16 @@ <title>Tutorials</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Tutorials</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><div class="leftNavSelected">Tutorials</div> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -210,7 +209,7 @@ Here's what we have, so far: <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -226,9 +225,9 @@ Here's what we have, so far: <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -258,7 +257,7 @@ Here's what we have, so far: </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -268,7 +267,7 @@ Here's what we have, so far: </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -276,7 +275,7 @@ Here's what we have, so far: 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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -329,7 +328,7 @@ Here's what we have, so far: </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -339,14 +338,14 @@ Here's what we have, so far: <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html index 5dfbcbe..19bfa72 100755 --- a/chrome/common/extensions/docs/windows.html +++ b/chrome/common/extensions/docs/windows.html @@ -17,16 +17,16 @@ <title>Windows</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Windows</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li><a href="xhr.html">Cross-Origin XHR</a></li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc"> @@ -162,7 +161,7 @@ <a href="#apiReference">API reference: chrome.windows</a> <ol> <li style="display: none; "> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -170,7 +169,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li jsinstance="0"> <a href="#method-create">create</a> @@ -213,7 +212,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -271,7 +270,7 @@ the value of the current window falls back to the topmost window. <div class="apiPage"> <a name="apiReference"></a> <h2>API reference: chrome.windows</h2> - + <!-- PROPERTIES --> <div class="apiGroup" style="display: none; "> <a name="properties"></a> @@ -287,9 +286,9 @@ the value of the current window falls back to the topmost window. <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -318,7 +317,7 @@ the value of the current window falls back to the topmost window. <dt> <var>createData</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -345,7 +344,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -354,7 +353,7 @@ the value of the current window falls back to the topmost window. <dt> <var>url</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -379,7 +378,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The URL to navigate the first tab to. Fully-qualified URLs must include a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -395,7 +394,7 @@ the value of the current window falls back to the topmost window. <dt> <var>left</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -420,7 +419,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The number of pixels to position the new window from the left edge of the screen. If not specified, the new window is offset naturally from the last focusd window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -436,7 +435,7 @@ the value of the current window falls back to the topmost window. <dt> <var>top</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -461,7 +460,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The number of pixels to position the new window from the top edge of the screen. If not specified, the new window is offset naturally from the last focusd window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -477,7 +476,7 @@ the value of the current window falls back to the topmost window. <dt> <var>width</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -502,7 +501,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The width in pixels of the new window. If not specified defaults to a natural width.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -518,7 +517,7 @@ the value of the current window falls back to the topmost window. <dt> <var>height</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -543,7 +542,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The height in pixels of the new window. If not specified defaults to a natural height.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -563,7 +562,7 @@ the value of the current window falls back to the topmost window. <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -590,7 +589,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -603,7 +602,7 @@ the value of the current window falls back to the topmost window. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -613,7 +612,7 @@ the value of the current window falls back to the topmost window. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -621,7 +620,7 @@ the value of the current window falls back to the topmost window. 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>Window window</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -630,7 +629,7 @@ the value of the current window falls back to the topmost window. <dt> <var>window</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -655,7 +654,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>Contains details about the created window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -695,7 +694,7 @@ the value of the current window falls back to the topmost window. <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -722,7 +721,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -738,7 +737,7 @@ the value of the current window falls back to the topmost window. <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -765,7 +764,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -778,7 +777,7 @@ the value of the current window falls back to the topmost window. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -788,7 +787,7 @@ the value of the current window falls back to the topmost window. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -796,7 +795,7 @@ the value of the current window falls back to the topmost window. 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>Window window</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -805,7 +804,7 @@ the value of the current window falls back to the topmost window. <dt> <var>window</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -832,7 +831,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -872,7 +871,7 @@ the value of the current window falls back to the topmost window. <dt> <var>getInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -899,7 +898,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -908,7 +907,7 @@ the value of the current window falls back to the topmost window. <dt> <var>populate</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -933,7 +932,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>If true, each window object will have a <var>tabs</var> property that contains a list of the <a href="tabs.html#type-Tab">Tab</a> objects for that window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -953,7 +952,7 @@ the value of the current window falls back to the topmost window. <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -980,7 +979,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -993,7 +992,7 @@ the value of the current window falls back to the topmost window. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1003,7 +1002,7 @@ the value of the current window falls back to the topmost window. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1011,7 +1010,7 @@ the value of the current window falls back to the topmost window. 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>array of Window windows</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1020,7 +1019,7 @@ the value of the current window falls back to the topmost window. <dt> <var>windows</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1057,7 +1056,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1096,7 +1095,7 @@ the value of the current window falls back to the topmost window. <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1123,7 +1122,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1136,7 +1135,7 @@ the value of the current window falls back to the topmost window. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1146,7 +1145,7 @@ the value of the current window falls back to the topmost window. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1154,7 +1153,7 @@ the value of the current window falls back to the topmost window. 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>Window window</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1163,7 +1162,7 @@ the value of the current window falls back to the topmost window. <dt> <var>window</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1190,7 +1189,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1229,7 +1228,7 @@ the value of the current window falls back to the topmost window. <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1256,7 +1255,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1269,7 +1268,7 @@ the value of the current window falls back to the topmost window. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1279,7 +1278,7 @@ the value of the current window falls back to the topmost window. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1287,7 +1286,7 @@ the value of the current window falls back to the topmost window. 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>Window window</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1296,7 +1295,7 @@ the value of the current window falls back to the topmost window. <dt> <var>window</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1323,7 +1322,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1363,7 +1362,7 @@ the value of the current window falls back to the topmost window. <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1390,7 +1389,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1406,7 +1405,7 @@ the value of the current window falls back to the topmost window. <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1433,7 +1432,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1446,7 +1445,7 @@ the value of the current window falls back to the topmost window. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1456,7 +1455,7 @@ the value of the current window falls back to the topmost window. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1464,7 +1463,7 @@ the value of the current window falls back to the topmost window. 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> @@ -1501,7 +1500,7 @@ the value of the current window falls back to the topmost window. <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1528,7 +1527,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1544,7 +1543,7 @@ the value of the current window falls back to the topmost window. <dt> <var>updateInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1571,7 +1570,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -1580,7 +1579,7 @@ the value of the current window falls back to the topmost window. <dt> <var>left</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1605,7 +1604,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The offset from the left edge of the screen to move the window to in pixels.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1621,7 +1620,7 @@ the value of the current window falls back to the topmost window. <dt> <var>top</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1646,7 +1645,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The offset from the top edge of the screen to move the window to in pixels.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1662,7 +1661,7 @@ the value of the current window falls back to the topmost window. <dt> <var>width</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1687,7 +1686,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The width to resize the window to in pixels.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1703,7 +1702,7 @@ the value of the current window falls back to the topmost window. <dt> <var>height</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1728,7 +1727,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The height to resize the window to in pixels.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1748,7 +1747,7 @@ the value of the current window falls back to the topmost window. <dt> <var>callback</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1775,7 +1774,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1788,7 +1787,7 @@ the value of the current window falls back to the topmost window. </div> </div> </dl> - + <!-- RETURNS --> <h4 style="display: none; ">Returns</h4> <dl> @@ -1798,7 +1797,7 @@ the value of the current window falls back to the topmost window. </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -1806,7 +1805,7 @@ the value of the current window falls back to the topmost window. 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>Window window</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -1815,7 +1814,7 @@ the value of the current window falls back to the topmost window. <dt> <var>window</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1842,7 +1841,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1891,7 +1890,7 @@ the value of the current window falls back to the topmost window. <dt> <var>createInfo</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1918,7 +1917,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -1927,7 +1926,7 @@ the value of the current window falls back to the topmost window. <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -1952,7 +1951,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>ID of the new window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -1993,7 +1992,7 @@ the value of the current window falls back to the topmost window. <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2018,7 +2017,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>ID of the newly focused window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2055,7 +2054,7 @@ the value of the current window falls back to the topmost window. <dt> <var>windowId</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2080,7 +2079,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>ID of the removed window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2099,7 +2098,7 @@ the value of the current window falls back to the topmost window. </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -2109,12 +2108,12 @@ the value of the current window falls back to the topmost window. <div class="apiItem" jsinstance="*0"> <a name="type-Window"></a> <h4>Window</h4> - + <div> <dt> <var style="display: none; ">paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2141,7 +2140,7 @@ the value of the current window falls back to the topmost window. <dd style="display: none; "> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -2150,7 +2149,7 @@ the value of the current window falls back to the topmost window. <dt> <var>id</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2175,7 +2174,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The ID of the window. Window IDs are unique within a browser session.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2191,7 +2190,7 @@ the value of the current window falls back to the topmost window. <dt> <var>focused</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2216,7 +2215,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>Whether the window is currently the focused window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2232,7 +2231,7 @@ the value of the current window falls back to the topmost window. <dt> <var>top</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2257,7 +2256,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The offset of the window from the top edge of the screen in pixels.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2273,7 +2272,7 @@ the value of the current window falls back to the topmost window. <dt> <var>left</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2298,7 +2297,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The offset of the window from the left edge of the screen in pixels.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2314,7 +2313,7 @@ the value of the current window falls back to the topmost window. <dt> <var>width</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2339,7 +2338,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The width of the window in pixels.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2355,7 +2354,7 @@ the value of the current window falls back to the topmost window. <dt> <var>height</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2380,7 +2379,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>The height of the window in pixels.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2396,7 +2395,7 @@ the value of the current window falls back to the topmost window. <dt> <var>tabs</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -2431,7 +2430,7 @@ the value of the current window falls back to the topmost window. Undocumented. </dd> <dd>Array of <a href="tabs.html#type-Tab">Tab</a> objects representing the current tabs in the window.</dd> - + <!-- OBJECT PROPERTIES --> <dd style="display: none; "> <dl> @@ -2450,7 +2449,7 @@ the value of the current window falls back to the topmost window. </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> diff --git a/chrome/common/extensions/docs/xhr.html b/chrome/common/extensions/docs/xhr.html index a4027c6..1d53436 100755 --- a/chrome/common/extensions/docs/xhr.html +++ b/chrome/common/extensions/docs/xhr.html @@ -17,16 +17,16 @@ <title>Cross-Origin XMLHttpRequest</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing - jstemplate to make a copy of the template in this section which - are not operated on by way of the jsskip="true" --> + jstemplate to make a copy of the template in this section which + are not operated on by way of the jsskip="true" --> <div style="display:none"> - + <!-- VALUE --> <div id="valueTemplate"> <dt> <var>paramName</var> <em> - + <!-- TYPE --> <div style="display:inline"> ( @@ -53,7 +53,7 @@ <dd> Description of this parameter from the json schema. </dd> - + <!-- OBJECT PROPERTIES --> <dd> <dl> @@ -64,9 +64,9 @@ </dl> </dd> </div> <!-- /VALUE --> - + </div> <!-- /SUBTEMPLATES --> - + <a name="top"> </a> <!-- API HEADER --> <div id="pageHeader"> @@ -89,8 +89,8 @@ <h1>Cross-Origin XMLHttpRequest</h1> </div> </div> <!-- /pageHeader --> - - <div id="pageContent"> + + <div id="pageContent"> <!-- SIDENAV --> <div id="leftNav"> <ul> @@ -112,7 +112,6 @@ <li class="leftNavSelected">Cross-Origin XHR</li> <li><a href="packaging.html">Packaging</a></li> <li><a href="autoupdate.html">Autoupdate</a></li> - <li><a href="i18n.html">i18n</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -120,13 +119,13 @@ <li><a href="tut_debugging.html">Debugging</a></li> </ul> </li> - <li>Reference + <li>Reference <ul> <li> Formats <ul> <li><a href="manifest.html">Manifest Files</a></li> <li><a href="match_patterns.html">Match Patterns</a></li> - <li>Packages (.crx)</li> + <!-- <li>Packages (.crx)</li> --> </ul> </li> <li> <a href="api_index.html">chrome.* APIs</a> </li> @@ -136,7 +135,7 @@ <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Samples</a></li> </ul> </div> - + <div id="mainColumn"> <!-- TABLE OF CONTENTS --> <div id="toc" style="display: none; "> @@ -155,7 +154,7 @@ <a href="#apiReference">API reference</a> <ol> <li> - <a href="#properties">Properties</a> + <a href="#properties">Properties</a> <ol> <li> <a href="#property-anchor">propertyName</a> @@ -163,7 +162,7 @@ </ol> </li> <li> - <a href="#methods">Methods</a> + <a href="#methods">Methods</a> <ol> <li> <a href="#method-anchor">methodName</a> @@ -190,7 +189,7 @@ </li> </div> </ol> - </div> + </div> <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> @@ -279,7 +278,7 @@ of hosts, it must declare the permissions separately:</p> <div class="apiPage" style="display: none; "> <a name="apiReference"></a> <h2>API reference: chrome.apiname </h2> - + <!-- PROPERTIES --> <div class="apiGroup"> <a name="properties"></a> @@ -295,9 +294,9 @@ of hosts, it must declare the permissions separately:</p> <div> </div> </div> - + </div> <!-- /apiGroup --> - + <!-- METHODS --> <div class="apiGroup" id="methods"> <a name="methods"></a> @@ -327,7 +326,7 @@ of hosts, it must declare the permissions separately:</p> </div> </div> </dl> - + <!-- RETURNS --> <h4>Returns</h4> <dl> @@ -337,7 +336,7 @@ of hosts, it must declare the permissions separately:</p> </div> </dl> - <!-- CALLBACK --> + <!-- CALLBACK --> <div> <div> <h4>Callback function</h4> @@ -345,7 +344,7 @@ of hosts, it must declare the permissions separately:</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>Type param1, Type param2</span>) <span class="subdued">{...}</span>);</pre> <dl> @@ -398,7 +397,7 @@ of hosts, it must declare the permissions separately:</p> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + <!-- TYPES --> <div class="apiGroup"> <a name="types.sort(sortByName)"></a> @@ -408,14 +407,14 @@ of hosts, it must declare the permissions separately:</p> <div class="apiItem"> <a></a> <h4>type name</h4> - + <div> </div> </div> <!-- /apiItem --> </div> <!-- /apiGroup --> - + </div> <!-- /apiPage --> </div> <!-- /mainColumn --> </div> <!-- /pageContent --> |