# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.

<menupopup id="placesContext"
           onpopupshowing="return PlacesUIUtils.placesContextShowing(event);"
           onpopuphiding="PlacesUIUtils.placesContextHiding(event);">
  <menuitem id="placesContext_open"
            command="placesCmd_open"
            data-l10n-id="places-open"
            default="true"
            selection-type="single"
            node-type="link"
            hide-if-single-click-opens="true"/>
  <menuitem id="placesContext_openBookmarkContainer:tabs"
            oncommand="PlacesUIUtils.openSelectionInTabs(event);"
            data-l10n-id="places-open-all-bookmarks"
            selection-type="single|none"
            node-type="folder|query_tag"/>
  <menuitem id="placesContext_openBookmarkLinks:tabs"
            oncommand="PlacesUIUtils.openSelectionInTabs(event);"
            data-l10n-id="places-open-all-bookmarks"
            selection-type="multiple"
            node-type="link_bookmark|separator"/>
  <menuitem id="placesContext_open:newtab"
            command="placesCmd_open:tab"
            data-l10n-id="places-open-in-tab"
            selection-type="single"
            node-type="link"/>
  <menu id="placesContext_open:newcontainertab"
            data-l10n-id="places-open-in-container-tab"
            selection-type="single"
            node-type="link"
            hide-if-private-browsing="true"
            hide-if-usercontext-disabled="true">
      <menupopup oncommand="PlacesUIUtils.openInContainerTab(event);"
                 onpopupshowing="return PlacesUIUtils.createContainerTabMenu(event);" />
  </menu>
  <menuitem id="placesContext_openContainer:tabs"
            oncommand="PlacesUIUtils.openSelectionInTabs(event);"
            data-l10n-id="places-open-all-in-tabs"
            selection-type="single|none"
            node-type="query"
            hide-if-node-type="query_tag"/>
  <menuitem id="placesContext_openLinks:tabs"
            oncommand="PlacesUIUtils.openSelectionInTabs(event);"
            data-l10n-id="places-open-all-in-tabs"
            selection-type="multiple"
            node-type="link"
            hide-if-node-type="link_bookmark"/>
  <menuitem id="placesContext_open:newwindow"
            command="placesCmd_open:window"
            data-l10n-id="places-open-in-window"
            selection-type="single"
            node-type="link"/>
  <menuitem id="placesContext_open:newprivatewindow"
            command="placesCmd_open:privatewindow"
            data-l10n-id="places-open-in-private-window"
            selection-type="single"
            node-type="link"
            hide-if-private-browsing="true"/>
  <menuitem id="placesContext_showInFolder"
            data-l10n-id="places-show-in-folder"
            command="placesCmd_showInFolder"
            closemenu="single"
            node-type="link_bookmark"
            hide-if-not-search="true"
            selection-type="single"/>
  <menuseparator id="placesContext_openSeparator"/>
  <menuitem id="placesContext_show_bookmark:info"
            command="placesCmd_show:info"
            data-l10n-id="places-edit-bookmark"
            node-type="link_bookmark"/>
  <menuitem id="placesContext_show:info"
            command="placesCmd_show:info"
            data-l10n-id="places-edit-generic"
            node-type="query"
            hide-if-node-type="query_host|query_day"/>
  <menuitem id="placesContext_show_folder:info"
            command="placesCmd_show:info"
            data-l10n-id="places-edit-folder2"
            node-type="folder"/>
  <menuitem id="placesContext_deleteBookmark"
            data-l10n-id="places-delete-bookmark"
            data-l10n-args='{"count":"1"}'
            command="placesCmd_delete"
            closemenu="single"
            node-type="link_bookmark"
            hide-if-node-type="link_bookmark_tag"/>
  <menuitem id="placesContext_removeTag"
            data-l10n-id="places-untag-bookmark"
            command="placesCmd_delete"
            closemenu="single"
            node-type="link_bookmark_tag"/>
  <menuitem id="placesContext_deleteFolder"
            data-l10n-id="places-delete-folder"
            data-l10n-args='{"count":"1"}'
            command="placesCmd_delete"
            node-type="folder"
            closemenu="single"/>
  <menuitem id="placesContext_delete"
            data-l10n-id="text-action-delete"
            command="placesCmd_delete"
            closemenu="single"
            hide-if-node-type-is-only="link|folder"/>
  <menuitem id="placesContext_delete_history"
            data-l10n-id="places-delete-page"
            data-l10n-args='{"count":"1"}'
            command="placesCmd_delete"
            closemenu="single"
            node-type="link"
            hide-if-node-type="link_bookmark"/>
  <menuitem id="placesContext_deleteHost"
            command="placesCmd_deleteDataHost"
            data-l10n-id="places-forget-domain-data"
            closemenu="single"
            node-type="link|query_host"
            selection-type="single"
            hide-if-node-type="link_bookmark"/>
  <menuitem id="placesContext_sortBy:name"
            command="placesCmd_sortBy:name"
            data-l10n-id="places-sortby-name"
            closemenu="single"
            node-type="folder"/>
  <menuseparator id="placesContext_deleteSeparator"/>
  <menuitem id="placesContext_cut"
            command="placesCmd_cut"
            data-l10n-id="text-action-cut"
            closemenu="single"
            node-type="link_bookmark|folder|separator|query"
            hide-if-node-type="link_bookmark_tag|query_host|query_day|query_tag"/>
  <menuitem id="placesContext_copy"
            command="placesCmd_copy"
            data-l10n-id="text-action-copy"
            closemenu="single"/>
  <menuitem id="placesContext_paste_group"
            data-l10n-id="text-action-paste"
            command="placesCmd_paste"
            closemenu="single"
            hide-if-no-insertion-point="true"/>
  <menuseparator id="placesContext_editSeparator"/>
  <menuitem id="placesContext_new:bookmark"
            command="placesCmd_new:bookmark"
            data-l10n-id="places-add-bookmark"
            selection-type="any"
            hide-if-no-insertion-point="true"/>
  <menuitem id="placesContext_new:folder"
            command="placesCmd_new:folder"
            data-l10n-id="places-add-folder-contextmenu"
            selection-type="any"
            hide-if-no-insertion-point="true"/>
  <menuitem id="placesContext_new:separator"
            command="placesCmd_new:separator"
            data-l10n-id="places-add-separator"
            closemenu="single"
            selection-type="any"
            hide-if-no-insertion-point="true"/>
  <menuseparator id="placesContext_newSeparator"/>
  <menuitem id="placesContext_paste"
            data-l10n-id="text-action-paste"
            command="placesCmd_paste"
            closemenu="single"
            selection-type="none"
            hide-if-no-insertion-point="true"/>
  <menuseparator id="placesContext_pasteSeparator"/>
  <menuitem id="placesContext_createBookmark"
            data-l10n-id="places-create-bookmark"
            data-l10n-args='{"count":"1"}'
            command="placesCmd_createBookmark"
            node-type="link"
            hide-if-node-type="link_bookmark"/>
  <menuitem id="placesContext_showAllBookmarks"
            data-l10n-id="places-manage-bookmarks"
            command="Browser:ShowAllBookmarks"
            ignore-item="true"
            hidden="true"/>

</menupopup>