Download manager. NPOB. a=asa

This commit is contained in:
blakeross%telocity.com 2002-03-14 01:56:41 +00:00
parent 2265f0ca4a
commit 4769e48f65
2 changed files with 1 additions and 4 deletions

View File

@ -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?

View File

@ -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"/>