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

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

Issue 1124343004: docs: Fix some broken links to samples where the #hash-word is supposed to be a search term. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change TODO owners Created 5 years, 7 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:
11 </p> 11 </p>
12 {{/is_apps}} 12 {{/is_apps}}
13 13
14 {{+partials.api_table apis:apis is_stable:false/}} 14 {{+partials.api_table apis:apis is_stable:false/}}
15 15
16 {{^is_apps}} 16 {{^is_apps}}
17 <p class="doc-family extensions"> 17 <p class="doc-family extensions">
18 Pay special attention to the following APIs, 18 Pay special attention to the following APIs,
19 which we expect to finalize soon: 19 which we expect to finalize soon:
20 <b>devtools</b>, 20 <b>devtools</b>,
21 <b>permissions</b>, 21 <b>permissions</b>,
22 For examples of using the experimental APIs, see 22 For examples of using the experimental APIs, see
23 <a href="samples#experimental">Samples</a>. 23 <a href="samples#search:experimental">Samples</a>.
24 </p> 24 </p>
25 {{/is_apps}} 25 {{/is_apps}}
26 26
27 <p class="warning"> 27 <p class="warning">
28 <b>Caution:</b> 28 <b>Caution:</b>
29 Don't depend on these experimental APIs. 29 Don't depend on these experimental APIs.
30 They might disappear, 30 They might disappear,
31 and they <em>will</em> change. 31 and they <em>will</em> change.
32 Also, the Chrome Web Store doesn't allow you to 32 Also, the Chrome Web Store doesn't allow you to
33 upload items that use experimental APIs. 33 upload items that use experimental APIs.
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 {{/is_apps}} 93 {{/is_apps}}
94 </ol> 94 </ol>
95 95
96 <h2 id="other">More APIs</h2> 96 <h2 id="other">More APIs</h2>
97 97
98 <p> 98 <p>
99 For information on the standard APIs, see 99 For information on the standard APIs, see
100 <a href="api_index">chrome.* APIs</a> and 100 <a href="api_index">chrome.* APIs</a> and
101 <a href="api_other">Other APIs</a>. 101 <a href="api_other">Other APIs</a>.
102 </p> 102 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698