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

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

Issue 20081002: Remove experimental permission from infobars API and moving it to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added license header Created 7 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 <h1 class="page_title">chrome.experimental.* APIs</h1> 1 <h1 class="page_title">chrome.experimental.* APIs</h1>
2 2
3 <h2 id="overview"> 3 <h2 id="overview">
4 List of APIs 4 List of APIs
5 </h2> 5 </h2>
6 6
7 {{^is_apps}} 7 {{^is_apps}}
8 <p class="doc-family extensions"> 8 <p class="doc-family extensions">
9 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 9 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
10 on the following experimental APIs: 10 on the following experimental APIs:
(...skipping 10 matching lines...) Expand all
21 <li><a href="{{name}}.html">{{name}}</a></li> 21 <li><a href="{{name}}.html">{{name}}</a></li>
22 {{/}} 22 {{/}}
23 {{/is_apps}} 23 {{/is_apps}}
24 </ul> 24 </ul>
25 25
26 {{^is_apps}} 26 {{^is_apps}}
27 <p class="doc-family extensions"> 27 <p class="doc-family extensions">
28 Pay special attention to the following APIs, 28 Pay special attention to the following APIs,
29 which we expect to finalize soon: 29 which we expect to finalize soon:
30 <b>devtools</b>, 30 <b>devtools</b>,
31 <b>infobars</b>,
32 <b>permissions</b>, 31 <b>permissions</b>,
33 For examples of using the experimental APIs, see 32 For examples of using the experimental APIs, see
34 <a href="samples.html#experimental">Samples</a>. 33 <a href="samples.html#experimental">Samples</a>.
35 </p> 34 </p>
36 {{/is_apps}} 35 {{/is_apps}}
37 36
38 <p class="warning"> 37 <p class="warning">
39 <b>Caution:</b> 38 <b>Caution:</b>
40 Don't depend on these experimental APIs. 39 Don't depend on these experimental APIs.
41 They might disappear, 40 They might disappear,
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 {{/is_apps}} 103 {{/is_apps}}
105 </ol> 104 </ol>
106 105
107 <h2 id="other">More APIs</h2> 106 <h2 id="other">More APIs</h2>
108 107
109 <p> 108 <p>
110 For information on the standard APIs, see 109 For information on the standard APIs, see
111 <a href="api_index.html">chrome.* APIs</a> and 110 <a href="api_index.html">chrome.* APIs</a> and
112 <a href="api_other.html">Other APIs</a>. 111 <a href="api_other.html">Other APIs</a>.
113 </p> 112 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698