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

Unified Diff: chrome/common/extensions/docs/templates/intros/socket.html

Issue 11635032: Added introductory tables to Chrome apps APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/intros/socket.html
diff --git a/chrome/common/extensions/docs/templates/intros/socket.html b/chrome/common/extensions/docs/templates/intros/socket.html
index 10b59a4514255bbf2da732476ac9431d6afbb72b..3961df86527b749716f743e6c436e26d77351b1c 100644
--- a/chrome/common/extensions/docs/templates/intros/socket.html
+++ b/chrome/common/extensions/docs/templates/intros/socket.html
@@ -1,10 +1,29 @@
-<p id="classSummary">
-Use the <code>chrome.socket</code> module
-to send and receive data over the network
-using TCP and UDP connections.
-</p>
-
-<p>
-Read the <a href="app_network.html">Network Communications</a> documentation
-to find out how to use this API.
-</p>
+<table class="intro">
+ <tr>
+ <th scope="col"></th>
+ <th scope="col"></th>
+ </tr>
+ <tr>
+ <td><strong>Description:</strong></td>
+ <td>Use the <code>chrome.socket</code> module
+ to send and receive data over the network
+ using TCP and UDP connections.</td>
+ </tr>
+ <tr>
+ <td><strong>Availability:</strong></td>
+ <td>On target to be stable in Chrome 24</td>
saroop 2012/12/21 00:39:44 Can we change this to devchannel and update to sta
+ </tr>
+ <tr>
+ <td><strong>Permissions:</strong></td>
+ <td><code>"socket": ["rule1", "rule2"]</code><br>
saroop 2012/12/21 00:39:44 rule1, rule2 are confusing and may be mistaken for
+ See <a href="app_network.html">Network Communications</a> for rule syntax.</td>
+ </tr>
+ <tr>
+ <td><strong>Learn more:</strong></td>
+ <td><a href="app_network.html">Network Communications</a><br>
+ <a href="sencha_framework.html">Build Apps with Sencha ExtJS</a><br>
+ <a href="https://developers.google.com/live/shows/7320022-5001/">Chrome Apps Office Hours: Networking APIs</a><br>
+ <a href="https://developers.google.com/live/shows/7320022-2001/">Chrome Apps Office Hours: Controlling an AR Parrot
+ Drone</a></td>
+ </tr>
+</table>

Powered by Google App Engine
This is Rietveld 408576698