Bug 587295 - Remove "Bookmark This Tab" from the tab context menu. r=dao ui-r=faabobrg

--HG--
extra : rebase_source : a6265f02b7537d123116dd8b92299d59f388bdba
This commit is contained in:
Kurt Schultz 2010-08-29 09:36:28 -04:00
parent fcc649f98a
commit a518ce182f
3 changed files with 0 additions and 11 deletions

View File

@ -324,11 +324,6 @@ function SetClickAndHoldHandlers() {
}
#endif
function BookmarkThisTab(aTab) {
PlacesCommandHook.bookmarkPage(aTab.linkedBrowser,
PlacesUtils.bookmarksMenuFolderId, true);
}
const gSessionHistoryObserver = {
observe: function(subject, topic, data)
{

View File

@ -136,10 +136,6 @@
</menupopup>
</menu>
<menuseparator/>
<menuitem id="context_bookmarkTab"
label="&bookmarkThisTab.label;"
accesskey="&bookmarkThisTab.accesskey;"
oncommand="BookmarkThisTab(TabContextMenu.contextTab);"/>
<menuitem id="context_bookmarkAllTabs"
label="&bookmarkAllTabs.label;"
accesskey="&bookmarkAllTabs.accesskey;"

View File

@ -27,8 +27,6 @@
<!ENTITY moveToGroup.label "Move to Group">
<!ENTITY moveToGroup.accesskey "M">
<!ENTITY moveToNewGroup.label "New Group">
<!ENTITY bookmarkThisTab.label "Bookmark This Tab">
<!ENTITY bookmarkThisTab.accesskey "B">
<!ENTITY bookmarkAllTabs.label "Bookmark All Tabs…">
<!ENTITY bookmarkAllTabs.accesskey "T">
<!ENTITY undoCloseTab.label "Undo Close Tab">