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

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

Issue 1530002: Move history API out of experimental. Allow extensions to override history page. (Closed)
Patch Set: Rebase for commit. Created 10 years, 8 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 <div id="pageData-name" class="pageData">chrome.experimental.* APIs</div> 1 <div id="pageData-name" class="pageData">chrome.experimental.* APIs</div>
2 2
3 <p> 3 <p>
4 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 4 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
5 on the following experimental APIs: 5 on the following experimental APIs:
6 </p> 6 </p>
7 7
8 <ul> 8 <ul>
9 <li jsselect="experimentalAPIs();"><a jsvalues=".href: $this + '.html'" jscont ent="$this" href="experimental.history.html" js>experimental.history</a></li> 9 <li jsselect="experimentalAPIs();">
10 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li>
10 </ul> 11 </ul>
11 12
12 <p class="caution"> 13 <p class="caution">
13 <b>Caution:</b> 14 <b>Caution:</b>
14 Don't depend on these experimental APIs. 15 Don't depend on these experimental APIs.
15 They might disappear, 16 They might disappear,
16 and they <em>will</em> change. 17 and they <em>will</em> change.
17 Also, the extension gallery doesn't allow you to 18 Also, the extension gallery doesn't allow you to
18 upload extensions that use experimental APIs. 19 upload extensions that use experimental APIs.
19 </p> 20 </p>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 </li> 65 </li>
65 </ol> 66 </ol>
66 67
67 <h2 id="other">More information</h2> 68 <h2 id="other">More information</h2>
68 69
69 <p> 70 <p>
70 For information on the standard APIs that extensions can use, see 71 For information on the standard APIs that extensions can use, see
71 <a href="api_index.html">chrome.* APIs</a> and 72 <a href="api_index.html">chrome.* APIs</a> and
72 <a href="api_other.html">Other APIs</a>. 73 <a href="api_other.html">Other APIs</a>.
73 </p> 74 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/samples.html ('k') | chrome/common/extensions/docs/static/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698