Dave Townsend
b74a626eab
Bug 436207: Display error when install fails due to missing install.rdf. r+sr=dveditz
2008-07-03 17:36:10 +01:00
Shawn Wilsher
d62c068166
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
3c5cde10ab
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
25b18d5bb2
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
8f4e81a9c9
Bug 440932 - toolkit dlmgr should be buildable by suite; r=ted, sr=NeilAway
2008-06-25 21:12:25 -04:00
Dave Townsend
b827779b09
Bug 423621: Grammar error in add-on installation dialog. r=robstrong
2008-06-25 10:27:18 +01:00
Robert Strong
989e1a9295
Follow up for Bug 395891 to fix compiling with the Win2K Server 2003 SP1 SDK
2008-06-24 10:45:24 -07:00
Robert Strong
74b077f2e1
Bug 437349 - updater.exe lacks elevation manifest and fails to start when installer detection is disabled r=jmathies r=ted.mielczarek
2008-06-23 12:06:37 -07:00
Kai Engert
eb4fdb07fe
Backout bug 428009
2008-06-18 14:30:29 +02:00
Kai Engert
081dacd31d
Merge commit for bug 428009
2008-06-18 11:57:37 +02:00
Kai Engert
55bf10d61b
Bug 428009, hook up ssltunnel to mochitest
...
Patch contributed by Honza Bambas
r=jwalden, r=kaie
2008-06-18 11:44:19 +02:00
Shawn Wilsher
95f1db81a5
Backed out changeset 998cc827bfb1 due to leaks found with the added tests.
2008-06-16 15:00:06 -04:00
Shawn Wilsher
5189b60a03
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
Jason Harvey
cb7a3ecef7
Bug 429360: extensions.js not using defined constant. r=dtownsend
2008-06-16 11:25:23 +01:00
Nickolay Ponomarev
4208a79a4d
Bug 434243 - test_bug430120.js asserts in debug builds, makes xpcshell tests fail, r=dtownsend
...
add the missing clean-up code (mainly the httpserver.stop() call)
Tests-only change.
2008-06-15 21:11:51 +04:00
Shawn Wilsher
0e5e776eb8
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
8ec0688b4e
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)
4feedcef28
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
91e17204f4
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
daabb4d39e
Bug 419691 - Get multiword search testcase working on windows. r=sdwilsh
2008-06-07 16:29:38 -07:00
Nochum Sossonko
9af2fdd275
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
gavin@gavinsharp.com
fc1c5bbd3f
Bug 433615: Firefox should send version numbers to PFS not just build ids, patch by Dave Townsend <dtownsend@mozilla.com>, r=me, a=beltzner
2008-05-28 11:49:32 -07:00
dtownsend@oxymoronical.com
6cd276f48f
Bug 433371: Upgrading from Ubuntu Firefox 3.0b5 to Mozilla Firefox 3.0 breaks add-on installation.
2008-05-23 01:49:59 -07:00
dtownsend@oxymoronical.com
eebd163980
Bug 425116: Notification bars in addons manager use the wrong icon. p=dão, r=mossop, a=schrep
2008-05-09 11:10:17 -07:00
reed@reedloden.com
2e1792926f
Bug 418877 - "Error/Warning/Information/Question icons" [p=ispence@gmail.com (Ian Spence) / reed@reedloden.com (Reed Loden) r=gavin a1.9=schrep]
2008-05-08 19:01:11 -07:00
edward.lee@engineering.uiuc.edu
436749f31b
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
327c1f1a32
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
mozilla@weilbacher.org
16583fb64e
[OS/2] Bug 421631: make shlibsign create the correct output file on OS/2 during packaging, r=ted.mielczarek, a1.9+=damons
2008-04-28 12:14:12 -07:00
dtownsend@oxymoronical.com
4691305399
Bug 430120: Update blocklist URL to include same info as update URL. r=robstrong, a=beltzner
2008-04-25 10:10:02 -07:00
edward.lee@engineering.uiuc.edu
7f932ced81
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
74bf801d8d
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
dtownsend@oxymoronical.com
3ec14f8a7c
Bug 430052: ssltunnel is finding its way out into the real world. r+a=ted
2008-04-21 07:32:47 -07:00
edward.lee@engineering.uiuc.edu
909cd8c4f4
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
33553211ab
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
f789313041
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
dtownsend@oxymoronical.com
ad570c0f7a
Fix test bustage by reordering reference clearing. Unit tests attempt to start new searches from result callbacks.
2008-04-17 06:18:46 -07:00
dtownsend@oxymoronical.com
439d269b34
Bug 429220: Recommended addon search is holding the add-ons manager alive too long. r=robstrong, a=beltzner
2008-04-17 01:27:18 -07:00
edward.lee@engineering.uiuc.edu
24f0023b80
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
rob_strong@exchangecode.com
78836f3fae
Bug 407008 - Remove personal data option doesn't remove empty Mozilla/Firefox directories in appdata. r=bsmedberg, approval1.9=beltzner
2008-04-14 17:09:59 -07:00
edward.lee@engineering.uiuc.edu
fb5090e383
Bug 426983 - Make the download option Clear List always available. r=sdwilsh, a1.9=beltzner
2008-04-12 12:42:03 -07:00
dtownsend@oxymoronical.com
a9f6cfbadc
Bug 428341: Wrong error message displayed when installing an extension that isn't compatible with the app. r=robstring, a=beltzner
2008-04-11 02:44:41 -07:00
rob_strong@exchangecode.com
a681a5364e
Bug 392137 - Retention: take over user defaults during install on Win32. r=bsmedberg+sspitzer, approval1.9=beltzner
2008-04-10 14:02:42 -07:00
dtownsend@oxymoronical.com
771d84898c
Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. r=bsmedberg, a=beltzner
2008-04-10 07:50:48 -07:00
dtownsend@oxymoronical.com
ed0bc47184
bug 427353: Can't show recommended add-ons and use search functions in Korean addon manager. r=robstrong, a=beltzner
2008-04-09 12:47:49 -07:00
edward.lee@engineering.uiuc.edu
03e3491a66
Update testcase for bug 406857 using bug 425753 notification
2008-04-09 10:34:32 -07:00
edward.lee@engineering.uiuc.edu
322b81c483
Bug 228842 - Allow multiple selections in Download Manager. r=sdwilsh, a1.9=beltzner
2008-04-08 22:33:39 -07:00
philringnalda@gmail.com
e4d0f74bb2
Bug 423099 - make install should fail on OS X, r=ted, a=beltzner
2008-04-08 22:26:00 -07:00
edward.lee@engineering.uiuc.edu
a1e97348d9
Re-disable test for windows
2008-04-05 22:47:30 -07:00
edward.lee@engineering.uiuc.edu
330cbf6a65
Bug 425753 - Send notification when download manager finishes building the list. r=sdwilsh, a1.9=beltzner
2008-04-05 21:26:18 -07:00
gavin@gavinsharp.com
61ecd69c74
Bug 423182: changes the default MOZ_ZIP_FORMAT for BeOS from .tar.gz to .zip, patch by mattmadia@gmail.com, r=bsmedberg, a=beltzner
2008-04-04 13:33:12 -07:00
reed@reedloden.com
8b3b329d84
Bug 424995 - "remove countdown timer from software update UI" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
2008-04-04 02:06:04 -07:00
reed@reedloden.com
bf633fd7d0
Bug 405553 - "make it so when updater.exe throws up the UAC prompt it is branded as "Firefox Updater" / "<brandShortName> Updater"" (Change module.ver) [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r+a1.9=beltzner]
2008-04-04 01:52:33 -07:00
reed@reedloden.com
48e55e5fe8
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
dtownsend@oxymoronical.com
a2463c7bb9
Fix typo from bug 424137
2008-04-03 16:42:43 -07:00
dtownsend@oxymoronical.com
fc0f75e237
Bug 424137: PFS does not restart FF, therefore plug-ins do not render after install. r=gavin.sharp, ui-r+a=beltzner
2008-04-03 13:17:18 -07:00
sdwilsh@shawnwilsher.com
e4d183a4c9
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
7a621dc2a6
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
rob_strong@exchangecode.com
d5568a1759
Bug 409333 - Corrupted string of being installed component shown during installation. r=bsmedberg, blocking-firefox3=beltzner
2008-04-02 12:06:27 -07:00
dtownsend@oxymoronical.com
b8bca82882
Bug 356370: "installLocation has no properties" during install/update of extensions. r=robstrong
2008-04-01 02:26:47 -07:00
dtownsend@oxymoronical.com
679fa95f55
Bug 425657: Addon manifest parsing fails when multibyte characters are present. r=robstrong
2008-04-01 02:21:30 -07:00
dtownsend@oxymoronical.com
797fc5d1b0
Bug 414443: New addons UI cancel icon doesn't always change back to magnifying glass icon. r=robstrong
2008-04-01 02:19:05 -07:00
reed@reedloden.com
65c8514e4e
Bug 423183 - "Adds special formatting to replace TARGET_OS/TARGET_CPU in package-name.mk for BeOS" [p=mattmadia@gmail.com (mmadia) r=bsmedberg a1.9=beltzner]
2008-04-01 01:24:41 -07:00
surkov.alexander@gmail.com
b9bcf46e1e
Bug 414717 - New Extensions Manager UI has accessibility issues, r=MarcoZ, mano, blocking-firefox3=mconnor
2008-03-28 23:37:30 -07:00
dtownsend@oxymoronical.com
dad4286985
Bug 421396: Extension installation fails with "item is null" in nsExtensionManager.js. r=robstrong
2008-03-27 13:06:41 -07:00
dtownsend@oxymoronical.com
87336d6e50
Bug 422994: Blocklist UI string clean-up needed, late-l10n. r=robstrong, ui-r,a=beltzner
2008-03-27 11:24:55 -07:00
edward.lee@engineering.uiuc.edu
1346d150f6
Land testcase for bug 397935. r=sdwilsh
2008-03-27 11:22:06 -07:00
dtownsend@oxymoronical.com
47fd30d663
Bug 424107: Extension updates installed from app mismatches window are lost. r=robstrong
2008-03-27 02:37:45 -07:00
dbaron@dbaron.org
eede9150e0
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
851459c63d
More bustage fix for bug 416683. r=sdwilsh
2008-03-21 19:03:01 -07:00
edward.lee@engineering.uiuc.edu
95c756f3a3
Bustage fix for bug 416683
2008-03-21 18:55:51 -07:00
edward.lee@engineering.uiuc.edu
711e95aa2b
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
rob_strong@exchangecode.com
493b2241dc
Followup to Bug 392150 - Clean the old updates directory on uninstall / in-place upgrade. r=sspitzer, approval1.9b5=dsicore
2008-03-21 14:35:39 -07:00
rob_strong@exchangecode.com
9e35f70676
Bug 392150 - Clean the old updates directory on uninstall / in-place upgrade. r=sspitzer, approval1.9b5=mconnor
2008-03-21 13:25:15 -07:00
rob_strong@exchangecode.com
0f18e5c1d7
Bug 423997 - App name missing from default program description. r=sspitzer, approval1.9b5=beltzner
2008-03-21 12:56:08 -07:00
dtownsend@oxymoronical.com
1d187d8bcb
Bug 424262: Ratings stars show a compressed composite of entire image block. r=gavin.sharp, a1.9b5=beltzner
2008-03-21 09:09:44 -07:00
Callek@gmail.com
aebf174dd2
Bug 420356, Ship blocklist.xml with Firefox (SeaMonkey tunit failure fix). r=gavin
2008-03-19 23:31:20 -07:00
reed@reedloden.com
b260acc461
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
dtownsend@oxymoronical.com
613c170f3c
Bug 420356: Ship blocklist.xml with Firefox. r=gavin.sharp
2008-03-19 15:35:03 -07:00
rob_strong@exchangecode.com
b2c4f8bf23
Bug 408314 - uninstaller leaves behind empty install directory. r=sspitzer, a1.9=beltzner
2008-03-19 14:27:39 -07:00
rob_strong@exchangecode.com
083a3dfc5d
Bug 380015 - Crash [@ nsFrame::BoxReflow] on startup when Fx 2.0 libraries not removed from install directory. r=bsmedberg, blocking1.9=dsicore
2008-03-18 17:15:10 -07:00
dtownsend@oxymoronical.com
54619500cb
Bug 423137: Switch to use 0-5 for add-on ratings. r=robstrong
2008-03-18 12:44:59 -07:00
gavin@gavinsharp.com
9d90d276af
Bug 423366: remove unused code, and non-obvious dependency on fontbuilder.js from preferences.xml, r=mconnor/masayuki, a=beltzner
2008-03-18 11:32:23 -07:00
edward.lee@engineering.uiuc.edu
2370fa84db
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
e7b1babc60
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
827ac0584f
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
dtownsend@oxymoronical.com
74d110b596
Bug 419582: Unblocklisted plugin should be set to enable on startup. r+sr=jst
2008-03-18 03:38:15 -07:00
dtownsend@oxymoronical.com
2b6b198eb0
Bug 423218: Restart option does not appear for installs from the local filesystem. r=robstrong
2008-03-17 16:08:38 -07:00
timeless@mozdev.org
d962861dee
Bug 422714 Warning: function does not always return a value r=dtownsend a=dsicore
2008-03-16 15:07:42 -07:00
dtownsend@oxymoronical.com
c530c2ce40
Bug 396129: Add incompatible update start and done states to nsIAddonUpdateListener. r=robstrong, a=beltzner
2008-03-14 16:34:32 -07:00
reed@reedloden.com
333f8c490d
Bug 421255 - "fix misc mingw cross-compile issues" [p=cls@seawood.org (Chris Seawood [cls]) r=bsmedberg a1.9=beltzner]
2008-03-14 09:22:25 -07:00
reed@reedloden.com
f841d0057a
Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+]
2008-03-14 08:42:34 -07:00
mozilla@weilbacher.org
ebc72ee1f7
[OS/2] Bug 421626: Fix packaging and signing on OS/2, r=ted.mielczarek
2008-03-13 17:39:33 -07:00
dolske@mozilla.com
756b162138
Backing out bug 420595 due to causing bug 422585. r=sdwilsh.
2008-03-13 15:58:15 -07:00
masayuki@d-toybox.com
edbb77d7df
Bug 390901 CJK - font-name is not recognised correctly in preferences p=me+jdagett(mac part)+kerlt(fontconfig part) r=jdagett+me+stuart+mconnor b1.9=stuart
2008-03-13 03:32:50 -07:00
mattwillis@gmail.com
ba5c16f7ad
Bug 422161 - Fix JS strict errors in *.jsm modules. r and rs=gavin, a1.9+=damons
2008-03-12 14:56:59 -07:00
bugzilla@standard8.plus.com
aa97a0262d
Bug 419357 nsIExtensionManager::getInstallLocation can sometimes returns null (not expected/documented). r=dtownsend, comment-only patch approval not required
2008-03-12 14:44:58 -07:00
reed@reedloden.com
072c491b08
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-12 04:13:09 -07:00
dtownsend@oxymoronical.com
15a939cdc0
Bug 415175 - Updating to an extension where the updated xpi requires a compatibility update fails. r=robstrong.
2008-03-11 16:35:21 -07:00
dougt@meer.net
52a862ce4c
backing out.
2008-03-11 15:12:52 -07:00
edward.lee@engineering.uiuc.edu
157761a949
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
dougt@meer.net
1ffffb7076
Bug: 420928 default entry on win32+wince should be mainWCRTStartup r=bsmedberg, a=damons
2008-03-11 14:31:34 -07:00
reed@reedloden.com
198e31819e
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
391792c6ba
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
dtownsend@oxymoronical.com
690e620c7a
Localisation fix for bug 408115, late-late-l10n. r=mano, a=shaver
2008-03-08 14:31:01 -08:00
dtownsend@oxymoronical.com
69cd4c78dc
Bustage fix for bug 408115 on windows and mac.
2008-03-08 05:48:18 -08:00
reed@reedloden.com
c0ec0b2a4b
Back out Mike Hommey's patch from bug 305782 due to build bustage.
2008-03-08 04:33:28 -08:00
reed@reedloden.com
a53ef5b87e
Bug 421313 - "change "Author Unknown" to "Author not verified" in add-on installer dialog" [p=beltzner@mozilla.com (Mike Beltzner) r=Mossop a1.9=beltzner]
2008-03-08 02:14:18 -08:00
reed@reedloden.com
c53cc11d09
Back out not completely reviewed changes from bug 326228.
2008-03-08 02:06:10 -08:00
reed@reedloden.com
6a9eedc5c3
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
reed@reedloden.com
7f0d2f5a71
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-08 01:53:28 -08:00
dtownsend@oxymoronical.com
033434dddb
Bug 408115: Add post-restart notification of new add-on installs. r=gavin.sharp, r=robstrong, a=beltzner
2008-03-07 16:16:38 -08:00
dtownsend@oxymoronical.com
6a36e092cf
Bug 417606: See all search results always number 10. r=gavin.sharp, r=robstrong
2008-03-07 03:16:48 -08:00
dtownsend@oxymoronical.com
bc86c53fd2
Bug 414795: Progress text should read "connecting" rather than "installing". r=robstrong, a=beltzner
2008-03-07 03:10:06 -08:00
dtownsend@oxymoronical.com
35911e53a9
Bug 415255: AMO Manager: Clearing search results should refocus cursor in search textbox. r=robstrong, a=beltzner
2008-03-07 03:06:42 -08:00
dtownsend@oxymoronical.com
e937501a69
Bug 415259: Update the install status in the get add-ons results if installation is cancelled. r=robstrong.
2008-03-06 18:07:55 -08:00
dtownsend@oxymoronical.com
bfce10c53b
Bug 417424: AMO Manager: Multiple requests for recommended list on first opening. r=robstrong
2008-03-06 18:05:22 -08:00
dtownsend@oxymoronical.com
1d15024896
Bug 406184: PlugIns installed in the user profile directory are not loaded. r=robstrong
2008-03-06 18:02:49 -08:00
dtownsend@oxymoronical.com
59c94abfc6
Bug 361911: Unable to install updates on startup after dismissing notifications. r=robstrong
2008-03-06 17:59:42 -08:00
dtownsend@oxymoronical.com
7824534116
Bug 412449: Add standard install locations for OSX. r=bsmedberg, a=beltzner
2008-03-06 17:58:18 -08:00
dtownsend@oxymoronical.com
d254aebfcb
Bug 414481: Get Add-ons Tab: make EULA text selectable. r=robstrong, a=beltzner
2008-03-06 17:56:20 -08:00
dtownsend@oxymoronical.com
ecaeb3fc26
Bug 315609: Display something other than a blank window when no extensions are installed. r=robstrong, a=beltzner
2008-03-06 17:54:48 -08:00
dtownsend@oxymoronical.com
9deba31c1b
Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. p=matthew@allpeers.com, r=bsmedberg, a=beltzner
2008-03-05 13:30:28 -08:00
reed@reedloden.com
9024f71dfe
Back out Ventron's patch from bug 418131 due to build failures on debug machines.
2008-03-05 03:36:37 -08:00
reed@reedloden.com
942699c88f
Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+]
2008-03-05 02:30:30 -08:00
dtownsend@oxymoronical.com
4afd370e0c
Bug 414472: Remove puzzle piece from search bar. r=gavin.sharp.
2008-03-04 13:00:49 -08:00
dtownsend@oxymoronical.com
3e9902345c
Bug 406118: Extension blocklist is broken. r=bsmedberg, a1.9b4=beltzner
2008-02-29 11:06:29 -08:00
reed@reedloden.com
9bc1786a68
Bug 414569 - "AMO Integration: Right-click on extension/theme results in an empty context menu" [p=dtownsend@mozilla.com (Dave Townsend [Mossop]) r=gavin ui-r+a1.9=beltzner]
2008-02-26 20:12:53 -08:00
edward.lee@engineering.uiuc.edu
fcd6714e24
Disable bug 419403 test on windows. r=sdwilsh
2008-02-26 11:19:39 -08:00
edward.lee@engineering.uiuc.edu
936ebe1064
Bustage fix for bug 419403 - do more timeouts
2008-02-26 10:42:47 -08:00
edward.lee@engineering.uiuc.edu
07e48d4c9c
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
dtownsend@oxymoronical.com
877f43e04a
Bug 417583: Find updates button needs disabling/hiding in some contexts. r=gavin.sharp
2008-02-25 14:26:38 -08:00
edward.lee@engineering.uiuc.edu
be5d61887e
Bug 406857 - Don't clear referrer when restarting downloads. r=sdwilsh, a1.9=beltzner
2008-02-22 00:35:59 -08:00
reed@reedloden.com
c33c73a2c8
Bug 416416 - "change extensions.update.url to not live behind https://addons.mozilla.org/ " [p=reed r=Mossop a1.9=beltzner a=blocking-firefox3+]
2008-02-21 23:08:15 -08:00
edward.lee@engineering.uiuc.edu
0293773acd
Backing out bug 406857 to wait for red to go away.
2008-02-21 22:05:18 -08:00
edward.lee@engineering.uiuc.edu
930374d192
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
9505368d7f
Backing out fix for bug 406857 due to win2k3 test failure
2008-02-21 18:04:14 -08:00
edward.lee@engineering.uiuc.edu
82c02ba6b6
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
a8cf29e5bb
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
232dd18467
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
jag@tty.nl
214a0b8db1
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 00:50:04 -08:00
reed@reedloden.com
bae5b8118f
Bug 416731 - "When an update has been downloaded, dialog text refers to a "Later" button, should be "Not Now"" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=schrep]
2008-02-13 02:31:37 -08:00
dtownsend@oxymoronical.com
9d09543488
Bug 414633: Learn More link target area is as wide as Add-ons dialog window. r=robstrong, a=schrep
2008-02-13 01:29:07 -08:00
sdwilsh@shawnwilsher.com
0c3876c0cf
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
dtownsend@oxymoronical.com
48bdbeb772
Bug 415534: Get Add-ons pane searchbox has "emptyText" attribute, should be "emptytext". p=dão, r=robstrong, a=schrep
2008-02-08 04:57:47 -08:00
dtownsend@oxymoronical.com
955cfe5d72
Bug 414597: AMO-provided icons aren't always 32x32. r=robstring, a=schrep
2008-02-08 04:47:30 -08:00
dtownsend@oxymoronical.com
9e06f2c135
Bug 412824: UI misalignment after checking for addon updates. r=robstrong, a=schrep
2008-02-08 04:45:35 -08:00
edward.lee@engineering.uiuc.edu
0e2fb8f54a
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
cf514ad9e9
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
reed@reedloden.com
5b49368c61
Bug 414530 - "toolkit/mozapps/update/src/updater/Makefile broken" [p=honzab@allpeers.com (Honza Bambas) r=luser/ted a1.9=schrep]
2008-02-06 13:55:03 -08:00
reed@reedloden.com
ab511ff96e
Bug 415238 - "Providing Details about Updates does not work" [p=dtownsend@mozilla.com (Dave Townsend [Mossop]) r=rob_strong a1.9b3=beltzner]
2008-02-01 17:22:44 -08:00
reed@reedloden.com
0184de1b4e
Bug 414602 - "See All Recommended Add-ons throws Errors in AMO pane" [p=dtownsend@mozilla.com (Dave Townsend [Mossop]) r=rob_strong a1.9b3=beltzner]
2008-02-01 17:21:41 -08:00
reed@reedloden.com
fd92d41be6
Bug 415218 - "Fix uses of IO.newURI to use nsIIOService instead" [p=philringnalda@gmail.com (Phil Ringnalda) / reed@reedloden.com (Reed Loden) / ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=Mano a1.9b3=beltzner]
2008-02-01 16:39:05 -08:00
reed@reedloden.com
324d3b25a1
Bug 391598 - "make upgrade/update process smoother and avoid confusing/modal dialogs" (rename the "Later" button, remove the modal dialog) [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
2008-01-29 20:42:33 -08:00
dtownsend@oxymoronical.com
8c56772cfb
Bug 414609: Display appropriate message when there are no compatible search results (and other string cleanups). r=robstrong, a=beltzner
2008-01-29 16:03:09 -08:00
dtownsend@oxymoronical.com
9a1a733872
Bug 404024: Add integration pane follow up fix. p=Ronny Perinke <ronny.perinke@gmx.de>, r=mossop
2008-01-29 16:01:26 -08:00
dtownsend@oxymoronical.com
5d60812d2b
Bug 414325: Use DownloadUtils for extension/theme manager downloads. r=robstrong, a=damons
2008-01-29 14:02:44 -08:00
gavin@gavinsharp.com
a9efbcd84f
Bug 404572: don't show multiple quit dialogs if you cancel the quit on the first one, patch by Håkan Waara <hwaara@gmail.com> and Graeme McCutcheon <graememcc_firefox@graeme-online.co.uk>, r=me
2008-01-29 13:16:02 -08:00
dtownsend@oxymoronical.com
c6ea94e6db
Bug 408118: Auto-enable themes on install. r=robstrong
2008-01-28 12:13:14 -08:00
sdwilsh@shawnwilsher.com
35258d0767
Test for Bug 413985
2008-01-28 09:42:51 -08:00
sdwilsh@shawnwilsher.com
867aa00f9f
Bug 411521 - EventUtils.synthesize* doesn't allow you to specify a window. r=Enn
2008-01-28 09:12:17 -08:00
dtownsend@oxymoronical.com
43ad54e6c3
Bug 404024: Add AMO integration pane. r=robstrong
2008-01-28 09:11:48 -08:00
dtownsend@oxymoronical.com
9a7626c479
Bug 408116: Move restart button to notification bar. r=robstrong, ui-r=madhava
2008-01-28 06:22:37 -08:00
edward.lee@engineering.uiuc.edu
c803b54e9d
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
adb3052906
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
add21d0825
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
1963136f27
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
9688aa77a0
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
c4c3fabb52
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
1092bde1f2
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
b4a098b849
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
dtownsend@oxymoronical.com
7d0fa3048d
Bug 366973: crash reporter should send list of installed extensions. r=robstrong, a=beltzner
2008-01-25 01:30:41 -08:00
edward.lee@engineering.uiuc.edu
88fc15858d
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
e360388535
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
florian@queze.net
b985666a9c
Bug 402620 - protocol handling dialog should display icons and hostnames for web applications. r=Mano, ui-r=beltzner, a=blocking-firefox3+
2008-01-22 15:53:26 -08:00
sdwilsh@shawnwilsher.com
4d480428d5
Bug 410289 - Do not allow the pausing of downloads that cannot actually be resumed. r=Mardak
2008-01-21 19:43:02 -08:00
dtownsend@oxymoronical.com
0f20ec363d
Bug 401105: Indicate which theme is in use in update URL variable. r=robstrong a=schrep
2008-01-18 10:20:04 -08:00
dtownsend@oxymoronical.com
9287e8bb33
Bug 411479: Use same install method for themes and extensions dropped into manager. r=robstrong, a=schrep
2008-01-18 10:18:42 -08:00
dtownsend@oxymoronical.com
c90d6ee82a
Bug 408869: Make the extension installation dialog easier to understand. r=mano, a=schrep.
2008-01-18 02:51:07 -08:00
benjamin@smedbergs.us
8e51ebc6e7
Fix unit tests from bug 311008 - the directory service keys will not be present when running under xpcshell, r=mossop
2008-01-15 08:28:37 -08:00
caillon@redhat.com
9179558822
Bug 311008 Add standard install locations on filesystem for extensions r=mossop sr=bsmedberg a=beltzner
2008-01-15 07:13:59 -08:00
dtownsend@oxymoronical.com
c1167fd61f
Bug 404726: Addon compatibility check gives many alerts (toolkit and security portions). r=gavin.sharp, r=kengert
2008-01-15 07:06:34 -08:00
sdwilsh@shawnwilsher.com
45ae1251e4
Test for Bug 394039
2008-01-10 20:58:51 -08:00
sdwilsh@shawnwilsher.com
98206fc0e5
Bug 411172 tests
2008-01-10 20:22:36 -08:00
dtownsend@oxymoronical.com
f878ad8ff6
Bug 407901: Cannot minimize add-ons manager opened from update available notification. r=gavin.sharp, a=mconnor
2008-01-10 11:53:50 -08:00
sdwilsh@shawnwilsher.com
2d46b537f1
Disable failing test (the test is wrong, not the code)
2008-01-09 20:26:23 -08:00
sdwilsh@shawnwilsher.com
7381894e56
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
a8a4decb82
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
078d012dce
Close DM window when test completes. No bug, test-only change
2008-01-08 23:55:55 -08:00
reed@reedloden.com
0e7434f88e
Bug 391598 - "make upgrade/update process smoother and avoid confusing/modal dialogs" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer ui-r=beltzner a=blocking-firefox3+]
2008-01-08 23:37:06 -08:00
rflint@ryanflint.com
b7d4ff8844
Revert unnecessary changes from bug 410894. r=sdwilsh, a=brendan
2008-01-08 21:43:36 -08:00
rflint@ryanflint.com
78002683be
Fix tests for bug 410894 and reenable them. r=sdwilsh
2008-01-08 21:38:16 -08:00
rflint@ryanflint.com
4b9bad35d5
Disable this test due to failures on windows
2008-01-08 18:17:38 -08:00
rflint@ryanflint.com
0439c93bbe
Test for bug 410894. Patch by Shawn Wilsher <comrade693+bmo@gmail.com>, r=gavin
2008-01-08 17:14:54 -08:00
florian@queze.net
64d1e47d17
Bug 400473: 'Remember this' checkbox of the proto handler dialog missing an accesskey. r=gavin, a=blocking-firefox3+
2008-01-07 16:10:24 -08:00
sdwilsh@shawnwilsher.com
39916f27e8
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
2844a59c8b
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
benjamin@smedbergs.us
6e9b8d49d4
Bug 410485 - Windows updater broken from bug 396052, r=luser
2008-01-02 10:05:01 -08:00
edward.lee@engineering.uiuc.edu
d8c75cd46c
Bug 410100 - Cannot open file from download manager after searching. r=sdwilsh, a1.9=mconnor
2007-12-31 18:28:20 -08:00
philringnalda@gmail.com
faffbf9080
Bug 407635 - Update browser/toolkit copyright dates to 2008, r=gavin, a=blocker
2007-12-31 13:03:06 -08:00
benjamin@smedbergs.us
81cceca417
Bug 396052 - Firefox fails to start when run from a directory with non-native characters, r=luser sr=neil
2007-12-31 07:15:43 -08:00
reed@reedloden.com
069ac2a442
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
9a82eab981
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
cc1000146f
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
89ab64d295
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
d433d1cdae
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
3e86e9be79
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
62eeb8ef1c
Bug 408696 - Don't show leading 0 for download dates. r=sdwilsh, a1.9=beltzner
2007-12-21 14:55:56 -08:00
reed@reedloden.com
a91d8eb515
Bug 400764 - "Don't depend on Firefox specifics for notifications for popups and missing plugins" [p=twanno@lycos.nl (Teune van Steeg) r=gavin a1.9=schrep]
2007-12-19 03:26:36 -08:00
edward.lee@engineering.uiuc.edu
5340eb1e8e
Backout bug 408696 to fix ui bustage. a=jesse
2007-12-18 22:49:41 -08:00
edward.lee@engineering.uiuc.edu
fce9917040
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
bae768d1bb
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
a41c467e33
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
8b7fdb4914
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
edward.lee@engineering.uiuc.edu
9dfc645584
Bug 405893 - Search should match TLDs as well as download file names. r=sdwilsh, b-ff3=mconnor
2007-12-17 22:05:39 -08:00
edward.lee@engineering.uiuc.edu
db05f23bfb
Bug 405888 - Remove the "Information" button at the right of every download row. r=sdwilsh, a1.9=mconnor
2007-12-17 11:10:46 -08:00
edward.lee@engineering.uiuc.edu
c6d025da06
Bug 408696 - Don't show leading 0 for download dates. r=mconnor, a1.9=mconnor
2007-12-17 11:08:11 -08:00
edward.lee@engineering.uiuc.edu
4403f990fd
Bug 408500 - Refactor displayHost logic into getDisplayHost. r=sdwilsh, r=dwitte, a1.9=mconnor
2007-12-15 20:21:48 -08:00
edward.lee@engineering.uiuc.edu
79b5367608
Bug 392097 - only showing 7 days of download history, until I search, then I see more items. r=sdwilsh, b-ff3=beltzner
2007-12-15 17:35:38 -08:00
edward.lee@engineering.uiuc.edu
49cbef24b7
Bug 403674 - Implement "Go to Source Location" for the context-menu items. r=sdwilsh, b-ff3=mconnor, p=om.brahmana@gmail.com (Brahmana)
2007-12-15 17:11:27 -08:00
edward.lee@engineering.uiuc.edu
ce58d28ce6
Bug 407655 - Reorganize download context menus. r=sdwilsh, a1.9=beltzner
2007-12-14 10:26:06 -08:00
edward.lee@engineering.uiuc.edu
76f161f3e1
Bug 406230 - Vertically align download icons in the center. r=sdwilsh, a1.9=beltzner
2007-12-14 10:24:01 -08:00
edward.lee@engineering.uiuc.edu
6a42c69b0c
Bug 406923 - Just started downloads don't know about their referrers until reopened. r=sdwilsh, a1.9=dsicore
2007-12-14 02:08:45 -08:00
edward.lee@engineering.uiuc.edu
d40b68b387
Bug 407784 - "Copy Source Location" -> "Copy Download Link". r=sdwilsh, a1.9=schrep
2007-12-14 02:05:39 -08:00
edward.lee@engineering.uiuc.edu
84dfed5f87
Bug 407771 - Remove retry button for blocked/dirty downloads. r=sdwilsh, a1.9=schrep
2007-12-14 02:03:36 -08:00
edward.lee@engineering.uiuc.edu
3101674f8d
Bug 405884 - List date/time of download for each download shown. r=sdwilsh, b-ff3=mconnor
2007-12-14 02:00:16 -08:00
dtownsend@oxymoronical.com
dbfd8fe17a
Bug 303194: Pressing delete key in extension manager should uninstall extension. p=Simon Bünzli <zeniko@gmail.com>, r=dtownsend, a=schrep.
2007-12-13 03:00:53 -08:00
aaronleventhal@moonset.net
1df6cd25a0
Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil
2007-12-11 18:10:26 -08:00
dtownsend@oxymoronical.com
637ebb2f11
Bug 406718: add logging to file support to assist troubleshooting, r=robstrong, a=schrep
2007-12-11 16:56:09 -08:00
dtownsend@oxymoronical.com
3459e8c826
Typo fix to kick off unit testers. No bug.
2007-12-06 05:47:48 -08:00
dtownsend@oxymoronical.com
456cc03e74
Additional fix for bug 404375. r=robstring, a=mconnor
2007-12-04 07:56:58 -08:00
mark.finkle@gmail.com
2bcf2f0728
b=389705. r=gavin. a=blocking-firefox3. Tighten up the launch application dialog
2007-12-03 13:43:33 -08:00
dtownsend@oxymoronical.com
54db28d2bd
Bug 406032: Block update info urls that are not http/https. r=robstrong, a=schrep
2007-12-03 04:24:41 -08:00
dtownsend@oxymoronical.com
fdb84963e3
Bug 404375: Recover from 'needs restart' message. r=robstrong, a=schrep
2007-12-03 04:20:57 -08:00
dmose@mozilla.org
7f9ec488f7
Improve external protocol handling dialog UE (bug 402771), ui-r=beltzner, r=gavin, a=blocking-1.9+
2007-12-02 17:55:12 -08:00
mozilla.mano@sent.com
0b0edb9595
Bug 405696 - Cmd+F in download manager doesn't work on Mac. Bug 405698 - Cmd+F should select search field contents. r=mconnor.
2007-12-02 12:12:43 -08:00
philringnalda@gmail.com
c7797efd49
Bug 400151 - Thunderbird nightly update build id is cropped, r=sspitzer, a=beltzner
2007-12-01 21:18:54 -08:00
reed@reedloden.com
466773ae30
Bug 393303 - "Create a blocked string for dirty downloads (virus scan failed)." [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=gavin a=blocking-firefox3+]
2007-11-30 22:49:07 -08:00
reed@reedloden.com
b1bd36ba65
Back out sdwilsh's patch for bug 393303 as a last ditch effort to fix the perf regression.
2007-11-30 19:17:32 -08:00
reed@reedloden.com
40689b1029
Bug 393303 - "Create a blocked string for dirty downloads (virus scan failed)" [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=gavin a=blocking-firefox3+]
2007-11-30 12:24:10 -08:00
rob_strong@exchangecode.com
a0ef4fc400
Bug 398036 - Add file in use install support. r=sspitzer, blocking-firefox3=mconnor
2007-11-30 11:02:09 -08:00
edward.lee@engineering.uiuc.edu
417a2e376b
Bug 403728 - Better display non-eTLDable download URIs (file: data: jar:). r=sdwilsh, b-ff3=mconnor
2007-11-30 10:28:13 -08:00
myk@mozilla.org
c4a2fa1a3c
bug 331259: make the helper apps dialog create the urn:mimetypes:root resource if it doesn't already exist so checking the 'do this automatically for files like this from now on' checkbox saves that pref to the helper apps datasource and thus has an effect on future downloads of same file type; r=sdwilsh,myk
2007-11-28 12:24:16 -08:00
Olli.Pettay@helsinki.fi
ea19c8a699
Bug 405044, clean up updates.xml, r=gavin, a=beltzner
2007-11-27 12:01:16 -08:00
gavin@gavinsharp.com
301c2d5370
Bug 405264: remove unused file, r=mano, a=schrep
2007-11-26 16:57:35 -08:00
reed@reedloden.com
1392a4ba80
Bug 405078 - "When an update is ready "Apply Downloaded Update Now" menu does nothing" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
2007-11-23 22:14:08 -08:00
reed@reedloden.com
49cca6dae4
Bug 404647 - "CTRL+F shortcut should focus the search box in the download manager" [p=cdolivei.bugzilla@gmail.com (cesar) r=sdwilsh a1.9=schrep]
2007-11-22 01:22:25 -08:00
philringnalda@gmail.com
89c424d281
Bug 386578 - same accesskey for Install (local file) and Install Updates, r=pike,gavin, a=schrep
2007-11-21 19:03:26 -08:00
reed@reedloden.com
6f09c667c7
Bug 403621 - "fix various ArrayEnumerator implementations" [p=dao@mozilla.com (Dão Gottwald) r=Mano a1.9=schrep]
2007-11-21 13:15:39 -08:00
reed@reedloden.com
8a19caa08b
Bug 282958 - "toolkit/mozapps/downloads/content uses wrong contractid for the MIME service" [p=chpe@gnome.org (Christian Persch) r=biesi a1.9=schrep]
2007-11-21 12:57:38 -08:00
reed@reedloden.com
061318df12
Bug 323041 - "Software update dialog steals focus / wait for idle before prompting" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer a=blocking-firefox3+]
2007-11-20 02:08:55 -08:00