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

Side by Side Diff: chrome/common/extensions/docs/apps/experimental.html

Issue 10440097: Move socket API from experimental to dev channel and remove some dead code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update Created 8 years, 4 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 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 209 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
210 on the following experimental APIs: 210 on the following experimental APIs:
211 </p> 211 </p>
212 <ul> 212 <ul>
213 <li> 213 <li>
214 <a href="experimental.app.html">experimental.app</a></li><li> 214 <a href="experimental.app.html">experimental.app</a></li><li>
215 <a href="experimental.bluetooth.html">experimental.bluetooth</a></li><li> 215 <a href="experimental.bluetooth.html">experimental.bluetooth</a></li><li>
216 <a href="experimental.identity.html">experimental.identity</a></li><li> 216 <a href="experimental.identity.html">experimental.identity</a></li><li>
217 <a href="experimental.mediaGalleries.html">experimental.mediaGalleries</a></li ><li> 217 <a href="experimental.mediaGalleries.html">experimental.mediaGalleries</a></li ><li>
218 <a href="experimental.serial.html">experimental.serial</a></li><li> 218 <a href="experimental.serial.html">experimental.serial</a></li><li>
219 <a href="experimental.socket.html">experimental.socket</a></li><li>
220 <a href="experimental.usb.html">experimental.usb</a></li> 219 <a href="experimental.usb.html">experimental.usb</a></li>
221 </ul> 220 </ul>
222 <p class="doc-family extensions"> 221 <p class="doc-family extensions">
223 Pay special attention to the following APIs, 222 Pay special attention to the following APIs,
224 which we expect to finalize soon: 223 which we expect to finalize soon:
225 <b>devtools</b>, 224 <b>devtools</b>,
226 <b>infobars</b>, 225 <b>infobars</b>,
227 <b>permissions</b>, 226 <b>permissions</b>,
228 For examples of using the experimental APIs, see 227 For examples of using the experimental APIs, see
229 <a href="samples.html#experimental">Samples</a>. 228 <a href="samples.html#experimental">Samples</a>.
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 _uff=0; 338 _uff=0;
340 urchinTracker(); 339 urchinTracker();
341 } 340 }
342 catch(e) {/* urchinTracker not available. */} 341 catch(e) {/* urchinTracker not available. */}
343 </script> 342 </script>
344 <!-- end analytics --> 343 <!-- end analytics -->
345 </div> 344 </div>
346 </div> <!-- /gc-footer --> 345 </div> <!-- /gc-footer -->
347 </div> <!-- /gc-container --> 346 </div> <!-- /gc-container -->
348 </body></html> 347 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/apps/api_index.html ('k') | chrome/common/extensions/docs/apps/experimental.socket.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698