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

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

Issue 10852016: Move serial out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 </li><li><a href="devtools.inspectedWindow.html" js="">devtools.inspectedWindo w</a> 204 </li><li><a href="devtools.inspectedWindow.html" js="">devtools.inspectedWindo w</a>
205 </li><li><a href="devtools.network.html" js="">devtools.network</a> 205 </li><li><a href="devtools.network.html" js="">devtools.network</a>
206 </li><li><a href="devtools.panels.html" js="">devtools.panels</a> 206 </li><li><a href="devtools.panels.html" js="">devtools.panels</a>
207 </li><li><a href="events.html" js="">events</a> 207 </li><li><a href="events.html" js="">events</a>
208 </li><li><a href="fileSystem.html" js="">fileSystem</a> 208 </li><li><a href="fileSystem.html" js="">fileSystem</a>
209 </li><li><a href="i18n.html" js="">i18n</a> 209 </li><li><a href="i18n.html" js="">i18n</a>
210 </li><li><a href="idle.html" js="">idle</a> 210 </li><li><a href="idle.html" js="">idle</a>
211 </li><li><a href="mediaGalleries.html" js="">mediaGalleries</a> 211 </li><li><a href="mediaGalleries.html" js="">mediaGalleries</a>
212 </li><li><a href="permissions.html" js="">permissions</a> 212 </li><li><a href="permissions.html" js="">permissions</a>
213 </li><li><a href="runtime.html" js="">runtime</a> 213 </li><li><a href="runtime.html" js="">runtime</a>
214 </li><li><a href="serial.html" js="">serial</a>
214 </li><li><a href="socket.html" js="">socket</a> 215 </li><li><a href="socket.html" js="">socket</a>
215 </li><li><a href="storage.html" js="">storage</a> 216 </li><li><a href="storage.html" js="">storage</a>
216 </li><li><a href="tts.html" js="">tts</a> 217 </li><li><a href="tts.html" js="">tts</a>
217 </li><li><a href="types.html" js="">types</a> 218 </li><li><a href="types.html" js="">types</a>
218 </li><li><a href="webstore.html" js="">webstore</a> 219 </li><li><a href="webstore.html" js="">webstore</a>
219 </li> 220 </li>
220 </ul> 221 </ul>
221 <h2 id="experimental">Experimental APIs</h2> 222 <h2 id="experimental">Experimental APIs</h2>
222 <p> 223 <p>
223 Chrome also has 224 Chrome also has
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 _uff=0; 281 _uff=0;
281 urchinTracker(); 282 urchinTracker();
282 } 283 }
283 catch(e) {/* urchinTracker not available. */} 284 catch(e) {/* urchinTracker not available. */}
284 </script> 285 </script>
285 <!-- end analytics --> 286 <!-- end analytics -->
286 </div> 287 </div>
287 </div> <!-- /gc-footer --> 288 </div> <!-- /gc-footer -->
288 </div> <!-- /gc-container --> 289 </div> <!-- /gc-container -->
289 </body></html> 290 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698