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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Third round of modifications - mostly cleanup Created 7 years, 9 months 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 unified diff | Download patch
OLDNEW
1 <table class="intro"> 1 <table class="intro">
2 <tr> 2 <tr>
3 <th scope="col"></th> 3 <th scope="col"></th>
4 <th scope="col"></th> 4 <th scope="col"></th>
5 </tr> 5 </tr>
6 <tr> 6 <tr>
7 <td><strong>Description:</strong></td>
8 <td>Use the <code>chrome.socket</code> module
9 to send and receive data over the network
10 using TCP and UDP connections.</td>
11 </tr>
12 <tr>
13 <td><strong>Availability:</strong></td>
14 <td>Google Chrome 24</td>
15 </tr>
16 <tr>
17 <td><strong>Permissions:</strong></td> 7 <td><strong>Permissions:</strong></td>
18 <td><code>"socket": ["rule1", "rule2"]</code><br> 8 <td><code>"socket": ["rule1", "rule2"]</code><br>
19 See <a href="app_network.html">Network Communications</a> for rule syntax. </td> 9 See <a href="app_network.html">Network Communications</a> for rule syntax. </td>
20 </tr> 10 </tr>
21 <tr> 11 <tr>
22 <td><strong>Learn more:</strong></td> 12 <td><strong>Learn more:</strong></td>
23 <td><a href="app_network.html">Network Communications</a><br> 13 <td><a href="app_network.html">Network Communications</a><br>
24 <a href="sencha_framework.html">Build Apps with Sencha ExtJS</a><br> 14 <a href="sencha_framework.html">Build Apps with Sencha ExtJS</a><br>
25 <a href="https://developers.google.com/live/shows/7320022-5001/">Chrome Apps Office Hours: Networking APIs</a><br> 15 <a href="https://developers.google.com/live/shows/7320022-5001/">Chrome Apps Office Hours: Networking APIs</a><br>
26 <a href="https://developers.google.com/live/shows/7320022-2001/">Chrome Apps Office Hours: Controlling an AR Parrot 16 <a href="https://developers.google.com/live/shows/7320022-2001/">Chrome Apps Office Hours: Controlling an AR Parrot
27 Drone</a></td> 17 Drone</a></td>
28 </tr> 18 </tr>
29 </table> 19 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698