Commit Graph

788 Commits

Author SHA1 Message Date
gavin%gavinsharp.com
ce73589138 Bug 302759 : Remote maxVersion does not override install.rdf maxVersion during an upgrade, patch by Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg 2005-08-03 15:10:43 +00:00
gavin%gavinsharp.com
1fa9c0c81b Bug 302466 : Context menu of an Extension in EM should say "Find Update" instead of "Find Updates", patch by Jaime Mitchell <bugzilla@jaimem.org.uk>, r=rob_strong, a=bsmedberg 2005-08-02 11:57:29 +00:00
ben%bengoodger.com
5b15231cb4 303022 - background extension update checking does not observe preferences.
r=darin
2005-08-02 05:25:02 +00:00
aaronleventhal%moonset.net
73c6837503 Bug 281932. Fix a11y problems in print preview. Also create tabbable <toolbarbutton>s via toolbar button class=tabbable. r=mconnor, a=mconnor 2005-07-31 15:34:57 +00:00
darin%meer.net
a982e6b94f fixes bug 297147 "Update Windows registry after software update" r+a=bsmedberg 2005-07-27 18:24:54 +00:00
timeless%mozdev.org
ba55b1a5bc Bug 302206 Need to restart Firefox twice after updating an extension
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-07-27 16:09:49 +00:00
timeless%mozdev.org
5f93fc9567 Bug 302271 All extensions enabled after software update
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-07-27 16:08:09 +00:00
timeless%mozdev.org
6e366d7553 Bug 302181 Extension compatibility update is reported but not applied
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-07-27 16:06:16 +00:00
timeless%mozdev.org
036813c96b Bug 300116 Extension Manager only checks for updates for the selected extension
patch by zach r=bsmedberg a=bsmedberg
2005-07-27 16:04:30 +00:00
ben%bengoodger.com
dc5a647b34 302272 - incorrect styles for update now button on OS X cause blank buttons to show up in extensions window 2005-07-26 23:45:49 +00:00
ben%bengoodger.com
ddf2fbc62a UI for software update needs to be revised - several CSS and window open flag fixes for various aspects of software update UI (menu, preferences, wizard) to make it look better on OS X. Not quite done yet. r=darin 2005-07-26 23:21:15 +00:00
bsmedberg%covad.net
fff31d39d4 Bug 265492 - Packages sometimes contain compreg/xpti/chrome.rdf, r=kairo r+a=chase 2005-07-26 16:46:57 +00:00
bugzilla%arlen.demon.co.uk
6a5e6ef55f Bug 264750 Updating disabled extensions re-enables them
p=rob_strong@exchangecode.com r/a=benjamin
2005-07-25 23:27:38 +00:00
aaronleventhal%moonset.net
efb0f5b86e Bug 301435. Focus breaks when item removed from download manager. Patch by Doron Rosenberg. r+a=mconnor 2005-07-25 22:21:31 +00:00
ben%bengoodger.com
02baaa0e98 302066 - move SoftwareUpdate CSS style rules into Skin CSS to support skinability - this will allow 299389 to be fixed properly. 2005-07-25 22:17:53 +00:00
aaronleventhal%moonset.net
be531d3dfc Bug 301398. Another round of link fixes. Now we're down to 2 link implementations. r+a=mconnor 2005-07-25 19:23:12 +00:00
bsmedberg%covad.net
c0f1bfd09a Bug 239411 - install delay should stop+reset when software installation dialog loses focus, r=ben a=deerpark 2005-07-25 17:51:40 +00:00
ben%bengoodger.com
f26e452469 296566: move extension update into extension manager. 1) add background update timer to check for updates to extensions on a regular basis 2) replace observer service notifications with a new interface nsIAddonUpdateCheckListener 3) rename nsIExtensionDownloadListener to nsIAddonUpdateListener 4) show extension update inline in the extension manager 5) update all UI clients to interfaces in 2 and 3 including mismatch UI etc. 6) remove unnecessary files r=rob_strong@exchangecode.com 2005-07-25 17:29:18 +00:00
bsmedberg%covad.net
cfbccf108f Bug 302016 - When upgrading, extensions don't work until a restart is performed, patch by Rob strong, r+a=me 2005-07-25 14:44:02 +00:00
bzbarsky%mit.edu
8ec23fe4de Fixing regression due to not renaming things consistently. Bug 301875,
r+a=mconnor
2005-07-25 03:25:54 +00:00
bsmedberg%covad.net
b3905512fd Bug 300731 - Change app/extension version scheme going forward, r=darin+shaver a=shaver 2005-07-23 14:05:25 +00:00
bsmedberg%covad.net
178f20a738 Bug 297312 - EM gets confused between multiple installations of the same version, r=darin+robstrong, self-approving per deerpark triage meeting. 2005-07-23 14:00:07 +00:00
bzbarsky%mit.edu
10d1c576d9 Expose the subject name for the cert and an nsISupports pointer to the cert on
nsIPrincipal that represents a certificate principal.  Change preference
storage to ensure matches in not only the fingerprint but also the subjectName
before applying privileges from preferences to a certificate principal.  Remove
possibility for creating certificate principals without a useful identifying
name and make sure that names don't get munged by being forced to ASCII.  Bug
240661, r=caillon, sr=dveditz, a=bsmedberg
2005-07-22 19:05:42 +00:00
ben%bengoodger.com
b064ff44b4 bug 300927 - Help Menu Check for Updates item is incorrectly labeled at times - make the code more bullet proof for states where we have a rogue active-updates.xml file but no updates directory... also show an 'Apply Downloaded Update Now...' item when the update has already been downloaded that shows the restart now UI... r=darin 2005-07-22 17:11:03 +00:00
joshmoz%gmail.com
704ceef6a8 make it more obvious when we fail to localize strings in Mac OS X update UI by making the default "default string". b=301350 r+sr=darin a=asa 2005-07-22 00:23:07 +00:00
cbiesinger%web.de
a9baed0c18 bug 301327 don't try to copy NSPR libs for zip packages
r=caillon,bsmedberg a=bsmedberg
2005-07-20 20:48:21 +00:00
doronr%us.ibm.com
51adbfe941 Bug 299947 - Make richlistbox send events like a listbox r/a=mconnor 2005-07-20 19:45:43 +00:00
timeless%mozdev.org
5633974e9b Bug 262373 Fresh installed extensions cause software update to fail
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-07-19 21:03:20 +00:00
caillon%redhat.com
e2c5c53902 Bug 301158
Packaging should only attempt to copy the NSPR libs when we are building
NSPR ourselves; do not copy when using the system NSPR libraries.
r/a=bsmedberg
2005-07-18 19:21:52 +00:00
mozilla.mano%sent.com
582b50e264 Bug 300970 - access checks for install locations are performed repeatedly per location during a session. patch from Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg. 2005-07-18 13:55:48 +00:00
timeless%mozdev.org
b18f5dca93 Bug 300356 Extension/Theme Manager windows default size should be editable by l10n-teams (p1 of 10)
patch by AlexIhrig@thunderbird-mail.de r=bsmedberg a=asa
2005-07-17 20:10:13 +00:00
bsmedberg%covad.net
9fa727f8cb Bug 300265 - Trying to select an extension installed on a read-only filesystem (smb, cdrom) hangs the app for a long time (not forever) - patch by Rob Strong, r+a=me 2005-07-15 11:07:32 +00:00
mozilla.mano%sent.com
98c13f8a2e Bug 298498 - Allow extension XPIs to ship multiple independent extensions. patch from Robert Strong <rob_strong@exchangecode.com>, r=bsmedberg, a=asa. 2005-07-15 10:08:17 +00:00
mozilla.mano%sent.com
b47989d1c0 Bug 299887 - Only check for updates for items that are updateable. patch from Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg 2005-07-15 09:59:47 +00:00
bsmedberg%covad.net
67cd236a1d Bug 299930 - Need nsIXULAppInfo.platformVersion, r=darin a=asa 2005-07-14 20:29:06 +00:00
bsmedberg%covad.net
38a4d5980d Bug 299737 - l10n installer displays entity names (and bug 300092, tb installer displays nothing at all), r+a=chase 2005-07-14 15:46:27 +00:00
ben%bengoodger.com
e6fe17cef7 299868 - 3 issues for swu for dpa2: wizard UI in weird state (make sure dialog buttons inited correctly for each page), partial download cleared out on restart, restart now button should be labeled Restart <appname> Now
r=darin a=bsmedberg
2005-07-07 05:49:53 +00:00
darin%meer.net
c2866a39aa fixes bug 299736 "Update service incorrectly reports 404 error when no updates are available" r=ben a=bsmedberg 2005-07-06 18:25:53 +00:00
bsmedberg%covad.net
829fcc5862 Followup to bug 298670 - use cygpath as necessary to convert win32 paths for xpt_link, a=Chase 2005-07-01 01:18:49 +00:00
ben%bengoodger.com
cf84a2f72f Fix and enable post-update prompting, make sure app managed items don't show up in incompatible list, make sure disabled items dont show up in incompatible list, reorg code and add documentation. bug 299302 for making extension manager getIncompatibleItemList have an optional filterDisabled parameter r=darin 2005-06-30 23:00:48 +00:00
mconnor%steelgryphon.com
41123c3976 bug 284089 - ask every time pref is ignored, Anbo Motohiko <amotohiko_mozillafirebird@yahoo.co.jp>, r=me, a=bsmedberg 2005-06-30 21:30:49 +00:00
bsmedberg%covad.net
6db8a67923 Bug 298670 (try #2) - Build Firefox tarballs from the installer manifests, r+a=Chase (this second try incorporates the slash fix from Chase as well as additional changes to Packager.pm to make globbing work properly) 2005-06-30 19:22:39 +00:00
bsmedberg%covad.net
8482c72b9d Bug 299021 - Support conditional updating in manifests, patch by darin, r+a=bsmedberg 2005-06-30 12:39:36 +00:00
ben%bengoodger.com
5f0359fa0a make install notification work on subsequent start after install - not done yet 2005-06-30 01:35:45 +00:00
scott%scott-macgregor.org
d05170a60a Bug #269483 --> more thunderbird smart update work.
Moving update.xul/js/dtd from mozilla/browser/preferences to mozapp/preferences so we can all
share from them. a=ben on moving these files / the toolkit changes
2005-06-29 21:07:04 +00:00
ben%bengoodger.com
4a6eb669df remove annoying logging 2005-06-29 17:53:24 +00:00
bsmedberg%covad.net
d9346c31d9 Bug 295680 - extension should not install when chrome registration fails - patch by Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg 2005-06-29 13:58:16 +00:00
ben%bengoodger.com
a4aa81a4c2 clean up on restart 2005-06-29 01:34:36 +00:00
timeless%mozdev.org
76f208b3e2 Bug 298699 Theme Manager's width is no longer fixed
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-28 21:28:49 +00:00
mozilla.mano%sent.com
b6af78208d Bug 287111 - Change onpreferenceread/onpreferencewrite to onsyncfrompreference/onsynctopreference. r=mconnor/mscott, a=bsmedberg. 2005-06-28 20:08:56 +00:00
ben%bengoodger.com
304cbe853b unify preference handling, fix update history not to show redundant entries 2005-06-28 18:56:40 +00:00
ben%bengoodger.com
372e50a09b fix js error in update service 2005-06-28 16:46:24 +00:00
mozilla.mano%sent.com
0545d3f114 Bug 294759 - port various contentAreaUtils fixes ('Save As', etc.) to the toolkit version. r=mconnor, a=bsmedberg. 2005-06-28 14:41:11 +00:00
cmp%mozilla.org
e353f7bdc2 Backing out bug 298670, attachment 187193 and changes to xptlink.pl since. 2005-06-28 11:07:48 +00:00
ben%bengoodger.com
82d50f4e1f Unify update download/checking error generation and reporting, more work on update history view, fix various polish bugs in downloading page, etc. 2005-06-28 03:27:42 +00:00
cmp%mozilla.org
05e88cace8 Build tarballs using the installer manifests. Patch by bsmedberg. Bug
298670, attachment 187193.  r/a=chase
2005-06-27 23:44:29 +00:00
ben%bengoodger.com
da1f163719 Fix update wizard UI not showing bug, also make sure there are no js errors on 'finish' page of update wizard 2005-06-27 17:50:38 +00:00
ben%bengoodger.com
57508d188f Add update history list UI 2005-06-27 01:18:10 +00:00
ben%bengoodger.com
6322c3c4a8 Finish update available page, better network error reporting. 2005-06-26 22:33:59 +00:00
masayuki%d-toybox.com
fd921f7cbd Bug 241282 When choosing an alternative location via "Browse...", the Installer "defaults" to ns_temp subfolder. patch by <jhenry@ccs.neu.edu> r+a=benjamin 2005-06-26 10:54:45 +00:00
ben%bengoodger.com
f2353345fb Start adding some nicer error messages 2005-06-24 23:52:42 +00:00
ben%bengoodger.com
efdb7c74c9 Make the updater properly clean up after previous failed attempts to update, improve logging so that modules can be properly turned on and off for easier debugging, implement automated testing mode 2005-06-24 22:50:39 +00:00
darin%meer.net
965082a6c1 Make sure that we don't leak any file descriptors in the updater, otherwise
Firefox will inherit those file descriptors, and it may leave firefox on
windows unable to remove / cleanup files created by the updater.
2005-06-24 22:11:03 +00:00
masayuki%d-toybox.com
f404c612b9 backing-out previous patch. Because patrocles faild to build. 2005-06-24 19:11:41 +00:00
ben%bengoodger.com
c60b60ba61 conditionally read prefs only to prevent js errors 2005-06-24 16:45:37 +00:00
ben%bengoodger.com
60146ef89b conditionally read prefs only to prevent js errors 2005-06-24 16:44:32 +00:00
masayuki%d-toybox.com
3acbae42ae Bug 241282 When choosing an alternative location via "Browse...", the Installer "defaults" to ns_temp subfolder patch by <jhenry@ccs.neu.edu> r+a=benjamin 2005-06-24 15:38:01 +00:00
ben%bengoodger.com
2998ae70b6 Fix logging to be done per Update Service component 2005-06-24 15:32:15 +00:00
darin%meer.net
d0bed5c733 Link updater.exe with /SUBSYSTEM:WINDOWS to avoid DOS console 2005-06-24 01:27:09 +00:00
darin%meer.net
db991725a9 Support update.manifest with DOS style line endings. 2005-06-24 00:36:33 +00:00
darin%meer.net
5af4da9ba6 Make the updater work when run from a path with spaces in it on Windows. 2005-06-23 23:49:57 +00:00
ben%bengoodger.com
6ae0729177 partial progress 2005-06-23 21:45:06 +00:00
doronr%us.ibm.com
b011da6386 Bug 298524 - Add init() method to richlistbox. r=robstrong,mconnor a=bsmedberg 2005-06-23 20:04:57 +00:00
timeless%mozdev.org
d1105a072d Bug 298530 Incorrect dtd reference in errors.xul,
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-23 18:20:13 +00:00
darin%meer.net
19c5249d72 Make ShowProgressUI return even when the updater UI is not active. 2005-06-23 05:03:26 +00:00
darin%meer.net
99b3b6aaf5 Launch Firefox from updater using NSTask instead of system to allow the
updater process to exit.  Otherwise, the user will see the updater icon
in the dock once Firefox launches.  This patch also moves the rest of
the systems away from 'system' to invoke Firefox.
2005-06-23 04:03:40 +00:00
ben%bengoodger.com
548f813992 fix bugs in the downloader panel 2005-06-23 01:52:35 +00:00
darin%meer.net
68b38a0055 We need to eliminate symlinks in the resulting application bundle since
FSCopyObject skips over symlinks, which would cause nsUpdateDriver.cpp
to fail to copy the complete updater bundle.
2005-06-22 20:52:53 +00:00
doronr%us.ibm.com
8941f37a65 Bug 298140 - Extension Manager regressions. patch by rob strong, r/a=bsmedberg 2005-06-22 20:29:45 +00:00
cls%seawood.org
fa9b3fbffb Use HOST_EXTRA_LIBS for linking HOST_PROGRAMS.
Do not define WinMain() for gcc builds.
Bug #298417 r=bsmedberg a=chofmann
2005-06-22 15:55:32 +00:00
joshmoz%gmail.com
92c165ef92 don't allow resizing of mac update window 2005-06-22 04:08:18 +00:00
darin%meer.net
1e46958622 Make the updater window a bit wider to accommodate localized text. 2005-06-22 01:48:54 +00:00
darin%meer.net
3d7e9a1a42 Make sure the updater UI is initially visible to the user. 2005-06-22 01:26:28 +00:00
darin%meer.net
9b0cd07584 Make ShowProgressUI return when QuitProgressUI is called instead of terminating
the updater process.
2005-06-22 01:06:41 +00:00
ben%bengoodger.com
b4932db5a2 Many update improvements: making background update work properly. User nagging after user opts to do something later. Rework timer manager so it's less retarded. etc. 2005-06-22 00:59:50 +00:00
joshmoz%gmail.com
279c6972d0 back out attempt to make ShowProgressUI return. it doesn't work right 2005-06-22 00:16:01 +00:00
joshmoz%gmail.com
21f31989b4 make ShowProgressUI return in Mac OS X updater 2005-06-21 23:52:26 +00:00
joshmoz%gmail.com
1e8c105ee5 add localization code to the mac updater UI. It won't work until the call to ReadStrings() can succeed, but the code for when that happens is all there. 2005-06-21 08:36:11 +00:00
ben%bengoodger.com
a7acafc4d3 Tidy up finished page some more 2005-06-21 02:04:47 +00:00
ben%bengoodger.com
a3adad8b4f work on improving 'updates found' page 2005-06-20 23:23:45 +00:00
ben%bengoodger.com
8ed12a9d8e Make sure we close input streams properly when reading the update files so we don't create lots of active-update.xml files, also use more exception handling to ensure streams are reliably closed. 2005-06-20 22:29:31 +00:00
ben%bengoodger.com
2558122a2a Make pause and resume work properly across UI sessions, allow the UI to be reopened and show current state of update download... 2005-06-20 20:56:25 +00:00
joshmoz%gmail.com
f09b4a0677 don't allow user to quit out of Mac OS X updater by any means until the patching job is finished 2005-06-20 19:10:19 +00:00
joshmoz%gmail.com
0dacaaecf8 make Mac OS X update UI work. 2005-06-20 18:33:36 +00:00
ben%bengoodger.com
9bd1c743ed work on finish page for wizard 2005-06-19 23:43:26 +00:00
ben%bengoodger.com
357ce4b4ef Make downloading page work nicely, remove update manager components for now 2005-06-19 22:42:25 +00:00
joshmoz%gmail.com
b99a072b0a fix bad pointer operator for gcc 4 - why did gcc 3.3 even accept that 2005-06-18 18:02:50 +00:00
joshmoz%gmail.com
36347e4da9 Make Mac OS X updater UI actually show up, and center it. The progress bar doesn't update still, but we're closer.l 2005-06-18 05:40:08 +00:00
darin%meer.net
84d4890b64 Generate dist/bin/updater.app 2005-06-18 01:25:35 +00:00
darin%meer.net
65ff9c2568 Adding application bundle for updater. Provided by Josh Aas. 2005-06-18 01:16:26 +00:00
darin%meer.net
ac3e0b9640 Landing part of the progress UI for OSX from Josh Aas and hooking it up to the build. 2005-06-18 00:59:37 +00:00
ben%bengoodger.com
0d5d836aaa make status notification prettier, part 1 of n 2005-06-17 22:55:58 +00:00
cls%seawood.org
bef743c3f8 Define _WIN32_IE for mingw builds. Fixing bustage.
Thanks to Sebastian Tusk <bugzilla.20.scyt@spamgourmet.com> for the patch.
Bug #297999 r=cls a=asa
2005-06-17 20:57:56 +00:00
ben%bengoodger.com
9229ea7731 getting update manager to work better 2005-06-17 19:14:35 +00:00
doronr%us.ibm.com
148f27f947 Bug 285584 - Make download & extension manager use accessible XBL widget. r=mconnor,a=bsmedberg 2005-06-17 18:11:02 +00:00
ben%bengoodger.com
2c2c0be0d0 encode + in update url 2005-06-17 01:23:00 +00:00
ben%bengoodger.com
9a801a6355 add 'no updates found' page. 2005-06-17 01:18:48 +00:00
darin%meer.net
f9aa9a5fab fixes bug 297609 "updater should keep going if a 'Remove' command cannot be completed because the target file does not exist" r=bsmedberg 2005-06-17 00:30:59 +00:00
doronr%us.ibm.com
2e373f4427 Bug 289076 - plugin finder URL should not be localizable. r/a=bsmedberg 2005-06-16 18:24:34 +00:00
gandalf%firefox.pl
6c3bda1208 Bug 297684: Non-localizable label in Updates wizard: "Finished"; p=stefan_h@hem.utfors.se,r=gandalf,a=bsmedberg 2005-06-16 12:53:43 +00:00
timeless%mozdev.org
e249f32343 Bug 293663 Unable to install themes or extensions manually
patch by rob_strong@exchangecode.com r=mconnor a=asa
2005-06-16 04:28:42 +00:00
timeless%mozdev.org
2f051908b5 Bug 294640 One bad RDF can block the whole FireFox Update mechanism
patch by rob_strong@exchangecode.com r=bsmedberg a=asa
2005-06-16 04:10:02 +00:00
timeless%mozdev.org
51eb8da79a Bug 292619 to-be-installed extension disappears from EM during incompatible update check
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-16 04:06:27 +00:00
timeless%mozdev.org
74936419a6 Bug 291792 "undefined" folder created because installDroppedInFiles doesn't check for return value of getIDForLocation
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-16 04:03:39 +00:00
ben%bengoodger.com
ed8394a54b make pause/resume work properly 2005-06-16 00:02:10 +00:00
ben%bengoodger.com
92c55b5616 show progress properly, begin to make pause/resume work 2005-06-15 23:17:53 +00:00
ben%bengoodger.com
b65206ff6c make the downloader work again! 2005-06-15 19:36:32 +00:00
ben%bengoodger.com
d1f1b3f791 fix some errors in update manager UI 2005-06-15 01:01:45 +00:00
ben%bengoodger.com
112fe89ad1 Add code to build UI from the update manager, track state and update name on nsIUpdate 2005-06-15 00:05:31 +00:00
darin%meer.net
780c7fb24b Factor updater.ini parsing out into a separate source module for use under OSX.
Cleanup GTK progress UI somewhat.
2005-06-14 23:09:52 +00:00
darin%meer.net
fded8f1054 Position UI elements in a slightly nicer way, r=sparky 2005-06-14 22:16:01 +00:00
db48x%yahoo.com
e475909d23 bug 296662: Javascript strict warnings in preferences dialog
patch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa
2005-06-14 10:19:34 +00:00
db48x%yahoo.com
a12a79eefd bug 290668: Update button in Extensions window should be disabled when list is empty
patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor, a=asa
2005-06-14 10:03:48 +00:00
darin%meer.net
a6550f8a40 Construct update URL using RegExps per suggestion from Ben.
Include "0" in baseURL per Chase.
2005-06-14 01:54:18 +00:00
ben%bengoodger.com
699f400458 improve update manager load/save of update items, make update/patch items implement serialize/deserialize from DOM nodes, change method/attribute names on interfaces slightly to properly use interCaps 2005-06-13 21:08:40 +00:00
ben%bengoodger.com
6925680170 More implementation of update manager - load and save update files. 2005-06-13 18:53:11 +00:00
mkaply%us.ibm.com
06f5b86744 #297386
r=bsmedberg, sr=darin, a=bsmedberg
Add OS/2 implementation of thread for updater and reorder some #ifdefs
2005-06-13 17:53:18 +00:00
mkaply%us.ibm.com
4f815036f8 OS/2 build bustage - default to unistd.h for non windows platforms 2005-06-13 17:19:43 +00:00
gandalf%firefox.pl
04f16491fc Bug 297118: Remove afxres.h dependency from new update code; p=bugzilla@mcsmurf.de,r=cls,sr=darin,a=asa 2005-06-11 20:14:01 +00:00
darin%meer.net
ff3b3e4cad Construct update URL using properties from nsIXULAppInfo and nsIXULRuntime. 2005-06-11 01:09:54 +00:00
ben%bengoodger.com
2633a4810b more update manager work 2005-06-11 00:04:52 +00:00
ben%bengoodger.com
32ddfe36a3 Implement load/save for the Update Manager 2005-06-10 23:58:10 +00:00
ben%bengoodger.com
b42ec02ba4 Add new Update Manager interface and service to track current and past updates 2005-06-10 23:37:38 +00:00
ben%bengoodger.com
9cc785354f Hook up 'View installed updates' button in preferences 2005-06-10 21:46:12 +00:00
ben%bengoodger.com
a2e6013f30 Add support for optional license to updates. This allows for updates to inform the user of license changes with included components and force them to agree before they can update the software. Also add a 'View installed updates' button to the preferences panel 2005-06-10 21:27:24 +00:00
timeless%mozdev.org
dfa4e12d4e Bug 296578 When upgrading from a 1.0 profile themes are not listed in the Theme Manager
patch by rob_strong-bugmail@exchangecode.com r=bsmedberg a=asa
2005-06-10 02:27:27 +00:00
ben%bengoodger.com
42e7ba37ba for testing 2005-06-10 00:17:10 +00:00
ben%bengoodger.com
415e1b3674 Add an 'errors' page to the update wizard to report verification errors. 2005-06-10 00:07:47 +00:00
darin%meer.net
5d8c5ebd1d This patch includes fixes for bug 297121 "many timer messages in javascript console",
and it also includes the following fixes:
 - make binaryToHex work for octets < 0x10
 - make selectUpdate return non-null
 - no need for "map" variable in _verifyDownload
2005-06-09 22:15:49 +00:00
doronr%us.ibm.com
040304a07c Bug 295407 - Finish button doesn't dismiss PFS dialog (manual installs). r=mconnor,a=asa 2005-06-09 14:57:25 +00:00
ben%bengoodger.com
a6176302e6 fall back to downloading a complete download package if the verification of the patch fails 2005-06-09 01:06:45 +00:00
darin%meer.net
79965b9cac fixing VS8 Beta2 build bustage, bug 292021 2005-06-09 00:16:38 +00:00
ben%bengoodger.com
a86bfc6930 add support for restarting downloads at different priority levels (background vs. foreground), separate out update and extensions jar manifests for faster development turnaround 2005-06-08 22:39:45 +00:00
darin%meer.net
7e80080b48 Verify downloads leveraging nsICryptoHash. 2005-06-08 22:15:17 +00:00
ben%bengoodger.com
8c9acf2311 Fix the |selectUpdate| function on the update service to correctly return the best available update from a set of available updates 2005-06-08 21:13:43 +00:00
ben%bengoodger.com
31733b51b3 make getPref helper function return default values consistently, and ensure background checking does not commence until after a profile has been selected so that the user's settings are honored. 2005-06-08 20:48:25 +00:00
darin%meer.net
b1e47d43a3 Landing patch for bug 292021 "Software Update self-contained executable" r+a=bsmedberg 2005-06-08 18:04:25 +00:00
timeless%mozdev.org
e6c51929eb Bug 296643 Uninstalling themes in Safe Mode kills extensions
patch by moz_bugzilla@exchangecode.com r=bsmedberg a=asa
2005-06-08 00:44:13 +00:00
timeless%mozdev.org
fc863b1ab6 Bug 267906 Disabled extensions with a externally raised maxVersion claim to be incompatible
patch by moz_bugzilla@exchangecode.com r=bsmedberg a=asa
2005-06-08 00:41:56 +00:00
ben%bengoodger.com
134b94df1a Implement new timer manager for handling of update interval timers for the update service and the extension manager 2005-06-08 00:21:30 +00:00
timeless%mozdev.org
48e369ae75 Bug 255619 Ability to restrict to compatible operating systems
introduce <em:targetPlatform> nodes to install.rdf
patch by jens.b@web.de r=bsmedberg a=asa
2005-06-07 22:20:34 +00:00
ben%bengoodger.com
61ce467112 disable logging again by default 2005-06-07 01:32:22 +00:00
ben%bengoodger.com
b0cad0753d make updates UI work again after API changes 2005-06-07 01:32:07 +00:00
ben%bengoodger.com
ac57e65f73 unify selection between background update and foreground update, move nsIUpdateItem to Extension Manager 2005-06-07 00:43:00 +00:00
ben%bengoodger.com
a1a115ee47 Make update selection a little better 2005-06-07 00:26:55 +00:00
ben%bengoodger.com
523fc426a6 disable logging to console by default 2005-06-06 22:49:26 +00:00
ben%bengoodger.com
f0897b87c8 296868 - Land Software Update Service on the trunk. Part of ongoing 1.1 feature work. Contains work by Darin Fisher and myself. This feature does not function yet but should not be intrusive. Includes first phase of 296566 - move extension update into the Extension Manager (r=darin) 2005-06-06 21:07:13 +00:00
gandalf%firefox.pl
7740036dd3 Bug 295855: Abandoned default theme dir in the profile's extensions dir sets the default theme to disabled when upgrading to Deer Park; p=moz_bugzilla@exchangecode.com, r=bsmedberg, a=shaver 2005-06-03 00:48:27 +00:00
gandalf%firefox.pl
8ef9ab405b Bug 284515: Viewing the options of an extension that has just been enabled makes extension manager unusable; p=moz_bugzilla@exchangecode.com, r+a=bsmedberg 2005-06-03 00:44:51 +00:00
bsmedberg%covad.net
ceb595e7c9 Bug 295013 - installing the same theme a second time, or uninstalling a theme you just installed fails - patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=shaver 2005-06-02 14:37:50 +00:00
mozilla.mano%sent.com
bb505449ab Bug 295237 - PrefWindowVs opened from Extension Manager lack pane switcher (toolbar); also, don't open extension options window as a modal window if the instantApply pref is on. r=mconnor a=chofmann 2005-06-02 12:18:01 +00:00
masayuki%d-toybox.com
1563c088c4 Bug 295187 Sometimes, the installer creates "[random]uninstall" folder(e.g., created "!uninstall" by Firefox on WinXP) r=benjamin, a=shaver 2005-06-02 01:29:08 +00:00
cls%seawood.org
8312fa228c Add support for using msys perl
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
2005-06-01 14:20:35 +00:00
timeless%mozdev.org
c82717ed9a Bug 231048 download manager poorly renames existing files by incrementing number suffix
patch by ted.mielczarek@gmail.com r=mconnor a=shaver
2005-06-01 13:07:33 +00:00
bsmedberg%covad.net
2e75f4b46d Bug 296187 - Typo prevents version updating during install, patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=shaver 2005-06-01 12:51:40 +00:00
bsmedberg%covad.net
5a72d70b11 Bug 295494 - Add support for extension chrome.manifest to make-jars r=darin a=shaver 2005-06-01 11:59:09 +00:00
bsmedberg%covad.net
16b9f82412 Bug 276006 - modified signed extensions appear to install (but don't) - patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=chofmann for checkin to closed tree 2005-05-31 18:10:31 +00:00
bsmedberg%covad.net
7924b69db1 Bug 295847 - "aSubject has no properties" during software update - patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=chofmann for checkin to closed tree. 2005-05-31 17:23:21 +00:00
bsmedberg%covad.net
d72368a933 Bug 293419 - When upgrading from 1.0.x to trunk, extensions that are compatible based only on update.rdf information do not appear patch by Robert Strong <moz_bugzilla@exchangecode.com> r=me a=chofmann for checkin to closed tree. 2005-05-31 17:20:35 +00:00
bzbarsky%mit.edu
44a522e949 Fix leak in extension manager UI. Bug 295535, r+a=bsmedberg 2005-05-26 19:41:17 +00:00
db48x%yahoo.com
864630c0c0 bug 293583: When phone home occurs for more than one extension the update info is used from the first extension update info
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa
2005-05-23 00:40:03 +00:00
mconnor%steelgryphon.com
48c2321b4e bug 294399 - rebrand firefox for deer park, r=bsmedberg, a=brendan 2005-05-20 22:42:50 +00:00
bsmedberg%covad.net
9abe57c447 Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers 2005-05-20 12:58:57 +00:00
masayuki%d-toybox.com
0d3eb7baf5 Bug 294357 Firefox and Thunderbird load a lot of trash in the registry and don't clean it up again r=benjamin, a=asa 2005-05-19 16:34:27 +00:00
bsmedberg%covad.net
6d0e57cebb Bug 294150 - 50% Ts regression since bug 293461 - This is due to profiles created with -createProfile not having an "extensions" directory, and the provider never bothered to create one. r=darin a=shaver 2005-05-18 14:08:34 +00:00
darin%meer.net
a6fa9cea30 fixes bug 293548 "Provide windows registry install location for extensions" r=bsmedberg, sr+a=beng 2005-05-16 23:48:20 +00:00
mozilla.mano%sent.com
f53c2c5359 Bug 259479 - Inconsistent tooltip labels in EM. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=shaver. 2005-05-16 12:44:21 +00:00
bzbarsky%mit.edu
1df45ae2f8 Fix the "move" commands in EM. Bug 251100, patch by Robert Strong
<moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa
2005-05-13 21:31:02 +00:00
bsmedberg%covad.net
ec03fbb04a Bug 293461 - Make safe mode a system option and make handling by the EM less fragile. Also fixes bug 275529 - allows app ID and extension ID to be a prettyname@vendor.tld instead of {GUID}. r=darin+robstrong a=asa 2005-05-12 13:23:30 +00:00
mozilla.mano%sent.com
e420cf488a Bug 285570 - add entity for changing the OCSP pref window width. r=mconnor, a=shaver 2005-05-11 02:43:30 +00:00
bsmedberg%covad.net
38bf42bcf3 Followup to mac packaging of bug 287262 - unset NEXT_ROOT when we're building with an SDK, so that hdiutil works properly (NPOTDB) 2005-05-09 15:38:30 +00:00
timeless%mozdev.org
9b2c26b119 Bug 285544 Safe Mode doesn't work
patch by moz_bugzilla@exchangecode.com r=bsmedberg a=asa
2005-05-08 18:10:44 +00:00
db48x%yahoo.com
962b47df12 bug 291946: Themes don't get installed.
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa
2005-05-07 00:13:14 +00:00
db48x%yahoo.com
a2d46e4bb9 bug 292362: Crash on restart with extension installed [@ CarbonCore.557.0.0]
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=mconner, a=asa
2005-05-06 21:37:27 +00:00
bsmedberg%covad.net
73c2f5127d Bug 287262 - build locales by starting with the en-US packages (mac bits) r=Chase (build/packaging bits only, a=Chase) 2005-05-05 12:38:27 +00:00
bryner%brianryner.com
93099cc868 Removing duplicate comment start that causes annoying gcc warnings. 2005-04-29 07:44:42 +00:00
doronr%us.ibm.com
b75e15688b Bug 291716 - Install missing plugins... button only works once. r=mconnor,a=mkaply 2005-04-28 19:16:43 +00:00
mconnor%steelgryphon.com
48fcadfc2c bug 291666 - installation of some extensions creates a file instead of a directory, patch by Robert Strong (moz_bugzilla@exchangecode.com), r=me, a=caillon 2005-04-28 14:41:36 +00:00
masayuki%d-toybox.com
4d849ff622 Bug 291909 The welcome page's static text 3 is small for ja-JP. r=bsmedberg, sr+a=dveditz 2005-04-28 05:43:22 +00:00
tor%cs.brown.edu
8bb563eaf3 Bug 292054 - don't name firefox svg packages differently. r+sr+a=chase 2005-04-28 00:58:53 +00:00
timeless%mozdev.org
1c1725f306 Bug 291981 Extension Manager incompatible version update is broken - fallout from bug 286034
patch by moz_bugzilla@exchangecode.com r=ben a=ben
2005-04-27 04:11:47 +00:00
ben%bengoodger.com
86d3db5b7b 291791 - removing install.rdf for user-managed item deletes entire directory
291726 (patch by anbo motohiko) - firefox reports updates available that have already been intsalled
291572 - em namespaces changed (patch by robert strong)
r=bsmedberg, a=asa
2005-04-26 21:22:50 +00:00
mconnor%steelgryphon.com
2d14362257 bug 291726 - ff reports extension updates available that are already installed, patch by Anbo Motohiko (amotohiko_mozillafirebird@yahoo.co.jp), r+a=ben 2005-04-26 17:08:38 +00:00
masayuki%d-toybox.com
90def570c1 Bug 291143 The heading text is rendered normal font (and the font should be set from install.it) r=bsmedberg, sr=dveditz, a=asa 2005-04-26 04:44:17 +00:00
ben%bengoodger.com
9d35a22086 Fix for various EM regressions caused by 286034: 291831 r=bsmedberg 291582 (patach by Anbo Motohiko <amotohiko_mozillafirebird@yahoo.co.jp> r=bsmedberg); 291673 (patch by Robert Strong <moz_bugzilla@exchangecode.com>) r=bsmedberg; 291675 (patch by bsmedberg, r=me); 291709 (thunderbird/sunbird startup patch by bsmedberg r=mvl) 2005-04-25 19:23:31 +00:00
ben%bengoodger.com
b9725a8b1a 286034 - allow extensions to be installed/uninstalled by simply adding/removing their directories... r=bsmedberg, sr=darin, a=brendan 2005-04-23 01:39:51 +00:00
bsmedberg%covad.net
62baa07994 Bug 287262 - Build locale packages by unpacking final en-US packages and repacking them with localized content r+a=Chase 2005-04-20 23:10:56 +00:00
timeless%mozdev.org
df08dccdc8 Bug 291064 Helper app dialog incomplete for non-nsStandardURL types
patch by gavin.sharp@gmail.com r=mconnor a=asa
2005-04-20 22:07:45 +00:00
doronr%us.ibm.com
5d2afefee0 Check in security fix for bug 289171 into trunk. r/a=dbaron, sr=jst 2005-04-19 15:09:46 +00:00
dbaron%dbaron.org
ba7012aded Check in bug 288556 for jst, r=darin, sr=brendan, a=drivers 2005-04-16 04:41:37 +00:00
cbiesinger%web.de
33e7cc8025 Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
bsmedberg%covad.net
4c7e830417 Bug 287262 - Move all localized installer strings into install.ini from config.ini r=dveditz a=asa 2005-04-15 14:49:51 +00:00
bsmedberg%covad.net
38b3fbcdb5 Removing old locale files that got moved to toolkit/locales a long time ago. NPOTB. 2005-04-15 14:02:32 +00:00
timeless%mozdev.org
74baeb2939 Bug 276378 [BeOS] Download-prefs / Downloadmanager returns path to Home as Desktop
patch by Niels.Reedijk@gmail.com r=bsmedberg a=asa
2005-04-12 15:55:49 +00:00
masayuki%d-toybox.com
7d986184f0 bug 266309 Windows localized installers don't honor CHARSET/FONTSIZE/FONTNAME for the main dialog r=bsmedberg, sr=dveditz, a=asa 2005-04-10 05:54:35 +00:00
cbiesinger%web.de
f0b358248f 228968 r=bz sr=darin
- add a new nsIWebProgressListener2 interface, inheriting from
  nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
  progressListener attribute
- make webbrowserpersist support listeners that implement
  nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
  nsIWebProgressListener2 interface

And fix up all implementations according to that.
2005-04-05 23:24:23 +00:00
bsmedberg%covad.net
004706278e Bug 289049 - ShowMessage called at wrong time p=Charles Fenwick <clf03f@garnet.acns.fsu.edu> r=me 2005-04-05 12:17:57 +00:00
mozilla.mano%sent.com
11024c684d Bug 265934 - Clicking 'Desktop' in Download Manager shows wrong folder. patch from O. Atsushi (Torisugari) <torisugari@gmail.com>, r=mconnor 2005-04-03 15:48:30 +00:00
timeless%mozdev.org
48fb659f9e Bug 283423 keyboard navigation fails in component selection dialog
patch by ajschult@verizon.net r=bryner sr=bz
2005-03-29 03:06:02 +00:00
steffen.wilberg%web.de
48b20f11b3 Bug 222157: move contentAreaUtils.js from browser to toolkit because it's needed by ViewSource-SaveAs and Thunderbird (which still uses the xpfe version of that file). r=mconnor, cvs move by chase 2005-03-24 08:49:46 +00:00
gandalf%firefox.pl
bab9cbf69e Bug 245829: update download manager title bar when number of active downloads changes; r=mconnor 2005-03-21 16:18:25 +00:00
gandalf%firefox.pl
529a3d9097 Bug 231361: download manager doesn't show downloaded filesize after 1MB if the filesize is "unknown"; p=bisi@pikslar.com, r=ben 2005-03-14 17:48:14 +00:00
bzbarsky%mit.edu
bfa5e9c161 Change more internal consumers to use application/xml instead of text/xml. Bug
247024, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-03-13 19:08:42 +00:00
cbiesinger%web.de
850f3954ab Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
r=bz sr=darin
2005-03-13 17:03:44 +00:00
dbaron%dbaron.org
0e563459d4 Add missing removeObserver call to fix leak. b=285910 r=mconnor 2005-03-13 05:23:16 +00:00
scott%scott-macgregor.org
7fb140ebbd Fix broken chrome url path for ocsp.dtd and ocsp.js 2005-03-11 03:57:57 +00:00
gandalf%firefox.pl
a3e8c2b87d bug 245829: Download manager progress and title do not update correctly, wrong number of files and percentage after finishing or cancelling a download; r=mconnor 2005-03-11 02:10:54 +00:00
scott%scott-macgregor.org
fb6cf9393d Bug #285158 --> Move shared pref UI files from mozilla\browser to mozilla\toolkit\mozapps so Firefox and Thunderbird can share the files together.
No actual coding or UI changes here.

sr=ben
2005-03-10 23:11:10 +00:00
bsmedberg%covad.net
e75d55a075 From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd 2005-03-10 18:44:11 +00:00
bsmedberg%covad.net
3219ac4125 Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2005-03-10 04:38:35 +00:00
bzbarsky%mit.edu
3dfdb1e62b Fix code that incorrectly constructs URIs. Bug 278773, patch by Gavin Sharp
<gavin.sharp@gmail.com>, r=darin
2005-03-10 03:52:49 +00:00
doronr%us.ibm.com
7f0bc16bc2 access bug 256243 - Unabled to remove downloads / navigate downloads dialog mouseless. r=ben 2005-03-09 23:30:21 +00:00
bsmedberg%covad.net
0dda0f7e78 Bug 277222 - Add current Firefox version to the "could not be installed" message, patch by Robert Strong with a couple tweaks from me, r=me 2005-03-09 21:26:07 +00:00
bzbarsky%mit.edu
b21ae8f2b4 Fix drag/drop of extensions and themes to extension manager to work. Bug
260068, patch by Rich Walsh <dragtext@e-vertise.com>, r=mconnor
2005-03-08 21:05:21 +00:00
timeless%mozdev.org
c6959d3135 Bug 270930 install script does not handle path with spaces
patch by ajschult@verizon.net r=bsmedberg sr=bryner
2005-03-08 06:39:41 +00:00
timeless%mozdev.org
669e05ccbc Bug 280740 Installer crashes in choose install components dialog
patch by sunil@atc.tcs.co.in r=bryner
2005-03-08 06:39:38 +00:00
roc+%cs.cmu.edu
f1864a6023 Bug 241245. Use 'Desk' as a cross-platform way to get to the Desktop directory, now that it's supported on all platforms. Also, clean up the JS to always use 'Downloads' as the key to get the Downloads directory in getSpecialFolderKey. r=mconnor 2005-03-06 21:24:35 +00:00
bzbarsky%mit.edu
3f0302a0d5 Update extension metadata when upgrading an extension. Bug 269259, patch by
Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg
2005-03-05 03:47:45 +00:00
marco%gnome.org
982b1ea88d 233461 specify icons for dialogs button
Hook up gnome icons in gnomestripe
r=mconnor
2005-03-02 10:53:06 +00:00
bsmedberg%covad.net
ea300e58e1 Bug 283352 - Make new flat chrome manifests usable by extensions. r=shaver I will post docs about this somewhere under http://www.mozilla.org/projects/firefox/extensions/ 2005-03-01 14:46:45 +00:00
bsmedberg%covad.net
361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
doronr%us.ibm.com
715da7db19 Bug 283276 - Plugin finder service freezes when attempting to install plugins and not accepting first license. r=mkaply 2005-02-25 16:18:11 +00:00
bsmedberg%covad.net
e452ab3a7b Bug 283365 - tbird nightly ZIP/tar builds broken, because they packaged a bad app-chrome.manifest r=swalker 2005-02-23 21:46:11 +00:00
doronr%us.ibm.com
278a724666 Bug 283277, r=mkaply 2005-02-23 18:19:44 +00:00
bsmedberg%covad.net
473534a724 Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben 2005-02-22 21:49:45 +00:00
mconnor%myrealbox.com
43a1e1eb0a fix bug 280603 and bug 282752, based on initial patch by mook.moz@gmail.com, thanks to Neil for the Date.now() info 2005-02-22 19:31:58 +00:00
doronr%us.ibm.com
2423b6a102 Bug 282721 - plugin finder next button active during installation if no licences were shown. r=mconnor 2005-02-21 22:47:07 +00:00
ben%bengoodger.com
5a79023d0a 282872 - downloads dialog OK must be clicked twice to start download 2005-02-20 21:51:30 +00:00
bsmedberg%covad.net
e82e4540da Backout bug 278534 due to tinderbox orange. 2005-02-20 01:47:13 +00:00
ben%bengoodger.com
75b55b15cf 260560 - download and security dialogs can be "spoofed" by opening an identically sized dialog over the top of them that only shows the OK/Accept buttons. Disable the accept buttons when the window is blurred. r=dveditz, a=drivers 2005-02-19 21:03:00 +00:00
bsmedberg%covad.net
3d5d14bc57 Bug 278534 - Make a plaintext chrome registration file format to replace contents.rdf r/sr=darin+dveditz+ben 2005-02-19 15:35:36 +00:00
bzbarsky%mit.edu
c0a59befc5 Convert internal users of -moz-opacity to just use opacity. Bug 281907, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-18 16:33:02 +00:00
dveditz%cruzio.com
e031020299 bug 275417 crop on the left to prevent spoofing file extension and source. r=ben 2005-02-18 12:12:19 +00:00
bugzilla%arlen.demon.co.uk
4d7101c4fc Bug 277607 useless expression in nsUpdateService.js
p=gavin.sharp@gmail.com r=mconnor
2005-02-17 00:21:19 +00:00
dveditz%cruzio.com
4280841edf bug 233625 skip uninstall offer to nuke directory, only uninstall files we explicitly installed r=mconnor,a=asa 2005-02-12 00:05:12 +00:00
doronr%us.ibm.com
43d12e93d3 Bug 273978 - Plugin Finder dialog hangs with mime type including plus. r=mconnor 2005-02-08 16:00:19 +00:00
doronr%us.ibm.com
0e94a96071 Bug 269024 - make Plugin wizard's first title localizable. r=mconnor 2005-02-08 15:58:18 +00:00
doronr%us.ibm.com
e7b086e0e3 Bug 266525 - Plugin finder does not work when a page with plugin is opened in background tab. r/sr=jst 2005-02-07 16:20:16 +00:00
gerv%gerv.net
93180ced26 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
mconnor%myrealbox.com
98240eacca fix bug 280603, excessive hits from update service 2005-02-01 04:38:32 +00:00