summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/test.html
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-16 23:23:04 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-16 23:23:04 +0000
commitc38d8a18f76f7cc44389f7536ad982dfa179825f (patch)
treeecbcc3916a1d5a25fa673b340347723ac919917f /chrome/common/extensions/docs/test.html
parenta003a0a48df4f1f5b266844d157f8875b2a5bf00 (diff)
downloadchromium_src-c38d8a18f76f7cc44389f7536ad982dfa179825f.zip
chromium_src-c38d8a18f76f7cc44389f7536ad982dfa179825f.tar.gz
chromium_src-c38d8a18f76f7cc44389f7536ad982dfa179825f.tar.bz2
Tweak the sidenav. Also remove unnecessary end-of-line white space
from the template, so that we'll have fewer presubmit warnings. TBR=aa Review URL: http://codereview.chromium.org/214001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/test.html')
-rwxr-xr-xchrome/common/extensions/docs/test.html73
1 files changed, 36 insertions, 37 deletions
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 -->