tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

downloadsCommands.inc.xhtml (1228B)


      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 <script src="chrome://browser/content/downloads/downloadsCommands.js"/>
      6 
      7 <commandset id="downloadCommands"
      8            commandupdater="true"
      9            events="focus,select,contextmenu">
     10  <command id="downloadsCmd_pauseResume"/>
     11  <command id="downloadsCmd_cancel"/>
     12  <command id="downloadsCmd_unblock"/>
     13  <command id="downloadsCmd_chooseUnblock"/>
     14  <command id="downloadsCmd_chooseOpen"/>
     15  <command id="downloadsCmd_confirmBlock"/>
     16  <command id="downloadsCmd_open"/>
     17  <command id="downloadsCmd_open:current"/>
     18  <command id="downloadsCmd_open:tab"/>
     19  <command id="downloadsCmd_open:tabshifted"/>
     20  <command id="downloadsCmd_open:window"/>
     21  <command id="downloadsCmd_show"/>
     22  <command id="downloadsCmd_retry"/>
     23  <command id="downloadsCmd_openReferrer"/>
     24  <command id="downloadsCmd_clearDownloads"/>
     25  <command id="downloadsCmd_openInSystemViewer"/>
     26  <command id="downloadsCmd_alwaysOpenInSystemViewer"/>
     27  <command id="downloadsCmd_alwaysOpenSimilarFiles"/>
     28  <command id="downloadsCmd_deleteFile"/>
     29 </commandset>