Commit Graph

256 Commits

Author SHA1 Message Date
Edward Lee
75104b0fa0 Bug 448583 - remove isNil function from DownloadUtils.jsm. r=sdwilsh 2008-08-01 15:10:10 -07:00
Anoop Saldanha (Poona) ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
f55d3652d7 Bug 437422 - Automate litmus test for testing search and clear list.
r=sdwilsh
2008-07-27 16:59:40 -04:00
Anoop Saldanha (Poona)
da7bdd4cf1 Bug 445021 - Add more functions in DM's utils.js for chrome tests.
This adds a number of common functions to the utils.js file used by the download
manager chrome tests.
r=sdwilsh
2008-07-27 14:40:15 -04:00
Sylvain Pasche
a986d8a19c Bug 445005 - "Would you like to save..." label now shown on unknownContentType popup
This also adds a test to ensure that the unkownContentType dialog displays the
right information with given files.
r=gavin, r=sdwilsh
2008-07-17 12:29:15 -04:00
Robert Kaiser
7267233b08 bug 440932 - toolkit dlmgr should be buildable by suite, supplemantal patch for including config.mk early enough, r=ted 2008-07-06 22:37:07 +02:00
Shawn Wilsher
2aa5f76c7b Bug 438653 - move remaining browser tests to xpcshell/chrome tests
This moves the two remaining browser tests in toolkit/mozapps/downloads/tests to
an xpcshell test and a chrome test.  The reason for this change is to remove the
dependency of the browser from download manager tests since it is a toolkit
component.
This version unregisters the factory that we register to override the prompt
service in test_bug_412360.xul so we no longer leak.
r=gavin

--HG--
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_406857.js => toolkit/components/downloads/test/unit/test_bug_406857.js
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_412360.js => toolkit/mozapps/downloads/tests/chrome/test_bug_412360.xul
2008-06-16 12:58:28 -04:00
Shawn Wilsher
495bd4d3a4 Bug 441936 - accel + K should focus find field
This makes accel + K focus the search/find field in the download manager for all
toolkit consumers that use the built in download manager.
r=mconnor
2008-06-27 12:07:19 -04:00
Shawn Wilsher
7aa9c26bc9 Bug 441716 - test_retention_is_0_closes.xul is flakey on linux
The test now listens for a "domwindowclosed" notification from the window
watch service instead of using a timer which is unreliable.  Upon receiving the
notification, it dispatches an event to the main thread to perform the proper
checks to allow time for any other events listening to that topic to process.
This also adds a utils.js file that download manager chrome tests can use.  So
far, only one function has been added that will execute a function on the main
thread; executeSoon.
r=gavin
2008-06-27 11:59:14 -04:00
Justin Wood
bb9d930183 Bug 440932 - toolkit dlmgr should be buildable by suite; r=ted, sr=NeilAway 2008-06-25 21:12:25 -04:00
Shawn Wilsher
bc8e10dcd1 Backed out changeset 998cc827bfb1 due to leaks found with the added tests. 2008-06-16 15:00:06 -04:00
Shawn Wilsher
b20109dead Bug 438653
This moves the two remaining browser tests in toolkit/mozapps/downloads/tests to
an xpcshell test and a chrome test.  The reason for this change is to remove the
dependency of the browser from download manager tests since it is a toolkit
component.
r=gavin

--HG--
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_406857.js => toolkit/components/downloads/test/unit/test_bug_406857.js
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_412360.js => toolkit/mozapps/downloads/tests/chrome/test_bug_412360.xul
2008-06-16 12:58:28 -04:00
Shawn Wilsher
9965f93d2f Bug 438998
This changes the anonymous functions in DownloadProgressListener.js to named
functions so that tools like dtrace and JS debuggers actually know what is
being called so they can do something useful.
r=Mossop
2008-06-13 11:44:30 -04:00
Shawn Wilsher
6511ccbaa7 Bug 438993
This makes the anonymous functions in DownloadUtils.jsm into non-anonymous ones
so things like dtrace and JS debuggers know where they are actually at instead
of having no idea.
r=Mossop
2008-06-13 11:44:13 -04:00
Shawn Wilsher ext:(%2C%20Edward%20Lee%20%3Cedward.lee%40engineering.uiuc.edu%3E)
0773365035 Bug 437302
Tests that don't depend on the browser should be chrome tests
r=Mardak

--HG--
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_411172_mac.js => toolkit/mozapps/downloads/tests/chrome/test_backspace_key_removes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_basic_functionality.js => toolkit/mozapps/downloads/tests/chrome/test_basic_functionality.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_429247.js => toolkit/mozapps/downloads/tests/chrome/test_bug_429247.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_cleanup_search.js => toolkit/mozapps/downloads/tests/chrome/test_cleanup_search.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_411172.js => toolkit/mozapps/downloads/tests/chrome/test_delete_key_removes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_416303.js => toolkit/mozapps/downloads/tests/chrome/test_esc_key_closes_clears.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_multi_select.js => toolkit/mozapps/downloads/tests/chrome/test_multi_select.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_multiword_search.js => toolkit/mozapps/downloads/tests/chrome/test_multiword_search.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_410289.js => toolkit/mozapps/downloads/tests/chrome/test_pause_button_state.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_394039.js => toolkit/mozapps/downloads/tests/chrome/test_removeDownload_updates_ui.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_413093.js => toolkit/mozapps/downloads/tests/chrome/test_retention_is_0_closes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_search_clearlist.js => toolkit/mozapps/downloads/tests/chrome/test_search_clearlist.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_select_all.js => toolkit/mozapps/downloads/tests/chrome/test_select_all.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_413985.js => toolkit/mozapps/downloads/tests/chrome/test_space_key_pauses_resumes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_397935.js => toolkit/mozapps/downloads/tests/chrome/test_ui_stays_open_on_alert_clickback.xul
2008-06-11 11:06:39 -04:00
Dão Gottwald
788833b26d Bug 437646
make use of :nth-child in the download list, remove stripeifyList()
r=sdwilsh
2008-06-11 10:11:14 -04:00
Edward Lee
4943c4e435 Bug 419691 - Get multiword search testcase working on windows. r=sdwilsh 2008-06-07 16:29:38 -07:00
Nochum Sossonko
91304d0cf2 Bug 429247
Double-clicking on empty white space in the Download Manager activates the currently selected item
r=sdwilsh
2008-06-04 11:05:09 -04:00
edward.lee@engineering.uiuc.edu
33ab985b80 Bug 431188 - Clear list active / inactive state not working properly. r=sdwilsh, a1.9=beltzner 2008-05-06 16:25:36 -07:00
kairo@kairo.at
a8b1834668 bug 431453 - Make browser-chrome mochitests pass on SeaMonkey: make some platform tests Firefox-only or non-SeaMonkey (as applicable), r=smontagu for docshell, r=dwitte for cookie, r=gavin for dlmgr, a1.9=damons for platform tests; make SeaMonkey sanitizer tests pass, sr=Neil 2008-05-02 06:13:19 -07:00
edward.lee@engineering.uiuc.edu
88e1f673ec Bug 430486 - Clear List button doesn't disable when it should. r=sdwilsh, r=mconnor, ui-r=mconnor, a1.9=mconnor. Fixes Bug 430597 - New clearListButton does not accomodate larger fonts 2008-04-24 22:59:31 -07:00
edward.lee@engineering.uiuc.edu
bc05f2d225 Bug 400495 - Add "Clear List" button to download manager. r=mconnor, ui-r=beltzner, ui-r=mconnor, b-ff3=beltzner, a1.9=mconnor 2008-04-22 20:57:05 -07:00
edward.lee@engineering.uiuc.edu
1574b4d209 Fix testcase for bug 429614 to check platform (cmd-a vs ctrl-a) 2008-04-19 01:47:09 -07:00
edward.lee@engineering.uiuc.edu
be272ae0e4 Bug 429614 - add select all keyboard shortcut and context menu item to download manager. p=beltzner, r=sdwilsh, r=Mardak, ui-r=mconnor, a1.9=mconnor 2008-04-19 00:36:39 -07:00
mozilla.mano@sent.com
a41e0911c9 Bug 420405 - Download triggered by <iframe src=...exe> fails if containing page has refreshed. r+a=mconnor. 2008-04-18 11:08:00 -07:00
edward.lee@engineering.uiuc.edu
224482cf75 Bug 429144 - If downloaded file is removed, but saved dir still exists, then "Open Containing Folder" menu item should be disabled. r=sdwilsh, a1.9=beltzner 2008-04-15 22:28:59 -07:00
edward.lee@engineering.uiuc.edu
4c5b079d80 Bug 426983 - Make the download option Clear List always available. r=sdwilsh, a1.9=beltzner 2008-04-12 12:42:03 -07:00
edward.lee@engineering.uiuc.edu
be7f2c274f Update testcase for bug 406857 using bug 425753 notification 2008-04-09 10:34:32 -07:00
edward.lee@engineering.uiuc.edu
ddc6189578 Bug 228842 - Allow multiple selections in Download Manager. r=sdwilsh, a1.9=beltzner 2008-04-08 22:33:39 -07:00
edward.lee@engineering.uiuc.edu
f1b5a0bf87 Re-disable test for windows 2008-04-05 22:47:30 -07:00
edward.lee@engineering.uiuc.edu
f32db9996f Bug 425753 - Send notification when download manager finishes building the list. r=sdwilsh, a1.9=beltzner 2008-04-05 21:26:18 -07:00
reed@reedloden.com
aa19a372c7 Bug 424547 - "Fix strings so they are more descriptive from bug 416683" [p=jmathies@mozilla.com (Jim Mathies) r=sdwilsh ui-r+a1.9=beltzner] 2008-04-04 00:08:24 -07:00
sdwilsh@shawnwilsher.com
f6ab64ca11 Bug 397935 - Download Manager ("Downloads") window doesn't stay open when clicking on download-complete alert notification with auto-close pref ("close when done"). r=Mardak, sr=mconnor 2008-04-02 20:05:22 -07:00
dolske@mozilla.com
1b346b4adc Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+ 2008-04-02 20:02:08 -07:00
edward.lee@engineering.uiuc.edu
403a848b2a Land testcase for bug 397935. r=sdwilsh 2008-03-27 11:22:06 -07:00
dbaron@dbaron.org
0ba7646d32 Make the download manager tests remove their temporary files, and rename the prefix they use to work around the Mac unit test machine having filled up all of dmuitest.file through dmuitest-9999.file in its temp dir. rs=sdwilsh a=tests+orange 2008-03-21 20:57:47 -07:00
edward.lee@engineering.uiuc.edu
4e8a61dfba More bustage fix for bug 416683. r=sdwilsh 2008-03-21 19:03:01 -07:00
edward.lee@engineering.uiuc.edu
421fa9ed67 Bustage fix for bug 416683 2008-03-21 18:55:51 -07:00
edward.lee@engineering.uiuc.edu
06f1bb8e8f Bug 416683 - binary downloads are deleted on completion when "Launch applications and unsafe files" is disabled. p=jmathies, r=Mardak, r=robarnold, sr=bsmedberg, a1.9b5=beltzner, b-ff3=beltzner 2008-03-21 17:23:45 -07:00
reed@reedloden.com
5c36caeb58 Bug 411214 - "New MIME type set with "Do this automatically ..." fails to locate helper app" [p=jmathies@mozilla.com (Jim Mathies) r=sdwilsh a1.9=beltzner] 2008-03-19 23:09:02 -07:00
edward.lee@engineering.uiuc.edu
248ae6dccf Bug 420482 - Big discrepancy in ETA between Downloads Manager & Downloads status bar panel. r=sdwilsh, b-ff3=beltzner 2008-03-18 11:01:39 -07:00
edward.lee@engineering.uiuc.edu
2f260f9c63 Bug 414850 - "Clear List" in download manager should only remove visible downloads. r=sdwilsh, a1.9=beltzner 2008-03-18 10:59:27 -07:00
edward.lee@engineering.uiuc.edu
d60abf1895 Bug 403412 - Download Manager window title fails to clear/update upon download completion. r=sdwilsh, a1.9=beltzner 2008-03-18 10:57:26 -07:00
dolske@mozilla.com
aab42d0740 Backing out bug 420595 due to causing bug 422585. r=sdwilsh. 2008-03-13 15:58:15 -07:00
mattwillis@gmail.com
2ac0c39bd4 Bug 422161 - Fix JS strict errors in *.jsm modules. r and rs=gavin, a1.9+=damons 2008-03-12 14:56:59 -07:00
edward.lee@engineering.uiuc.edu
5cc36da189 Bug 413093 - With "Remember what I've download" disabled/unchecked (browser.download.manager.retention set to 0), the Download Manager window remains open until clicked/focused. p=sdwilsh, r=Mardak, b-ff3=beltzner 2008-03-11 14:34:19 -07:00
reed@reedloden.com
6aac76c268 Bug 420595 - ""you have chosen to open" dialog uses wrong icon" (Change the accept button icon to a save one when the only choice is "save") [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=sdwilsh a1.9=damons] 2008-03-11 01:11:08 -07:00
edward.lee@engineering.uiuc.edu
27004fc15c Bug 412360 - Download Manager remains empty, downloads don't start, with this 3.0b2 downloads.sqlite. r=sdwilsh, r=biesi, sr=biesi, b-ff3=beltzner 2008-03-08 17:02:06 -08:00
reed@reedloden.com
2a6fde4795 Back out not completely reviewed changes from bug 326228. 2008-03-08 02:06:10 -08:00
reed@reedloden.com
d6296c455b Bug 326228 - "No error message when download manager tried to store file in folder with insufficent access rights" [p=steveisok1@yahoo.com (Steve) ui-r=madhava r=sdwilsh a1.9=beltzner a=blocking-firefox3+] 2008-03-08 02:04:05 -08:00
edward.lee@engineering.uiuc.edu
de4eadb545 Disable bug 419403 test on windows. r=sdwilsh 2008-02-26 11:19:39 -08:00
edward.lee@engineering.uiuc.edu
15c83f4737 Bustage fix for bug 419403 - do more timeouts 2008-02-26 10:42:47 -08:00
edward.lee@engineering.uiuc.edu
7b954899d4 Bug 419403 - Pimp My Download Manager Search! (multi word, match any text). r=sdwilsh, a1.9=beltzner 2008-02-26 09:52:17 -08:00
edward.lee@engineering.uiuc.edu
f99e988e7b Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner 2008-02-22 00:35:59 -08:00
edward.lee@engineering.uiuc.edu
1bbeb5f5de Backing out bug 406857 to wait for red to go away. 2008-02-21 22:05:18 -08:00
edward.lee@engineering.uiuc.edu
57197d31b5 Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner 2008-02-21 21:32:17 -08:00
roc+@cs.cmu.edu
24381328f1 Backing out fix for bug 406857 due to win2k3 test failure 2008-02-21 18:04:14 -08:00
edward.lee@engineering.uiuc.edu
1e7d063a59 Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner 2008-02-21 16:17:19 -08:00
edward.lee@engineering.uiuc.edu
adb4a9fc8f Bug 416303 - Show default list, clear search, focus list when hitting escape from the search box. r=sdwilsh, a1.9=beltzner 2008-02-21 12:49:56 -08:00
dbaron@dbaron.org
cd8717f447 Call cancel() if we can't show the helper app dialog, so we break cycles, avoid leaks, and don't continue doing the download. b=417949 sr=bzbarsky r=gavin.sharp a=schrep 2008-02-20 08:30:21 -08:00
sdwilsh@shawnwilsher.com
9e75050e9c Bug 402452 - Some download manager preferences should be assumed, not required. r=Mardak, r=mfinkle, a=schrep 2008-02-08 14:22:35 -08:00
edward.lee@engineering.uiuc.edu
cb6f4df180 Bug 414486 - Lazily load stringbundle and lazily load strings for DownloadUtils. r=sdwilsh, a1.9=schrep 2008-02-07 00:11:53 -08:00
reed@reedloden.com
ea927e60f2 Bug 392890 - "Provide a text label for the Search edit in Download Manager" [p=dao@mozilla.com (Dão Gottwald) r=Mardak a=blocking-firefox3+] 2008-02-06 21:29:30 -08:00
sdwilsh@shawnwilsher.com
155e62dc44 Test for Bug 413985 2008-01-28 09:42:51 -08:00
sdwilsh@shawnwilsher.com
03bc762353 Bug 411521 - EventUtils.synthesize* doesn't allow you to specify a window. r=Enn 2008-01-28 09:12:17 -08:00
edward.lee@engineering.uiuc.edu
10b22b8430 Bustage fix. Bug 405720 - Strange message with download manager for file with unknown filesize. rs=sdwilsh 2008-01-26 23:53:31 -08:00
reed@reedloden.com
4ef5b3dec1 Bug 413493 - "Incorrect naming of label and accesskey" [p=valastiak@mozilla.sk (Vlado Valastiak [wladow]) r=sdwilsh a1.9=beltzner] 2008-01-26 21:05:18 -08:00
edward.lee@engineering.uiuc.edu
a8d1064b2f Bug 414157 - Fix javascript strict warning undeclared variable status in DownloadUtils.jsm. r=sdwilsh, a1.9=beltzner 2008-01-26 21:04:14 -08:00
sdwilsh@shawnwilsher.com
3e117c89f2 Bug 413985 - Space key for pause/resume doesn't work (never did). Patch by Simon Bünzli <zeniko@gmail.com>. r=sdwilsh, a=beltzner 2008-01-26 19:28:32 -08:00
edward.lee@engineering.uiuc.edu
963a471a42 Bug 409314 - Default download manager size should be golden (485x300). r=sdwilsh, a1.9=schrep 2008-01-26 13:04:49 -08:00
edward.lee@engineering.uiuc.edu
8e7c2034ba Bug 405720 - Strange message with download manager for file with unknown filesize. r=sdwilsh, a1.9=schrep, b-ff3=mconnor 2008-01-26 13:02:32 -08:00
edward.lee@engineering.uiuc.edu
f41f595ac1 Bug 414105 - PluralForm messages show up in Error Console when downloading. r=sdwilsh, a1.9=schrep 2008-01-26 13:00:22 -08:00
florian@queze.net
f264c6bbc5 Bug 410938 - Make 'choose app to open with' changeable. r=mconnor, ui-r=beltzner, a=blocking1.9+ 2008-01-25 23:23:39 -08:00
edward.lee@engineering.uiuc.edu
68abc4ac8f Bug 394516 - Figure out a remaining-time rounding scheme for minutes -> hours/days. r=sdwilsh, r=l10n@mozilla.com (Pike), b-ff3=beltzner 2008-01-22 18:18:24 -08:00
edward.lee@engineering.uiuc.edu
9d19fe677e Bug 394516 - Figure out a remaining-time rounding scheme for minutes -> hours/days. r=sdwilsh, b-ff3=beltzner 2008-01-22 18:15:08 -08:00
sdwilsh@shawnwilsher.com
81853605dd Bug 410289 - Do not allow the pausing of downloads that cannot actually be resumed. r=Mardak 2008-01-21 19:43:02 -08:00
sdwilsh@shawnwilsher.com
96913d2ccb Test for Bug 394039 2008-01-10 20:58:51 -08:00
sdwilsh@shawnwilsher.com
3aa8755e99 Bug 411172 tests 2008-01-10 20:22:36 -08:00
sdwilsh@shawnwilsher.com
3863f8edb6 Disable failing test (the test is wrong, not the code) 2008-01-09 20:26:23 -08:00
sdwilsh@shawnwilsher.com
332485ce4f Bug 411172 - del key does not remove files from the download manager anymore. This is just a test. 2008-01-09 19:28:35 -08:00
sdwilsh@shawnwilsher.com
80a61807c8 Bug 411172 - del key does not remove files from the download manager anymore. Patch by Elmar Ludwig <elmar.ludwig@uos.de>. r=sdwilsh 2008-01-09 19:27:47 -08:00
rflint@ryanflint.com
6c26223972 Close DM window when test completes. No bug, test-only change 2008-01-08 23:55:55 -08:00
rflint@ryanflint.com
8542afa78a Revert unnecessary changes from bug 410894. r=sdwilsh, a=brendan 2008-01-08 21:43:36 -08:00
rflint@ryanflint.com
52ae2518a5 Fix tests for bug 410894 and reenable them. r=sdwilsh 2008-01-08 21:38:16 -08:00
rflint@ryanflint.com
2d870ca636 Disable this test due to failures on windows 2008-01-08 18:17:38 -08:00
rflint@ryanflint.com
5bd596e097 Test for bug 410894. Patch by Shawn Wilsher <comrade693+bmo@gmail.com>, r=gavin 2008-01-08 17:14:54 -08:00
sdwilsh@shawnwilsher.com
7bd97ab9a3 Bug 392293 - The disabled state of the mini-buttons in DM is not handled correctly. r=Mardak, r=Mano 2008-01-06 16:14:00 -08:00
rflint@ryanflint.com
ec4627dd64 Bug 410894 - download manager is empty. r=dtownsend, a=serious_regression_that's_surely_blocking_with_trivial_fix 2008-01-05 02:24:41 -08:00
edward.lee@engineering.uiuc.edu
d6177d4d02 Bug 410100 - Cannot open file from download manager after searching. r=sdwilsh, a1.9=mconnor 2007-12-31 18:28:20 -08:00
reed@reedloden.com
6190613fb1 Bug 393922 - "Remove nsIDownloadProgressListener::onStatusChange and nsIDownloadProgressListener::onLocationChange" [p=graememcc_firefox@graeme-online.co.uk (graememcc) r=sdwilsh a1.9=beltzner] 2007-12-28 19:18:22 -08:00
edward.lee@engineering.uiuc.edu
16d4dc2204 Bug 409326 - Complement eTLD+1 status with a full host tooltip. r=sdwilsh, a1.9=beltzner 2007-12-26 15:37:13 -08:00
edward.lee@engineering.uiuc.edu
30e67a7e23 Bug 408745 - Download Manager clobbers the UI thread and is slow to respond when updating its list. r=sdwilsh, a1.9=mconnor 2007-12-21 19:45:54 -08:00
edward.lee@engineering.uiuc.edu
8eee38bfa7 Bug 409317 - Download date/time should show the full date and time as a tooltip. r=sdwilsh, a1.9=beltzner 2007-12-21 15:18:05 -08:00
edward.lee@engineering.uiuc.edu
3b72663d3c Bug 409105 - Just finished download shows start time instead of completed time. r=sdwilsh, a1.9=beltzner 2007-12-21 15:12:34 -08:00
edward.lee@engineering.uiuc.edu
2fee5756f1 Bug 409311 - I see beach ball instead of download manager. r=sdwilsh, a1.9=beltzner 2007-12-21 14:58:07 -08:00
edward.lee@engineering.uiuc.edu
fb44454286 Bug 408696 - Don't show leading 0 for download dates. r=sdwilsh, a1.9=beltzner 2007-12-21 14:55:56 -08:00
edward.lee@engineering.uiuc.edu
3d3f54cc6b Backout bug 408696 to fix ui bustage. a=jesse 2007-12-18 22:49:41 -08:00
edward.lee@engineering.uiuc.edu
f221c8b170 Bug 408565 - Menu items "Open Containing Folder" / "Show in Finder" shouldn't be grayed out for in-progress/paused downloads. r=sdwilsh, a1.9=beltzner 2007-12-18 11:56:09 -08:00
edward.lee@engineering.uiuc.edu
1f823d75ad Bug 405886 - Remove the "Open File" button at the right of every download row. r=sdwilsh, b-ff3=mconnor 2007-12-18 00:51:57 -08:00
edward.lee@engineering.uiuc.edu
dc2e05f1f6 Bug 408350 - Enter/return on downloads should do the same as double click. r=sdwilsh, a1.9=mconnor 2007-12-18 00:49:36 -08:00
edward.lee@engineering.uiuc.edu
fba824a156 Bug 408351 - Double click download should do default action (first item in menu). r=sdwilsh, a1.9=schrep 2007-12-18 00:47:48 -08:00