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

Side by Side Diff: chrome/common/extensions/docs/contextMenus.html

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 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 <!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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 <a href="#id-anchor">id</a> 265 <a href="#id-anchor">id</a>
266 </li> 266 </li>
267 </ol> 267 </ol>
268 </li> 268 </li>
269 </ol> 269 </ol>
270 </li> 270 </li>
271 </ol> 271 </ol>
272 </div> 272 </div>
273 <!-- /TABLE OF CONTENTS --> 273 <!-- /TABLE OF CONTENTS -->
274 274
275 <!-- Standard content lead-in for experimental API pages -->
276 <p id="classSummary" style="display: none; ">
277 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
278 </p>
279
275 <!-- STATIC CONTENT PLACEHOLDER --> 280 <!-- STATIC CONTENT PLACEHOLDER -->
276 <div id="static"><!-- BEGIN AUTHORED CONTENT --> 281 <div id="static"><!-- BEGIN AUTHORED CONTENT -->
277 <p> 282 <p>
278 The context menus module allows you 283 The context menus module allows you
279 to add items to Google Chrome's context menu. 284 to add items to Google Chrome's context menu.
280 </p> 285 </p>
281 286
282 <p> 287 <p>
283 You can choose what types of objects 288 You can choose what types of objects
284 your context menu additions apply to, 289 your context menu additions apply to,
(...skipping 1774 matching lines...) Expand 10 before | Expand all | Expand 10 after
2059 _uff=0; 2064 _uff=0;
2060 urchinTracker(); 2065 urchinTracker();
2061 } 2066 }
2062 catch(e) {/* urchinTracker not available. */} 2067 catch(e) {/* urchinTracker not available. */}
2063 </script> 2068 </script>
2064 <!-- end analytics --> 2069 <!-- end analytics -->
2065 </div> 2070 </div>
2066 </div> <!-- /gc-footer --> 2071 </div> <!-- /gc-footer -->
2067 </div> <!-- /gc-container --> 2072 </div> <!-- /gc-container -->
2068 </body></html> 2073 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/content_scripts.html ('k') | chrome/common/extensions/docs/cookies.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698