Commit Graph

589 Commits

Author SHA1 Message Date
Justin Wood
bb9d930183 Bug 440932 - toolkit dlmgr should be buildable by suite; r=ted, sr=NeilAway 2008-06-25 21:12:25 -04:00
Dave Townsend
5eff354d7f Bug 423621: Grammar error in add-on installation dialog. r=robstrong 2008-06-25 10:27:18 +01:00
Robert Strong
96df40e285 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
48481a0f40 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
a6269cffd6 Backout bug 428009 2008-06-18 14:30:29 +02:00
Kai Engert
3a52f934b8 Merge commit for bug 428009 2008-06-18 11:57:37 +02:00
Kai Engert
60cb32844d 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
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
Jason Harvey
be9a11dedf Bug 429360: extensions.js not using defined constant. r=dtownsend 2008-06-16 11:25:23 +01:00
Nickolay Ponomarev
645dbd7cb4 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
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
gavin@gavinsharp.com
cb7790f2d7 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
841fef4864 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
5ed7f79950 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
eb00de5087 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
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
mozilla@weilbacher.org
a25be30598 [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
2e78a8c528 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
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
dtownsend@oxymoronical.com
278282f2fd 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
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
dtownsend@oxymoronical.com
9506efade9 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
21004a915a 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
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
rob_strong@exchangecode.com
d0d74280fd 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
4c5b079d80 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
6af397de71 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
2774be6422 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
8406de217a 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
8e7b8aaf5b 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
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
philringnalda@gmail.com
319e59846e 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
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
gavin@gavinsharp.com
f69be0be15 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
fab0989aab 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
be1780b07a 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
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
dtownsend@oxymoronical.com
d2a49d8aa6 Fix typo from bug 424137 2008-04-03 16:42:43 -07:00
dtownsend@oxymoronical.com
159ea5d321 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
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
rob_strong@exchangecode.com
554ae4fccc 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
80ad6b10e4 Bug 356370: "installLocation has no properties" during install/update of extensions. r=robstrong 2008-04-01 02:26:47 -07:00
dtownsend@oxymoronical.com
a6d4a64c42 Bug 425657: Addon manifest parsing fails when multibyte characters are present. r=robstrong 2008-04-01 02:21:30 -07:00
dtownsend@oxymoronical.com
caa8054df7 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
566d7ba06c 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
157423810a 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
502adbafea 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
191b5b716c 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
403a848b2a Land testcase for bug 397935. r=sdwilsh 2008-03-27 11:22:06 -07:00
dtownsend@oxymoronical.com
fcc08d49f4 Bug 424107: Extension updates installed from app mismatches window are lost. r=robstrong 2008-03-27 02:37:45 -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
rob_strong@exchangecode.com
8f8dd0025d 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
49a0d92b47 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
24caa5b5d6 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
f9a6906674 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
16d9682e40 Bug 420356, Ship blocklist.xml with Firefox (SeaMonkey tunit failure fix). r=gavin 2008-03-19 23:31:20 -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
dtownsend@oxymoronical.com
56ae809725 Bug 420356: Ship blocklist.xml with Firefox. r=gavin.sharp 2008-03-19 15:35:03 -07:00
rob_strong@exchangecode.com
37f5ceb6d6 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
97d9c1e16a 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
2bebda4e8f Bug 423137: Switch to use 0-5 for add-on ratings. r=robstrong 2008-03-18 12:44:59 -07:00
gavin@gavinsharp.com
79b17cdf53 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
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
dtownsend@oxymoronical.com
2f48918fdb 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
47b15aecbc 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
49ca68e041 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
1653d2fbec 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
f5a33b3cf8 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
81da6fcc0b 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
4e725eb6fb [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
aab42d0740 Backing out bug 420595 due to causing bug 422585. r=sdwilsh. 2008-03-13 15:58:15 -07:00
masayuki@d-toybox.com
75cfe2466f 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
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
bugzilla@standard8.plus.com
5a7ff987d3 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
dbd95b1964 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
e3d8869e0c 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
aa9e07537c backing out. 2008-03-11 15:12:52 -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
dougt@meer.net
7dcf1e0ab8 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
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
dtownsend@oxymoronical.com
b3f7f87ad5 Localisation fix for bug 408115, late-late-l10n. r=mano, a=shaver 2008-03-08 14:31:01 -08:00
dtownsend@oxymoronical.com
364f6a78bf Bustage fix for bug 408115 on windows and mac. 2008-03-08 05:48:18 -08:00
reed@reedloden.com
d64bd4491f Back out Mike Hommey's patch from bug 305782 due to build bustage. 2008-03-08 04:33:28 -08:00
reed@reedloden.com
20f3f11b2c 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
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
reed@reedloden.com
d7da80123d 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
5d6b77f364 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
8a2d05da5f 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
2ff3ee6ab5 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
4b4874cfe6 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
f3635c2f44 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
748ccd881e 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
8275c3f5e8 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
01659ad484 Bug 361911: Unable to install updates on startup after dismissing notifications. r=robstrong 2008-03-06 17:59:42 -08:00
dtownsend@oxymoronical.com
ce6c936bea Bug 412449: Add standard install locations for OSX. r=bsmedberg, a=beltzner 2008-03-06 17:58:18 -08:00
dtownsend@oxymoronical.com
7bd95d0403 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
baa5941553 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
9c2a15621a 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
003ad09a44 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
8af233fc81 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
f26217a9b2 Bug 414472: Remove puzzle piece from search bar. r=gavin.sharp. 2008-03-04 13:00:49 -08:00
dtownsend@oxymoronical.com
36a79678c5 Bug 406118: Extension blocklist is broken. r=bsmedberg, a1.9b4=beltzner 2008-02-29 11:06:29 -08:00
reed@reedloden.com
755c56eb02 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
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
dtownsend@oxymoronical.com
f42b2dfdd0 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
f99e988e7b 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
b8ff452b35 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
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
jag@tty.nl
057bc17743 Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
reed@reedloden.com
693bb85596 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
1c0a236931 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
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
dtownsend@oxymoronical.com
e269e3ad6a 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
4637aa6df9 Bug 414597: AMO-provided icons aren't always 32x32. r=robstring, a=schrep 2008-02-08 04:47:30 -08:00
dtownsend@oxymoronical.com
ba66fb7f69 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
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
reed@reedloden.com
ca4a8cdfc7 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
fab334f830 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
9cda999f28 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
85721119eb 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
8b495c89e5 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
808b7dc614 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