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

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

Issue 6799020: Add support for a "frame" context option to chrome.contextMenus.create/update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update docs. Created 9 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 | Annotate | Revision Log
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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 </span> 710 </span>
711 </span> 711 </span>
712 ) 712 )
713 </div> 713 </div>
714 714
715 </em> 715 </em>
716 </dt> 716 </dt>
717 <dd class="todo" style="display: none; "> 717 <dd class="todo" style="display: none; ">
718 Undocumented. 718 Undocumented.
719 </dd> 719 </dd>
720 <dd>List of contexts this menu item will appear in. Legal values are: 'all', 'page', 'selection', 'link', 'editable', 'image', 'video', and 'audio'. D efaults to ['page'].</dd> 720 <dd>List of contexts this menu item will appear in. Legal values are: 'all', 'page', 'frame', 'selection', 'link', 'editable', 'image', 'video', and ' audio'. Defaults to ['page'].</dd>
721 <dd style="display: none; "> 721 <dd style="display: none; ">
722 This parameter was added in version 722 This parameter was added in version
723 <b><span></span></b>. 723 <b><span></span></b>.
724 You must omit this parameter in earlier versions, 724 You must omit this parameter in earlier versions,
725 and you may omit it in any version. If you require this 725 and you may omit it in any version. If you require this
726 parameter, the manifest key 726 parameter, the manifest key
727 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a> 727 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
728 can ensure that your extension won't be run in an earlier browser ve rsion. 728 can ensure that your extension won't be run in an earlier browser ve rsion.
729 </dd> 729 </dd>
730 730
(...skipping 2603 matching lines...) Expand 10 before | Expand all | Expand 10 after
3334 _uff=0; 3334 _uff=0;
3335 urchinTracker(); 3335 urchinTracker();
3336 } 3336 }
3337 catch(e) {/* urchinTracker not available. */} 3337 catch(e) {/* urchinTracker not available. */}
3338 </script> 3338 </script>
3339 <!-- end analytics --> 3339 <!-- end analytics -->
3340 </div> 3340 </div>
3341 </div> <!-- /gc-footer --> 3341 </div> <!-- /gc-footer -->
3342 </div> <!-- /gc-container --> 3342 </div> <!-- /gc-container -->
3343 </body></html> 3343 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698