placesCommands.inc.xhtml (1187B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this file, 3 # You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 <commandset id="placesCommands" 6 commandupdater="true" 7 events="focus,sort,places"> 8 <script src="chrome://browser/content/places/places-commands.js" /> 9 10 <command id="Browser:ShowAllBookmarks"/> 11 <command id="Browser:ShowAllHistory"/> 12 13 <command id="placesCmd_open"/> 14 <command id="placesCmd_open:window"/> 15 <command id="placesCmd_open:privatewindow"/> 16 <command id="placesCmd_open:tab"/> 17 18 <command id="placesCmd_new:bookmark"/> 19 <command id="placesCmd_new:folder"/> 20 <command id="placesCmd_new:separator"/> 21 <command id="placesCmd_show:info"/> 22 <command id="placesCmd_sortBy:name"/> 23 <command id="placesCmd_deleteDataHost"/> 24 <command id="placesCmd_createBookmark"/> 25 26 <!-- Special versions of cut/copy/paste/delete which check for an open context menu. --> 27 <command id="placesCmd_cut"/> 28 <command id="placesCmd_copy"/> 29 <command id="placesCmd_paste"/> 30 <command id="placesCmd_delete"/> 31 <command id="placesCmd_showInFolder"/> 32 </commandset>