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

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

Issue 10854104: Remove reference to permissions API from experimental page, it's no longer 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/extensions/experimental.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 <a href="experimental.commands.html">experimental.commands</a></li><li> 216 <a href="experimental.commands.html">experimental.commands</a></li><li>
217 <a href="experimental.identity.html">experimental.identity</a></li><li> 217 <a href="experimental.identity.html">experimental.identity</a></li><li>
218 <a href="experimental.mediaGalleries.html">experimental.mediaGalleries</a></li ><li> 218 <a href="experimental.mediaGalleries.html">experimental.mediaGalleries</a></li ><li>
219 <a href="experimental.usb.html">experimental.usb</a></li> 219 <a href="experimental.usb.html">experimental.usb</a></li>
220 </ul> 220 </ul>
221 <p class="doc-family extensions"> 221 <p class="doc-family extensions">
222 Pay special attention to the following APIs, 222 Pay special attention to the following APIs,
223 which we expect to finalize soon: 223 which we expect to finalize soon:
224 <b>devtools</b>, 224 <b>devtools</b>,
225 <b>infobars</b>, 225 <b>infobars</b>,
226 <b>permissions</b>,
227 For examples of using the experimental APIs, see 226 For examples of using the experimental APIs, see
228 <a href="samples.html#experimental">Samples</a>. 227 <a href="samples.html#experimental">Samples</a>.
229 </p> 228 </p>
230 <p class="warning"> 229 <p class="warning">
231 <b>Caution:</b> 230 <b>Caution:</b>
232 Don't depend on these experimental APIs. 231 Don't depend on these experimental APIs.
233 They might disappear, 232 They might disappear,
234 and they <em>will</em> change. 233 and they <em>will</em> change.
235 Also, the Chrome Web Store doesn't allow you to 234 Also, the Chrome Web Store doesn't allow you to
236 upload items that use experimental APIs. 235 upload items that use experimental APIs.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 _uff=0; 337 _uff=0;
339 urchinTracker(); 338 urchinTracker();
340 } 339 }
341 catch(e) {/* urchinTracker not available. */} 340 catch(e) {/* urchinTracker not available. */}
342 </script> 341 </script>
343 <!-- end analytics --> 342 <!-- end analytics -->
344 </div> 343 </div>
345 </div> <!-- /gc-footer --> 344 </div> <!-- /gc-footer -->
346 </div> <!-- /gc-container --> 345 </div> <!-- /gc-container -->
347 </body></html> 346 </body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/extensions/experimental.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698