Commit Graph

2675 Commits

Author SHA1 Message Date
reed@reedloden.com
abc2b401e4 Bug 381874 - "class name "indent" is a poor choice for the about.xul" [p=mkaply r=rob_strong] 2007-09-05 22:28:13 -07:00
myk@mozilla.org
a22088052a bug 377784: new Applications prefpane, which replaces the Download Actions dialog and the Feeds prefpane and provides a better UI for configuring handlers for MIME types and protocol schemes; r=gavin, ui-r=mconnor 2007-09-05 21:55:45 -07:00
dtownsend@oxymoronical.com
dede52e42c Bug 297903: Extension updates should link to further information. r=robstrong 2007-09-05 18:20:11 -07:00
rob_strong@exchangecode.com
84fd5e4ad5 Bug 353540 - Options, disable and uninstall button not available after 'Find updates' without dismissing 'No Updates Were Found' notification. r=dtownsend 2007-09-05 18:07:53 -07:00
reed@reedloden.com
9557c7aea8 Bug 227749 - "Add "Copy Source Location" to download manager context menu" [p=jhenry@ccs.neu.edu (Jon Henry) r=sdwilsh ui-r=beltzner] 2007-09-05 14:19:12 -07:00
rob_strong@exchangecode.com
22c635845b Bug 394717 - NS_ERROR_ILLEGAL_VALUE calling nsIExtensionManager.update when profile updates. patch=ajvincent, r=rstrong 2007-09-05 00:33:15 -07:00
rob_strong@exchangecode.com
f7cccfe78a Bug 394828 - clean up extensions.css. r=dtownsend 2007-09-04 14:36:37 -07:00
dtownsend@oxymoronical.com
53db10f409 Bug 394286: Simplify add-on incompatible message. r=robstrong 2007-09-04 13:59:05 -07:00
rob_strong@exchangecode.com
b91d666e02 Bug 394895 - Remove unused code from plugins landing. r=dtownsend 2007-09-04 12:12:38 -07:00
rflint@ryanflint.com
1dd4eccd73 Bug 394798 - Info bubble for just-completed downloads says 'Wednesday, December 31, 1969 6:00 PM'. Patch by Edward Lee <edilee@gmail.com>, r=sdwilsh 2007-09-04 10:29:12 -07:00
dtownsend@oxymoronical.com
2a94de33d9 Bug 394645: Show notification when extension updates are available. r=robstrong. 2007-09-04 09:44:04 -07:00
gavin@gavinsharp.com
84e115b359 Bug 393247: Downloads no longer remember last download directory, patch by Jim Mathies <jmathies@mozilla.com>, r=me 2007-09-04 09:21:34 -07:00
dtownsend@oxymoronical.com
3021eb4bb8 Unit testing for Bug 394300. r=robstrong 2007-09-04 06:27:19 -07:00
rflint@ryanflint.com
dae82d529d Bug 393650 - XPCOMUtilify ExtensionManager. r=dtownsend 2007-09-03 20:07:11 -07:00
rob_strong@exchangecode.com
c1d79c3d02 Bug 387392 - Remove overrides from extensions.xml. r=dtownsend 2007-09-03 18:38:40 -07:00
rob_strong@exchangecode.com
391bf0d6d1 Bug 392084 - Add a get plugins link to the add-ons mgr. r=dtownsend 2007-09-03 17:03:41 -07:00
dtownsend@oxymoronical.com
9345dfd197 Bug 378216: Disable insecure extension updates by default. r=robstrong 2007-09-03 14:44:12 -07:00
dmose@mozilla.org
b3b2ff44a4 Fix for protocol handling dialog throwing exception when a web handler is selected (bug 392957), r=biesi, sr=mconnor, a=bz 2007-09-02 21:44:25 -07:00
asqueella@gmail.com
f1670c6126 Bug 392841 - With a download in progress, selection after deletion of a Completed item should go down. p=Edward Lee (Mardak) <edilee@gmail.com> r=sdwilsh 2007-09-02 15:21:12 -07:00
asqueella@gmail.com
d727a3fffb Bug 394457 - Make backspace key remove files from download manager p=Edward Lee (Mardak) <edilee@gmail.com> r=sdwilsh 2007-09-02 15:13:41 -07:00
rob_strong@exchangecode.com
ceff455551 Bug 394583 - 'Version x.x.x.x is available' message is missing the x.x.x.x when checking for updates. r=dtownsend 2007-09-02 14:53:34 -07:00
dtownsend@oxymoronical.com
852a8f1c86 Bug 392812: Restart button remains disabled after extension updates. r=robstrong 2007-08-31 04:36:42 -07:00
rob_strong@exchangecode.com
b982bf0d2f Fix silly mistake with the checkin of bug 375805 2007-08-30 21:18:07 -07:00
rob_strong@exchangecode.com
558999cc8d Bug 375805 - ExtensionManager.prototype._shutdown shouldn' t call gOS.removeObserver(this, 'profile-after-change') unless ExtensionManager.prototype.observe(subject, 'app-startup', data) has been called. r=sspitzer 2007-08-30 17:43:24 -07:00
dtownsend@oxymoronical.com
bbeec44e2f Comment fix for bug 394300 2007-08-30 11:34:13 -07:00
dtownsend@oxymoronical.com
814c7fe264 Bug 394300: Check for updates is offering incompatible updates. r=robstrong 2007-08-30 11:26:37 -07:00
gavin@gavinsharp.com
67b44962f8 Fix newlines 2007-08-29 12:58:59 -07:00
rob_strong@exchangecode.com
728150a104 Bug 299716 - Need for em:targetApplication marker for 'the toolkit'. patch=ajvincent, r=dtownsend, r=rstrong 2007-08-29 01:16:15 -07:00
dtownsend@oxymoronical.com
e9daf1cf02 Bug 391899: getItemForID returns an empty nsIUpdateItem if the item doesn't exist. r=robstrong 2007-08-26 11:07:49 -07:00
reed@reedloden.com
832bb93435 Correct obvious spelling typo in a comment. 2007-08-25 18:55:07 -07:00
dtownsend@oxymoronical.com
9a09a5e6f6 Bug 375596: Didn't update extension over installed disabled previous version. r=robstrong 2007-08-25 16:36:25 -07:00
asqueella@gmail.com
84fd6ee2d3 Bug 392793 - invalid (negative) progress percentage displayed in the window title for certain downloads p=Ryan Jones <sciguyryan@gmail.com> r=sdwilsh 2007-08-25 13:39:33 -07:00
dtownsend@oxymoronical.com
5ddd9fc6ea Bug 392331: Theme change request lost during crash. r=robstrong 2007-08-25 07:27:26 -07:00
rflint@ryanflint.com
e223b0f71b Bug 393525 - XPCOMUtilify nsBlocklistService. r=robert.bugzilla 2007-08-24 23:12:05 -07:00
rob_strong@exchangecode.com
040ffd8c35 backing out code that snuck in from bug 392303 2007-08-23 14:13:47 -07:00
rob_strong@exchangecode.com
e9cc59ab10 Bug 392303 - Simplify installer changes (fix includes for older versions of NSIS). r=sspitzer 2007-08-23 12:39:50 -07:00
rob_strong@exchangecode.com
279ea8d7e6 Backing out previous attempts to fixe non newref tinderboxes and part of the patch for bug 392303 2007-08-22 17:08:24 -07:00
dolske@mozilla.com
3bbb5c01d8 Revert wallpaper from Bug 390451: Remembered passwords lost when changing Master Password. r=gavin 2007-08-22 16:46:12 -07:00
rob_strong@exchangecode.com
7bf16f8969 Better fix for the Seamokey, Thunderbird, and Calendar build breakage from landing of bug 392303 2007-08-22 16:21:50 -07:00
rob_strong@exchangecode.com
bf3e8db5ec Attempt to fix Seamokey build breakage from landing of bug 392303 2007-08-22 15:42:19 -07:00
rob_strong@exchangecode.com
7578d6daa8 Bug 392303 - Simplify installer changes - Part 1. r=sspitzer 2007-08-22 14:38:03 -07:00
rob_strong@exchangecode.com
831f6ebbdc Bug 391414 - The restart button is no longer initially hidden during startup update notification. r=sspitzer 2007-08-22 13:26:06 -07:00
mattwillis@gmail.com
2fe2643902 Bug 361909 - Work around race condition in download helper app dialog box. Patch by Joshua McKenty <joshua@flock.com>, r=gavin 2007-08-22 07:49:25 -07:00
rob_strong@exchangecode.com
93f893c4c4 Bug 393149 - Some registry keys aren't removed under HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\ [win32 only]. r=sspitzer 2007-08-21 23:46:06 -07:00
sdwilsh@shawnwilsher.com
d84e1dbbf7 Bug 308073 - Change default downloading folder in Windows Vista from Desktop to Downloads. Patch by Jim Mathies <jmathies@mozilla.com>. r=robarnold, r=robert.bugzilla, sr=dougt, a=mconnor 2007-08-21 10:22:02 -07:00
sdwilsh@shawnwilsher.com
f7f9f0e99a Bug 355554 - File downloads should honor Vista's parent control setting. Patch by Jim Mathies <jmathies@mozilla.com>. r=gavin.sharp, r=sdwilsh, a=blocking-firefox3 2007-08-21 09:37:39 -07:00
sspitzer@mozilla.org
f3e4588961 fix for bug #392386: searching in the download manager can fail to show all the matches if we have items with bad native paths. r=mano 2007-08-20 11:15:44 -07:00
rob_strong@exchangecode.com
728448810b Bug 391687 - Some plugins are listed multiple times in the add-ons manager. r=sspitzer 2007-08-18 14:19:17 -07:00
sdwilsh@shawnwilsher.com
b7fdcfc19e Bug 391870 - Have the download manager store the referring uri when appropriate (and use it in the front end). r=mano, r=cbiesinger, sr=cbiesinger 2007-08-17 16:05:26 -07:00
sdwilsh@shawnwilsher.com
b067af05ed Bug 392362 - Make a pref to control the number of days for which we display download history. Patch by Edward Lee <edilee@mozilla.com>. r=sdwilsh 2007-08-17 15:19:08 -07:00
sdwilsh@shawnwilsher.com
5052f0111d Bug 392541 - Queued items don't have a context menu. Patch by Edward Lee <edilee@mozilla.com>. r=sdwilsh 2007-08-17 15:11:30 -07:00
rob_strong@exchangecode.com
cadacc4db1 Comment fix for Bug 389244 - Uninstall information of old version not cleared from registry when updating via auto update. r=sspitzer 2007-08-16 14:39:49 -07:00
rob_strong@exchangecode.com
b992a964c4 Bug 389244 - Uninstall information of old version not cleared from registry when updating via auto update. r=sspitzer 2007-08-16 14:34:52 -07:00
rob_strong@exchangecode.com
64eacd425c Bug 392419 - Cleanup preprocessing of files (part 1). r=bsmedberg 2007-08-16 14:17:45 -07:00
rob_strong@exchangecode.com
fa92d85526 Bug 392140 - Remove TYPE_PLUGIN from the extension manager. r=bsmedberg 2007-08-16 14:14:51 -07:00
flamingice@sourmilk.net
4c3bf017dd Bug 271559, Plugins blocklisting, r=robstrong 2007-08-15 17:43:12 -07:00
sdwilsh@shawnwilsher.com
23c5187239 Bug 390748 - When downloading multiple files, Download Manager doesn't show files it has queued. r=mano, a=blocking-firefox3 2007-08-15 10:56:50 -07:00
rflint@ryanflint.com
4789a6c0aa Bug 384052 - Allow custom parameters in the update URL. Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=robert.bugzilla 2007-08-15 00:49:12 -07:00
rflint@ryanflint.com
0cc3358ad5 Bug 384042 - Extension manager uses installLocation.stageFile method (not defined in the interface). Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=benjamin/robert.bugzilla 2007-08-14 23:27:35 -07:00
rflint@ryanflint.com
27887966ea Bug 392255 - You shouldn't be able to open a completed download by double right clicking on it + button fixes. r=sdwilsh 2007-08-14 22:06:37 -07:00
sdwilsh@shawnwilsher.com
fa13703ff2 Bug 391939 - New Download manager does not close when a download is completed even when configured to do so. r=mano 2007-08-14 21:21:06 -07:00
sdwilsh@shawnwilsher.com
3447782e04 Bug 390890 - PHD: Have the UI use all the possible handlers instead of just the preferred one. r=mano, a=blocking-firefox3 2007-08-14 21:15:22 -07:00
sdwilsh@shawnwilsher.com
4531040333 Bug 391861 - Indicate what the text area in the DM is for (searching). Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>. r=mano 2007-08-14 16:18:15 -07:00
sspitzer@mozilla.org
37a4b26852 fix for bug #392099: unable to search for downloads with % (SQLite MATCH_ALL) or _ (SQLite MATCH_ONE) in the name r=sdwilsh 2007-08-14 07:04:27 -07:00
sdwilsh@shawnwilsher.com
780e4aa5ae Bug 391872 - wrong message when download is paused (new DM). r=mano 2007-08-12 15:59:33 -07:00
sdwilsh@shawnwilsher.com
cc40460084 Bug 391872 - wrong message when download is paused (new DM). r=mano 2007-08-12 14:46:32 -07:00
rflint@ryanflint.com
b5c373e654 Bug 391907 - No download progress info on Windows task bar button. r=sdwilsh 2007-08-12 03:29:25 -07:00
sdwilsh@shawnwilsher.com
6da633c014 Bug 389569 - "Less than a minute" in Download Manager is silly. Patch by Edward Lee <edilee@mozilla.com>. r=sdwilsh, r=mano, ui-r=beltzner 2007-08-12 03:19:12 -07:00
sdwilsh@shawnwilsher.com
be47ae885b Bug 391875 - Searching for a word that is contained in the file you are downloading looks strange. r=mano 2007-08-12 03:02:53 -07:00
sdwilsh@shawnwilsher.com
dca98fada9 Bug 391918 - Section headers in new DM should look more like mockup. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>. r=sdwilsh, r=mano 2007-08-12 02:57:30 -07:00
rflint@ryanflint.com
3ea6233559 Bug 391857 - can't open file with doubleclick (new DM). r=sdwilsh 2007-08-12 01:14:08 -07:00
rflint@ryanflint.com
47e8be9053 Bug 391908 - Button orientation on downloads in the failed state is incorrect. r=sdwilsh 2007-08-12 01:08:51 -07:00
rflint@ryanflint.com
43d5a26c6a Bug 391866 - after remove, the next file isn't highlighted (new DM). r=sdwilsh 2007-08-12 00:54:56 -07:00
rflint@ryanflint.com
259a1968be Bug 391856 - button-images are outside the button and squeezed (new DM). r=mconnor/sdwilsh 2007-08-12 00:50:31 -07:00
dtownsend@oxymoronical.com
1b9ecfc4c2 Testcase for bug 257155. r=robstrong 2007-08-11 21:13:15 -07:00
dtownsend@oxymoronical.com
ead0078eba Bug 382752: Unit test harness for extension manager. r=robstrong. 2007-08-11 21:12:06 -07:00
sdwilsh@shawnwilsher.com
cccc09a7a2 Bug 388517 - revised download manager UI for Firefox 3. Patch by Shawn Wilsher <me@shawnwilsher.com> and Asaf Romano <mano@mozilla.com>. r=mano, a=[wanted-firefox3] 2007-08-11 14:53:21 -07:00
benjamin@smedbergs.us
6486f03889 Fix the name of the Windows SDK, for real this time 2007-08-11 13:29:48 -07:00
benjamin@smedbergs.us
065ced1f4f Fix copy-paste typo from bug 391308 2007-08-10 06:56:43 -07:00
flamingice@sourmilk.net
6b85fbfabb Bug 386810, Move quit-application-granted notification to nsAppStartup::Quit, r=benjamin 2007-08-09 20:05:53 -07:00
flamingice@sourmilk.net
5f341cf0ec Bug 339056, provide mechanism to allow users to list, enable, disable plugins in primary UI, r=robstrong 2007-08-09 19:47:48 -07:00
benjamin@smedbergs.us
afddb2ea8a Bug 391308 - Make the new-style SDK package, r=luser 2007-08-09 12:53:08 -07:00
kairo@kairo.at
c546ecd2fe bug 384139 - move openURL() to a reusable place in toolkit, r=bsmedberg 2007-08-09 10:59:08 -07:00
neil@parkwaycc.co.uk
33ee34a7fa Followup to previous checkin for bug 383116 to avoid reentrant GS r=rob_strong 2007-08-08 02:43:36 -07:00
rob_strong@exchangecode.com
d4fc74937f Bug 385787 - Gray-out restart firefox button on installing theme/extension updates window. patch=Dão Gottwald, r=rob_strong 2007-08-07 23:58:22 -07:00
flamingice@sourmilk.net
88e60e61cd Bug 386670, Restart button tooltip in add-ons manager should be changed, Patch by Dão Gottwald, r=mconnor, ui-r=beltzner 2007-08-07 10:24:55 -07:00
gavin@gavinsharp.com
9cf76620d2 Fix review nit from bug 385065 (unnecessary use of 'let') 2007-08-05 02:41:53 -07:00
sdwilsh@shawnwilsher.com
38af637226 Bug 389899 - Icon does not show up for local handlers that were specified in the past. r=mano 2007-08-03 16:25:00 -07:00
sdwilsh@shawnwilsher.com
a4d3ec9358 Bug 389689 - Have the dialog for nsIContentDispatchChooser use the width property. r=mano, ui-r=beltzner 2007-08-03 16:14:25 -07:00
benjamin@smedbergs.us
28d40dae74 Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser 2007-08-03 07:46:17 -07:00
dtownsend@oxymoronical.com
b12f8c053e Bug 389641: RDFItemUpdater shouldn't check for updates for items with
pending optypes. r=robstrong
2007-08-02 11:16:49 -07:00
dolske@mozilla.com
88ab8a8d73 wallpaper for bug 390451 - Remembered passwords lost when changing Master Password. r=vlad, a=damons. 2007-08-01 16:26:35 -07:00
rob_strong@exchangecode.com
bef3400007 Bustage fix for Bug 368587 2007-07-30 13:31:26 -07:00
rob_strong@exchangecode.com
44770eb9b5 Bug 368587 - avoid the second UAC prompt for helper.exe on software update by launching it directly from the elevated updater.exe process. r=bsmedberg, a=mconnor 2007-07-30 13:16:56 -07:00
sdwilsh@shawnwilsher.com
a2f2ec72ea Bug 385065 - protocol handling dialog (fix clobber build error). r=gavin.sharp, a=mconnor 2007-07-30 11:34:41 -07:00
gavin@gavinsharp.com
26ef489dfa Bug 389330: remove target checks that are unneeded now that the patch for bug 238987 has landed (caused the OK button in the helper app dialog to be disabled in cases where it shouldn't be), r=mano, a=mconnor on IRC for Firefox 3 M7 landing 2007-07-28 20:16:01 -07:00
sdwilsh@shawnwilsher.com
be9def112b Bug 389891 - Protocol Handling dialog does not actually set nsIHandlerInfo::useHelperApp when using a prefilled helper app. r=gavin.sharp, a=schrep 2007-07-27 14:17:04 -07:00
sdwilsh@shawnwilsher.com
78d4133e45 Bug 389334 - Helper app no longer prefilled. r=mano 2007-07-26 18:04:38 -07:00
sdwilsh@shawnwilsher.com
95d5347743 Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner 2007-07-25 21:24:25 -07:00
flamingice@sourmilk.net
022fdd55de Bug 385853, getting the quit prompt when restarting firefox after apply software update, r=mano 2007-07-25 14:48:02 -07:00
flamingice@sourmilk.net
c68744a442 Bug 385425, getting the quit prompt when restarting firefox after installing an add on, r=mano 2007-07-25 14:43:17 -07:00
benjamin@smedbergs.us
bcbbe43a8f Bug 352762 - Allow PFS to launch an executable file to run plugins, instead of installing an XPI. This fixes Windows Vista permissions errors in XPInstall, r=doron 2007-07-25 11:54:46 -07:00
jwalden@mit.edu
b84fa43364 Fix some typos to kick qm-win2k3-01 into doing another build, to see if the test bustage is spurious. 2007-07-24 15:31:33 -07:00
asqueella@gmail.com
ed97a1d022 followup to bug 388506: add proper LOCALIZATION NOTEs and rev the property name since its semantics have changed
p=Edward Lee (Mardak) <edilee@mozilla.com>
r=sdwilsh/pike
2007-07-23 16:39:45 -07:00
sdwilsh@shawnwilsher.com
e0ae3d128d Bug 389183 - Download Manager window remains empty. r=mano 2007-07-22 14:52:22 -07:00
sdwilsh@shawnwilsher.com
8a42dd1536 Bug 388506 - Use emdash for download status [time — progress (rate)]. Patch by Edward Lee <edilee@mozilla.com>. r=sdwilsh 2007-07-19 20:30:54 -07:00
bugzilla@standard8.demon.co.uk
a871bb5a90 Bug 349309 toolkit's extensions.js/OpenURL is app specific (GetMoreThemes/Extensions). p=Philip Chee <philip.chee@gmail.com>,r=Neil (suite part),r=benjamin,cbiesinger 2007-07-19 11:14:05 -07:00
rob_strong@exchangecode.com
b8604a9cba Comment fix for Bug 348419 2007-07-18 12:07:19 -07:00
rob_strong@exchangecode.com
9433e03d4b Bug 387385 - Remove files from the VirtualStore on uninstall / in-place upgrade / software update. r=sspitzer 2007-07-17 11:11:18 -07:00
axel@pike.org
9255d905c2 bug 334136, Software update fails with lanuage packs, patch by archaeopteryx@coole-files.de, r=me, sr=bsmedberg 2007-07-17 05:26:08 -07:00
flamingice@sourmilk.net
62d803615d Bug 386002, Move tryToClose calls on shutdown, r=benjamin 2007-07-16 10:55:54 -07:00
rob_strong@exchangecode.com
30cb1a2b91 Bug 348419 - No way to access the update notification dialog when visiting an extension's homepage. r=sspitzer 2007-07-13 09:59:48 -07:00
sspitzer@mozilla.org
757701a76d fix for regression bug #383518: Non-Vista Windows users are prompted for updates they cannot apply.
For Non-Vista Windows, we need to check if we can write to the application directory (where firefox.exe lives, for example) to decide if we "can update".  On Vista, the updater will elevate to gain permissions to that directory, so we don't want do to do this additional check.

r=rstrong
2007-07-11 18:08:42 -07:00
sdwilsh@shawnwilsher.com
6059e99e30 Bug 387695 - Clean Up button is disabled. Patch by Simon Bünzli <zeniko@gmail.com>. r=sdwilsh 2007-07-11 15:05:39 -07:00
sspitzer@mozilla.org
646e15fe76 fix for bug #336528: software update installation progress dialog doesn't stretch to fit contents (cut short, text is truncated)
patch=James Ross <silver@warwickcompsoc.co.uk>
r=rstrong
2007-07-11 12:04:48 -07:00
dtownsend@oxymoronical.com
d9b06547ec Bug 303194: Pressing Delete key in Extension Manager should uninstall
extension. p=Simon Bunzli <zeniko@gmail.com> r=robstrong
2007-07-11 02:26:09 -07:00
rob_strong@exchangecode.com
2ceaa8a48a Bug 387622 - Target Application minVersion and maxVersion are reversed. verbal r=mconnor 2007-07-10 22:50:08 -07:00
dtownsend@oxymoronical.com
e9c156311b Bug 342579: Can update an extension meant for uninstalling. r=robstrong 2007-07-09 13:53:20 -07:00
rob_strong@exchangecode.com
fc5455e3b3 Bug 358710 - Some UI stylecode should be moved from /content/xpinstallConfirm.css to /skin/. r=sspitzer 2007-07-09 11:56:54 -07:00
rob_strong@exchangecode.com
a28eb9d2c1 Bug 387383 - unable to specify aActionList in AddonsViewBuilder updateView. r=sspitzer 2007-07-09 11:54:16 -07:00
kairo@kairo.at
527fedcb19 bug 386903 - remove xpinstall/packager from cvs, r=bsmedberg 2007-07-09 10:47:04 -07:00
dtownsend@oxymoronical.com
801e1e0a77 Bug 384006: On compatiblity update datasource receives double update
notifications. r=robstrong
2007-07-09 03:07:14 -07:00
neil@parkwaycc.co.uk
9ac9f0b64e Bug 383116 Fix for extension data source registration r=rob_strong 2007-07-08 03:15:11 -07:00
dtownsend@oxymoronical.com
8c4974ae28 Bug 314915: Extension update can identify the wrong version as being the
newest. r=robstrong
2007-07-06 07:41:56 -07:00
dmose@mozilla.org
d28396462d Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking 2007-07-05 12:31:44 -07:00
dtownsend@oxymoronical.com
ce254264e1 Bug 386322: Localized metadata fails for multiple properties (contributor,
translator, developer). r=robstrong
2007-07-02 12:33:39 -07:00
rob_strong@exchangecode.com
4978115d51 Bug 361402 - installer does not automatically find path to existing installation when going from 1.5.0.x to 2.0.0.x. r=sspitzer 2007-07-02 10:37:23 -07:00
dtownsend@oxymoronical.com
288570ce55 Bug 340219 - Display new version when upgrading add-ons. r=robstrong 2007-06-30 10:17:03 -07:00
sdwilsh@shawnwilsher.com
bb49b7f63c Bug 385733 - Remove "rate change limit" check from DownloadProgressListener. Patch by Edward Lee <edilee@gmail.com>. r=sdwilsh 2007-06-27 14:03:37 -07:00
sdwilsh@shawnwilsher.com
5c5620b03a Bug 237693 - Download Manager Should Understand when it breaks the KB,MB,GB barrier. Patch by Edward Lee <edilee@gmail.com>. r=sdwilsh 2007-06-27 13:39:49 -07:00
sdwilsh@shawnwilsher.com
ce83e6aad4 Bug 383224 - Remove XPInstall bits from the Download Manager. r=mano 2007-06-27 09:52:15 -07:00
dtownsend@oxymoronical.com
eb01adab35 Bug 257155 follow up, catches some probable leaks. r=gavin.sharp 2007-06-25 14:53:29 -07:00
dtownsend@oxymoronical.com
35e0ac995c Bug 257155 - Extension description is not localizable. r=robstrong 2007-06-25 14:02:46 -07:00
dtownsend@oxymoronical.com
dbf9acfefb Bug 335942 - nsIExtensionManager.update wants true and false for a long
param. r=robstrong
2007-06-25 08:51:51 -07:00
Evan.Yan@Sun.COM
67c21461e6 Bug 384667 - AT-SPI events not generated for all Firefox progress bars.
r=mconnor
2007-06-24 19:45:10 -07:00
sdwilsh@shawnwilsher.com
69b766193c Bug 383224 - Remove XPInstall bits from the Download Manager. r=enndeakin, r=mano 2007-06-22 16:20:00 -07:00
dtownsend@oxymoronical.com
eabcb28b93 Bug 369075 - Add permanent button for restarting Firefox to Add-ons Mgr.
Patch by Dao Gottwald <dao@design-noir.de>. r=robstrong
2007-06-21 17:27:03 -07:00
dtownsend@oxymoronical.com
6633f2f361 Bug 385335 - Remove the use of "none" assertions in EM. r=robstrong 2007-06-21 16:17:08 -07:00
dtownsend@oxymoronical.com
cd15dc88d0 Bug 385028: Remove nsIExtensionManager_MOZILLA_1_8_BRANCH from trunk.
r=robstrong
2007-06-21 03:04:09 -07:00
benjamin@smedbergs.us
2413d41dbb Bug 384925 - Allow PFS to return hashes for plugin XPIs, r=doron 2007-06-19 09:12:49 -07:00
philringnalda@gmail.com
6ed8c9026d Bug 384843 - Remove unused functions getFileRelativeTo and _needsToPromptForUpdate, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=gavin 2007-06-18 21:03:15 -07:00
philringnalda@gmail.com
5bae445b31 Bug 384837 - Remove unused functions forEachEntry, getItemsWithFlagUnset, and getStagedLeafName, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=gavin 2007-06-18 21:01:29 -07:00
sdwilsh@shawnwilsher.com
680180394d Bug 384161 - autoRemoveAndClose checks wrong pref type. Patch by Edward Lee <edilee@gmail.com>. r=sdwilsh 2007-06-18 13:17:42 -07:00
flamingice@sourmilk.net
831f56e0e6 Bug 363271, remove download manager hack from richlistbox, Patch by Simon Bünzli, r=enn 2007-06-15 14:19:08 -07:00
sdwilsh@shawnwilsher.com
cec2acd22e Bug 381927 - end times in download manager properties are wrong or missing. r=mano 2007-06-12 16:43:02 -07:00
mozilla.mano@sent.com
25393cf047 Bug 382888 - BM menu not working when DM is focused. r=gavin. 2007-06-11 22:24:58 -07:00
kaie@kuix.de
953cc24967 Bug 110161, enable OCSP by default, follow up checkin,fixing string identifiers. r=marcoos, sr=mconnor 2007-06-05 15:14:39 -07:00
rflint@ryanflint.com
d5fe38b16a Bug 382911 - Several JS components call nsICategoryManager.addCategoryEntry with an extra final parameter. Patch by Manish Singh <manish@flock.com>, r=gavin 2007-06-04 22:22:34 -07:00
sdwilsh@shawnwilsher.com
8c70974897 Bug 382825 - Add a retryDownload method to the download manager backend. r=cbiesinger 2007-06-04 17:03:35 -07:00
sdwilsh@shawnwilsher.com
fdb80cf773 Bug 381803 - two files are listed in DM, while downloading one file. r=mconnor 2007-05-31 18:42:43 -07:00
kaie@kuix.de
06f32215fd Bug 110161. Code related to the plan to enable OCSP by default.r=rrelyea, toolkit r=mconnor 2007-05-30 16:13:28 -07:00
sdwilsh@shawnwilsher.com
eb3a5b4b69 Bug 289540 - download manager takes only one listener. r=mconnor 2007-05-25 16:47:53 -07:00
sdwilsh@shawnwilsher.com
afdc00829a Bug 381881 - Properties window during download is empty. r=mconnor 2007-05-25 10:35:42 -07:00
rflint@ryanflint.com
36e9278f95 Bug 366387 - HelperApps prototype has duplicated functions (AddObserver/RemoveObserver) and is missing onBeginUpdateBatch/onEndUpdateBatch. Patch by Regis Caspar <regis.caspar+bz@gmail.com>, r=gavin 2007-05-25 03:15:53 -07:00
sdwilsh@shawnwilsher.com
0a77e7a078 Bug 381925 - JS Warnings when selecting download location. r=enndeakin 2007-05-24 21:26:14 -07:00
sdwilsh@shawnwilsher.com
36645ed1dd Bug 381538 - "clean up" button remains greyed out after download completes. r=gavin.sharp 2007-05-23 16:12:03 -07:00
sdwilsh@shawnwilsher.com
193034084d Bug 381468 - Convert toolkit application/x-javascript to application/javascript. r=gavin.sharp 2007-05-23 13:40:13 -07:00
sdwilsh@shawnwilsher.com
5e8119e353 Bug 381468 - Convert toolkit application/x-javascript to application/javascript. r=gavin.sharp 2007-05-23 11:08:10 -07:00
sdwilsh@shawnwilsher.com
e75178083f Bug 380250 - Convert Download Manager's RDF backend to mozStorage. r=cbiesinger,r=mconnor 2007-05-21 17:03:33 -07:00
neil@parkwaycc.co.uk
66b18d104f Build xpfe download manager for suiterunner until such time as toolkit download manager becomes usable r=Standard8 (mpa=Mano for toolkit change) 2007-05-17 14:01:18 -07:00
rob_strong@exchangecode.com
a43fb424fb Win32 only - Bug 369221: Fails to install with xpicleanup error message. r=sspitzer, sr=mscott for Thunderbird 2007-05-03 16:40:54 -07:00
benjamin@smedbergs.us
acbce8da66 Bug 377088 - Add additional query string when the user explicitly checks for updates, to make server-side of automatic update checks possible, r=ssptizer+morgamic 2007-05-03 06:36:11 -07:00
mats.palmgren@bredband.net
dfbd9d77a5 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
benjamin@smedbergs.us
be43570e2e Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento 2007-04-25 07:26:42 -07:00
benjamin@smedbergs.us
18862e38e1 Bug 375710 - Firefox 2.0.0.3 wants to downgrade to 2.0.0.2, patch by Masatoshi Kimura (:emk), reworked by me a bit, r=rstrong 2007-04-20 08:22:17 -07:00
kaie@kuix.de
10c79b894d Bug 370693, Mozilla.org nightly bits broken, Failure to use crypto with FIPS modeBuild system changes onlyPatch originally proposed by Wan-Teh in bug 249782r=bsmedberg 2007-04-17 13:42:54 -07:00
gavin@gavinsharp.com
9332690443 Bug 346994: part 1, remove leading dots from filenames before saving, r=mano 2007-04-17 11:51:33 -07:00
axel@pike.org
ccc78445dc bug 361583, support filter commandline argument, and use it from packager.mk, r=bsmedberg 2007-04-13 16:43:36 -07:00
sspitzer@mozilla.org
e6cefb4316 backing out myu fix for bug #375710, based on comments from kimura 2007-04-12 16:01:44 -07:00
sspitzer@mozilla.org
3f08787d6b fix for bug #375710 and bug #371649Firefox can "software downgrade" from 2.0.0.3 to 2.0.0.2. r=bsmedberg 2007-04-12 15:07:19 -07:00
bugzilla@standard8.demon.co.uk
f1bd21799f Back out part of bug 361583 to fix xul app bustage occuring when attempting to do nightly builds. 2007-04-12 05:41:32 -07:00
axel@pike.org
a364c25975 bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg 2007-04-11 09:35:01 -07:00
bugzilla@standard8.demon.co.uk
98e9ed8c21 Bug 373240 Uppercase the VK_* bits for consistency with the rest of the codebase (Gv1 - toolkit). p=Serge Gautherie <sgautherie.bz@free.fr>,r=enndeakin 2007-04-03 10:06:57 -07:00
sspitzer@mozilla.org
a6bf7e6912 fix for bug #373908: Software update hangs part way through if update.mar includes a zero length file.note, the scripts that create mars should not be doing that, which is bug #375611also note that if you kill the hung software update process (which you have to do, since it is hung), you can end up in a bad state, see bug #375619r=dolske 2007-03-27 23:01:35 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00