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

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: Reverted the app.yaml version change Created 7 years, 5 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 {{^is_apps}} 2 {{^is_apps}}
3 <div class="doc-family extensions"> 3 <div class="doc-family extensions">
4 <p> 4 <p>
5 Before you start, <strong>choose the right version of this page.</strong> 5 Before you start, <strong>choose the right version of this page.</strong>
6 You should read either: 6 You should read either:
7 </p> 7 </p>
8 8
9 <ul> 9 <ul>
10 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html ">Most recent experimental APIs</a> 10 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html ">Most recent experimental APIs</a>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 <li><a href="{{name}}.html">{{name}}</a></li> 42 <li><a href="{{name}}.html">{{name}}</a></li>
43 {{/}} 43 {{/}}
44 {{/is_apps}} 44 {{/is_apps}}
45 </ul> 45 </ul>
46 46
47 {{^is_apps}} 47 {{^is_apps}}
48 <p class="doc-family extensions"> 48 <p class="doc-family extensions">
49 Pay special attention to the following APIs, 49 Pay special attention to the following APIs,
50 which we expect to finalize soon: 50 which we expect to finalize soon:
51 <b>devtools</b>, 51 <b>devtools</b>,
52 <b>infobars</b>,
53 <b>permissions</b>, 52 <b>permissions</b>,
54 For examples of using the experimental APIs, see 53 For examples of using the experimental APIs, see
55 <a href="samples.html#experimental">Samples</a>. 54 <a href="samples.html#experimental">Samples</a>.
56 </p> 55 </p>
57 {{/is_apps}} 56 {{/is_apps}}
58 57
59 <p class="warning"> 58 <p class="warning">
60 <b>Caution:</b> 59 <b>Caution:</b>
61 Don't depend on these experimental APIs. 60 Don't depend on these experimental APIs.
62 They might disappear, 61 They might disappear,
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 {{/is_apps}} 130 {{/is_apps}}
132 </ol> 131 </ol>
133 132
134 <h2 id="other">More APIs</h2> 133 <h2 id="other">More APIs</h2>
135 134
136 <p> 135 <p>
137 For information on the standard APIs, see 136 For information on the standard APIs, see
138 <a href="api_index.html">chrome.* APIs</a> and 137 <a href="api_index.html">chrome.* APIs</a> and
139 <a href="api_other.html">Other APIs</a>. 138 <a href="api_other.html">Other APIs</a>.
140 </p> 139 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698