mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Download manager. NPOB. a=asa
This commit is contained in:
parent
2265f0ca4a
commit
4769e48f65
@ -151,6 +151,7 @@ var downloadViewController = {
|
||||
case "cmd_properties":
|
||||
return selectionCount == 1 && isDownloading;
|
||||
case "cmd_pause":
|
||||
return false;
|
||||
case "cmd_cancel":
|
||||
// XXX check if selection is still in progress
|
||||
// how to handle multiple selection?
|
||||
|
@ -46,10 +46,6 @@
|
||||
onload="Startup();">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>
|
||||
|
||||
<!-- gee, it would be lovely to use outliner, since tree sucks, and its column resizing
|
||||
is totally horked. But outliner doesn't support progressmeter in cells yet. -->
|
||||
|
||||
<script type="application/x-javascript" src="chrome://global/content/treePopups.js"/>
|
||||
<script type="application/x-javascript" src="chrome://global/content/nsTreeUtils.js"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user