summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/contextMenus.html
diff options
context:
space:
mode:
authormihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 21:02:51 +0000
committermihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-06 21:02:51 +0000
commit0e5e8d509ae9cc7cdb7f22c0b8d1ec67f65d6f83 (patch)
tree763d8822584c486cb4db83e9b377b3ddeaa69dbe /chrome/common/extensions/docs/contextMenus.html
parent668cd428d8cb73e496067e866ffc57524665e756 (diff)
downloadchromium_src-0e5e8d509ae9cc7cdb7f22c0b8d1ec67f65d6f83.zip
chromium_src-0e5e8d509ae9cc7cdb7f22c0b8d1ec67f65d6f83.tar.gz
chromium_src-0e5e8d509ae9cc7cdb7f22c0b8d1ec67f65d6f83.tar.bz2
Add support for a "frame" context option to chrome.contextMenus.create/update.
Also removes a couple of .html files from the "simple" context menu browser test, since they weren't needed. Includes documentation update for http://trac.webkit.org/changeset/83033. BUG=49783 TEST=ExtensionContextMenuBrowserTest.Frames R=asargent@chromium.org Review URL: http://codereview.chromium.org/6799020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/contextMenus.html')
-rw-r--r--chrome/common/extensions/docs/contextMenus.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/contextMenus.html b/chrome/common/extensions/docs/contextMenus.html
index f76f8c3..d5d0291 100644
--- a/chrome/common/extensions/docs/contextMenus.html
+++ b/chrome/common/extensions/docs/contextMenus.html
@@ -717,7 +717,7 @@ You can find samples of this API on the
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>List of contexts this menu item will appear in. Legal values are: 'all', 'page', 'selection', 'link', 'editable', 'image', 'video', and 'audio'. Defaults to ['page'].</dd>
+ <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>
<dd style="display: none; ">
This parameter was added in version
<b><span></span></b>.