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

Side by Side Diff: chrome/common/extensions/docs/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 <!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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 <li><a href="options.html">Options Pages</a></li> 138 <li><a href="options.html">Options Pages</a></li>
139 <li><a href="override.html">Override Pages</a></li> 139 <li><a href="override.html">Override Pages</a></li>
140 <li><a href="pageAction.html">Page Actions</a></li> 140 <li><a href="pageAction.html">Page Actions</a></li>
141 <li><a href="themes.html">Themes</a></li> 141 <li><a href="themes.html">Themes</a></li>
142 </ul> 142 </ul>
143 </li> 143 </li>
144 <li>Browser Interaction 144 <li>Browser Interaction
145 <ul> 145 <ul>
146 <li><a href="bookmarks.html">Bookmarks</a></li> 146 <li><a href="bookmarks.html">Bookmarks</a></li>
147 <li><a href="events.html">Events</a></li> 147 <li><a href="events.html">Events</a></li>
148 <li><a href="history.html">History</a></li>
148 <li><a href="tabs.html">Tabs</a></li> 149 <li><a href="tabs.html">Tabs</a></li>
149 <li><a href="windows.html">Windows</a></li> 150 <li><a href="windows.html">Windows</a></li>
150 </ul> 151 </ul>
151 </li> 152 </li>
152 <li>Implementation 153 <li>Implementation
153 <ul> 154 <ul>
154 <li><a href="background_pages.html">Background Pages</a></li> 155 <li><a href="background_pages.html">Background Pages</a></li>
155 <li><a href="content_scripts.html">Content Scripts</a></li> 156 <li><a href="content_scripts.html">Content Scripts</a></li>
156 <li><a href="xhr.html">Cross-Origin XHR</a></li> 157 <li><a href="xhr.html">Cross-Origin XHR</a></li>
157 <li><a href="i18n.html">Internationalization</a></li> 158 <li><a href="i18n.html">Internationalization</a></li>
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 252
252 <!-- STATIC CONTENT PLACEHOLDER --> 253 <!-- STATIC CONTENT PLACEHOLDER -->
253 <div id="static"><div id="pageData-name" class="pageData">chrome.experim ental.* APIs</div> 254 <div id="static"><div id="pageData-name" class="pageData">chrome.experim ental.* APIs</div>
254 255
255 <p> 256 <p>
256 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 257 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
257 on the following experimental APIs: 258 on the following experimental APIs:
258 </p> 259 </p>
259 260
260 <ul> 261 <ul>
261 <li><a href="experimental.clipboard.html" js="">experimental.clipboard</a></li ><li><a href="experimental.contextMenu.html" js="">experimental.contextMenu</a>< /li><li><a href="experimental.history.html" js="">experimental.history</a></li>< li><a href="experimental.infobars.html" js="">experimental.infobars</a></li><li> <a href="experimental.processes.html" js="">experimental.processes</a></li> 262 <li>
263 <a href="experimental.clipboard.html">experimental.clipboard</a></li><li>
264 <a href="experimental.contextMenu.html">experimental.contextMenu</a></li><li>
265 <a href="experimental.infobars.html">experimental.infobars</a></li><li>
266 <a href="experimental.processes.html">experimental.processes</a></li>
262 </ul> 267 </ul>
263 268
264 <p class="caution"> 269 <p class="caution">
265 <b>Caution:</b> 270 <b>Caution:</b>
266 Don't depend on these experimental APIs. 271 Don't depend on these experimental APIs.
267 They might disappear, 272 They might disappear,
268 and they <em>will</em> change. 273 and they <em>will</em> change.
269 Also, the extension gallery doesn't allow you to 274 Also, the extension gallery doesn't allow you to
270 upload extensions that use experimental APIs. 275 upload extensions that use experimental APIs.
271 </p> 276 </p>
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 _uff=0; 507 _uff=0;
503 urchinTracker(); 508 urchinTracker();
504 } 509 }
505 catch(e) {/* urchinTracker not available. */} 510 catch(e) {/* urchinTracker not available. */}
506 </script> 511 </script>
507 <!-- end analytics --> 512 <!-- end analytics -->
508 </div> 513 </div>
509 </div> <!-- /gc-footer --> 514 </div> <!-- /gc-footer -->
510 </div> <!-- /gc-container --> 515 </div> <!-- /gc-container -->
511 </body></html> 516 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/events.html ('k') | chrome/common/extensions/docs/experimental.clipboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698