Commit 856d9007 authored by kalman@chromium.org's avatar kalman@chromium.org

Build extension docs.

TBR=aa@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10825269

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150750 0039d316-1c4b-4281-b951-d872f2087c98
parent 4eddbc73
......@@ -224,7 +224,7 @@
<ol>
</ol>
</li><li>
<a href="#type-experimental.socket.SocketInfo">experimental.socket.SocketInfo</a>
<a href="#type-socket.SocketInfo">socket.SocketInfo</a>
<ol>
</ol>
</li>
......@@ -778,7 +778,7 @@
<h4>getInfo</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
<span>chrome.experimental.socket.getInfo</span>(<span class="null"><span>integer</span>
<span>chrome.socket.getInfo</span>(<span class="null"><span>integer</span>
<var><span>socketId</span></var></span><span class="null"><span>, </span><span>function</span>
<var><span>GetInfoCallback</span></var></span>)</div>
<div class="description">
......@@ -847,7 +847,7 @@
(
<span id="typeTemplate">
<span>
<a href="experimental.socket.html#type-experimental.socket.SocketInfo">experimental.socket.SocketInfo</a>
<a href="socket.html#type-socket.SocketInfo">socket.SocketInfo</a>
</span>
</span>
)
......@@ -2088,8 +2088,8 @@
<!-- FUNCTION PARAMETERS -->
</div>
</div><div class="apiItem">
<a name="type-experimental.socket.SocketInfo"></a>
<h4>experimental.socket.SocketInfo</h4>
<a name="type-socket.SocketInfo"></a>
<h4>socket.SocketInfo</h4>
<div>
<dt>
<em>
......@@ -2240,7 +2240,7 @@
(
<span id="typeTemplate">
<span>
<a href="experimental.socket.html#type-experimental.socket.SocketType">experimental.socket.SocketType</a>
<a href="socket.html#type-socket.SocketType">socket.SocketType</a>
</span>
</span>
)
......
......@@ -250,6 +250,7 @@ on the following experimental APIs:
<a href="experimental.discovery.html">experimental.discovery</a></li><li>
<a href="experimental.identity.html">experimental.identity</a></li><li>
<a href="experimental.infobars.html">experimental.infobars</a></li><li>
<a href="experimental.mediaGalleries.html">experimental.mediaGalleries</a></li><li>
<a href="experimental.offscreenTabs.html">experimental.offscreenTabs</a></li><li>
<a href="experimental.processes.html">experimental.processes</a></li><li>
<a href="experimental.speechInput.html">experimental.speechInput</a></li><li>
......
......@@ -2001,9 +2001,6 @@
<div>
<a href="../examples/extensions/gmail.zip">Download source</a>
<!-- Only show the Install CRX link if a CRX file is provided -->
<span>
- <a href="examples/extensions/gmail.crx">Install extension</a>
</span>
</div>
</div><div class="sample" id="14b9651fda4e57b2a5914ba73a779812201b750a">
<img class="icon" src="../images/sample-default-icon.png">
......
......@@ -255,7 +255,7 @@
<ol>
</ol>
</li><li>
<a href="#type-experimental.socket.SocketInfo">SocketInfo</a>
<a href="#type-socket.SocketInfo">SocketInfo</a>
<ol>
</ol>
</li>
......@@ -926,7 +926,7 @@
<h4>getInfo</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
<span>chrome.experimental.socket.getInfo</span>(<span class="null"><span>integer</span>
<span>chrome.socket.getInfo</span>(<span class="null"><span>integer</span>
<var><span>socketId</span></var></span><span class="null"><span>, </span><span>function</span>
<var><span>GetInfoCallback</span></var></span>)</div>
<div class="description">
......@@ -995,7 +995,7 @@
(
<span id="typeTemplate">
<span>
<a href="experimental.socket.html#type-experimental.socket.SocketInfo">experimental.socket.SocketInfo</a>
<a href="socket.html#type-socket.SocketInfo">socket.SocketInfo</a>
</span>
</span>
)
......@@ -1029,7 +1029,7 @@
that looks like this:
</p>
<!-- Note: intentionally longer 80 columns -->
<pre>function(<span>experimental.socket.SocketInfo result</span>) <span class="subdued">{...}</span>;</pre>
<pre>function(<span>socket.SocketInfo result</span>) <span class="subdued">{...}</span>;</pre>
<dl>
<div>
<div>
......@@ -1041,7 +1041,7 @@
(
<span id="typeTemplate">
<span>
<a href="experimental.socket.html#type-experimental.socket.SocketInfo">experimental.socket.SocketInfo</a>
<a href="socket.html#type-socket.SocketInfo">socket.SocketInfo</a>
</span>
</span>
)
......@@ -2509,8 +2509,8 @@
<!-- FUNCTION PARAMETERS -->
</div>
</div><div class="apiItem">
<a name="type-experimental.socket.SocketInfo"></a>
<h4>experimental.socket.SocketInfo</h4>
<a name="type-socket.SocketInfo"></a>
<h4>socket.SocketInfo</h4>
<div>
<dt>
<em>
......@@ -2661,7 +2661,7 @@
(
<span id="typeTemplate">
<span>
<a href="experimental.socket.html#type-experimental.socket.SocketType">experimental.socket.SocketType</a>
<a href="socket.html#type-socket.SocketType">socket.SocketType</a>
</span>
</span>
)
......
......@@ -389,7 +389,6 @@ popup.html:
<blockquote>
<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/tutorials/analytics/">.../examples/tutorials/analytics/</a>
</blockquote>
<p></p>
</div>
<!-- API PAGE -->
<!-- /apiPage -->
......
......@@ -177,14 +177,6 @@
"chrome.experimental.processes.terminate": "experimental.processes.html#method-terminate",
"chrome.experimental.record.captureURLs": "experimental.record.html#method-captureURLs",
"chrome.experimental.record.replayURLs": "experimental.record.html#method-replayURLs",
"chrome.experimental.serial.close": "experimental.serial.html#method-close",
"chrome.experimental.serial.flush": "experimental.serial.html#method-flush",
"chrome.experimental.serial.getControlSignals": "experimental.serial.html#method-getControlSignals",
"chrome.experimental.serial.getPorts": "experimental.serial.html#method-getPorts",
"chrome.experimental.serial.open": "experimental.serial.html#method-open",
"chrome.experimental.serial.read": "experimental.serial.html#method-read",
"chrome.experimental.serial.setControlSignals": "experimental.serial.html#method-setControlSignals",
"chrome.experimental.serial.write": "experimental.serial.html#method-write",
"chrome.experimental.speechInput.isRecording": "experimental.speechInput.html#method-isRecording",
"chrome.experimental.speechInput.onError": "experimental.speechInput.html#event-onError",
"chrome.experimental.speechInput.onResult": "experimental.speechInput.html#event-onResult",
......
......@@ -212,4 +212,3 @@ popup.html:
<blockquote>
<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/tutorials/analytics/">.../examples/tutorials/analytics/</a>
</blockquote>
</p>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment