Commit Graph

2501 Commits

Author SHA1 Message Date
aaronleventhal%moonset.net
d6040bc73b Bug 280153. Often no visible focus when tree or list gets focus. r+a=mconnor 2005-07-25 19:25:38 +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
aaronleventhal%moonset.net
f1c3e70e82 Bug 301776. Really difficult to see focus on unselected tree or list items (1px light beige border on white background). r=mconnor, a=mconnor 2005-07-25 18:32:15 +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
masayuki%d-toybox.com
d03ab2a7fd Bug 296720 Can't get to links using FastFind (Ctrl+F) r+a=mconnor 2005-07-25 17:46:00 +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
aaronleventhal%moonset.net
806c0089c9 Bug 297421. Open link in new tab causes focus rects to remain when switching tabs. Focus going to tab label when clicking on new tab, should only do so on second click. r=mconnor, a=mconnor 2005-07-25 16:13:50 +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
gavin%gavinsharp.com
6e600fffd2 Bug 191642 : Lots of missing keyboard accelerators in Options window, patch by Bryan <BoxerBoi76@hotmail.com> and me, r+a=mconnor 2005-07-25 04:42:13 +00:00
aaronleventhal%moonset.net
e6fb8d8c0f Bug 300780. Fix initial focus in richlistbox. r=mconnor, a=mconnor 2005-07-25 03:41:46 +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
gavin%gavinsharp.com
4f32feca88 Bug 301837 : NaN appears when entering a letter and/or symbol in the history "days" box, patch by Aaron Keier <tonglebeak@gmail.com>, r+a=mconnor 2005-07-24 05:13:34 +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
bsmedberg%covad.net
7191542d83 Bug 301385 - command line flag for help (-h) doesn't work, and static EnumHelp unused, r=darin a=shaver 2005-07-22 20:05:41 +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
aaronleventhal%moonset.net
3034ce80f7 Bug 300779. Allow multiple selection using keyboard in treeviews that use seltype multiple. r+sr=neil, a=bsmedberg 2005-07-21 19:24:41 +00:00
bsmedberg%covad.net
9b3c33e69c Try to fix windows bustage by using #define instead of static const, from bug 296561. 2005-07-21 15:01:35 +00:00
bsmedberg%covad.net
5fba1c6aea Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa 2005-07-21 13:33:43 +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
aaronleventhal%moonset.net
9d39f4bd85 bug 287739. New way of doing mnemnonics on message bar buttons that doesn't break extensions. Patch by Giorgio Maone. r=mconnor, a=bsmedberg 2005-07-20 19:47:09 +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
aaronleventhal%moonset.net
f3ae3ea672 Bug 301436. Start using official DHTML a11y namespaces. r+sr=jst, a=asa 2005-07-20 19:34:55 +00:00
masayuki%d-toybox.com
15165f0770 Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor 2005-07-20 08:40:13 +00:00
aaronleventhal%moonset.net
3852830c73 Bug 301318. Fix initial focus in help and remove unnecessary throbber code. r=mconnor, a=mconnor 2005-07-20 03:55:24 +00:00
mozilla.mano%sent.com
e8ee5dabe0 Bug 278377 - add 'window' and 'help' menus to View Source windows. r=mconnor, a=bsmedberg. 2005-07-20 00:00:55 +00:00
mnyromyr%tprac.de
57acec65cf Bug 285288: Arrow overlaps "To:, Cc: Bcc:" - p=Henrik Skupin <hskupin@gmail.com>, r/a=bsmedberg 2005-07-19 21:33:50 +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
neil%parkwaycc.co.uk
6945b22f8d Bug 147058 regressed bug 126726 b=299555 p=martijn wargers r+sr=me a=bsmedberg 2005-07-19 20:43:24 +00:00
gavin%gavinsharp.com
fcb25dd678 Bug 300963: about:config allows creation of prefs with no name, r+sr=Neil, a=bsmedberg 2005-07-19 20:37:26 +00:00
mozilla.mano%sent.com
300b48e042 Bug 286197 - preferences should not close upon hitting enter on Mac OS X. r+a=mconnor. 2005-07-19 18:13:50 +00:00
webmail%kmgerich.com
3a9360bc5b Revised warning icons for Winstripe, bug #301183, a=mconnor 2005-07-19 11:32:09 +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
bmlk%gmx.de
d2f3fc20c1 use screen rather than frame cooridnates for autoscroll, bug=223542 p=Tuukka Tolvanen r=mconnor a=asa 2005-07-17 13:43:14 +00:00
bzbarsky%mit.edu
9aa3066a02 More uses of EmptyC?String(). Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky, a=bsmedberg
2005-07-15 21:41:47 +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
75caa102e3 Bug 300442 - Extensions fail to install since landing of patch for Bug 298524. patch from Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg. 2005-07-15 10:03:52 +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
mozilla.mano%sent.com
bf547497d9 Bug 299480 - neterror.xhtml startup document isn't RTL in RTL locales. r+a=bsmedberg, sr+bzbarksky 2005-07-14 22:52:11 +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
aaronleventhal%moonset.net
ec03b5002b Bug 280065. Make XUL links accessible. Patch by Peter Parente. r=aaronlev, r=mconnor, sr=neil, a=asa 2005-07-14 15:12:12 +00:00
rbs%maths.uq.edu.au
9399f742e7 Give the View Selection Source window a proper name, b=236465, r=mconnor, a=asa 2005-07-13 21:32:48 +00:00
mozilla.mano%sent.com
f83ecb998c Bug 300127 - gnomestripe menulist.css not packaged: duplicate menulist dropmarkers. patch from Tuukka Tolvanen <tuukka.tolvanen@gmail.com>, r=mconnor, a=asa. 2005-07-13 19:04:55 +00:00
mozilla.mano%sent.com
c7c3a403a2 Bug 299710 - Back / Forward buttons (in the help viewer) shoudn't have a pressed state when they're disabled. r=mconnor, a=bsmedberg. 2005-07-13 18:19:53 +00:00
aaronleventhal%moonset.net
196f8df714 Bug 287739. All message bar buttons need mnemonics otherwise they are very difficult to discover and activate for screen reader users. Patch thanks to Peter Parente (parente@cs.unc.edu). r=mconnor, a=asa 2005-07-13 18:18:47 +00:00
neil%parkwaycc.co.uk
7e7eb54d25 Bug 300245 XUL listboxes don't mousewheel scroll correctly r+sr=roc a=asa 2005-07-13 16:58:04 +00:00
masayuki%d-toybox.com
345675f071 Bug 298658 When Enter key is pressed in FAYT mode, we should close find toolbar r=bryner, a=mconnor 2005-07-13 16:27:27 +00:00
leon.sha%sun.com
4aca0aa39e Bug 297752, Thunderbird -version core dump.
Patch by leon.sha@sun.com.
darin: review+
asa: approval-aviary1.1a2+
2005-07-11 04:04:20 +00:00
steffen.wilberg%web.de
fda4bfd03f Bug 299974: adjust Help docs to the new Help Viewer. r=jeff, a=asa 2005-07-09 07:03:53 +00:00
mconnor%steelgryphon.com
704ab15c4b bug 300039 - crash in download manager, r=bsmedberg, a=chase 2005-07-08 19:11:56 +00:00
cst%andrew.cmu.edu
854a7e6f6a Bug 263532 "Remember logon" dialog box should have "No" as default
(Firefox version of bug 121443)
Patch by ajschult, r=bryner, a=asa
2005-07-08 01:22:05 +00:00
mkaply%us.ibm.com
08241a8228 BeOS build bustage - 224305 2005-07-07 20:40:02 +00:00
mozilla.mano%sent.com
f185878e84 Bug 296275 - forward button history throws error. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa. 2005-07-07 19:30:09 +00:00
mconnor%steelgryphon.com
5bf0bb3078 bug 251625 - take two, r+a=bsmedberg 2005-07-07 17:45:47 +00:00
mconnor%steelgryphon.com
15bc82525e bug 295817 - Rework help viewer UI, r=vlad, a=asa 2005-07-07 17:39:59 +00:00
mozilla.mano%sent.com
f8a096d3fc Bug 243893 - Open in Tab is unusable when toolbars are not present. r=mconnor, a=asa 2005-07-07 15:52:50 +00:00
mozilla.mano%sent.com
20c3ae1439 Bug 224002 - double clicking tab close button creates new tab. r=mconnor, a=asa. 2005-07-07 15:44:17 +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
cbiesinger%web.de
1d680b6014 more bustage fixing 2005-07-06 23:32:10 +00:00
cbiesinger%web.de
370febddd1 fixing firefox bustage 2005-07-06 23:22:27 +00:00
cbiesinger%web.de
69dc249cbd Bug 298842 make the temp file part of nsITransfer
r=mconnor sr=darin a=shaver
2005-07-06 23:12:22 +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
doronr%us.ibm.com
aa0a66ed50 Bug 299272 - make richlistbox standalone. r=mconnor a=bsmedberg 2005-07-05 21:07:09 +00:00
mozilla.mano%sent.com
9f351fd162 Bug 299580 - Cannot enter 8 or 9 into the history 'days' box. patch from Caleb <bugs.caleb@gmail.com>, r=mconnor, a=shaver. 2005-07-05 19:42:10 +00:00
mozilla.mano%sent.com
2df178da9b Bug 299706 - When a tab is focused, cmd+right/left-arrow drags it and goes back/forward. r=mconnor, a=chase. 2005-07-05 18:50:21 +00:00
mozilla.mano%sent.com
5afa15e23b Bug 297286 (Changing Color breaks 'Set as desktop background') - Fire colorpicker and preferences events in the right context object. r=mconnor, a=asa 2005-07-05 05:17:59 +00:00
mozilla.mano%sent.com
0b02adc796 Bug 299396 - FAYT doesn't work in non-browser windows (help, view source). r=mconnor, a=cbread 2005-07-01 21:50:16 +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
mozilla.mano%sent.com
2447366cca Bug 286182 - When instant-apply is on, textfield-widget prefs values aren't being saved during input. r=mconnor, a=mkaply 2005-07-01 00:46:28 +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
timeless%mozdev.org
1184451153 Bug 292913 Potential OOM crash [@ LoadDirsIntoArray]
patch by b.jacques@planet.nl r=darin a=bsmedberg
2005-06-30 20:46:59 +00:00
bsmedberg%covad.net
d63a7e67dc Bug 299193 - update.css was not added to pinstripe, regression from bug 296566, patch by robstrong r+a=me 2005-06-30 20:37:03 +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
f50cef80cd Bug 299196 - extensions.css not updated in pinstripe from bug 285584 - patch by Rob Strong, r+a=bsmedberg 2005-06-30 13:12:52 +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
mozilla.mano%sent.com
c2bcfea585 Bug 230401 - Focus not in address bar after opening new Tab by DoubleClick. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor/bsmedberg, a=bsmedberg. 2005-06-29 17:19:28 +00:00
mozilla.mano%sent.com
5a2baeff85 Bug 221824 - Winstripe should be rtl compatible, preferences.css padding fixes. patch from Reuven Gonen <linxspider@gmail.com>, r=me, a=bsmedberg. 2005-06-29 15:32:18 +00:00
mozilla.mano%sent.com
660f99eeba Bug 221824 - Winstripe should be rtl compatible, global.css padding fixes. r=me a=bsmedberg. 2005-06-29 15:28:02 +00:00
mozilla.mano%sent.com
e237b71662 Relanding Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg. 2005-06-29 14:20:57 +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
16fd4d30ca Bug 298704 richlistbox should call ensureElementIsVisible and not scrollToElement in selectedItem
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-28 21:30:56 +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
40e77ee857 Backing out bug 298894 2005-06-28 15:42:22 +00:00
mozilla.mano%sent.com
845185e364 Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg. 2005-06-28 14:59:43 +00:00
mozilla.mano%sent.com
5fa17ea7a5 Bug 275519 - [Mac] Support Command+Option+Arrows for tab switching. r=mconnor, a=bsmedberg. 2005-06-28 14:53:24 +00:00
mozilla.mano%sent.com
1c6a79fdd0 Bug 298799 - [Mac] Browser tab titles move and flicker when changing tabs. r=mconnor, a=bsmedberg. 2005-06-28 14:44:32 +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
mkaply%us.ibm.com
8656263be5 OS/2 build bustage 2005-06-28 04:32: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
bryner%brianryner.com
24d553c3fe Fix typeahead find when fastback is turned on by checking that the pres shell is attached to a window before using it. Clean up some warnings as well. Bug 298622, r+sr=dbaron, a=chase. 2005-06-28 01:02:03 +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
scott%scott-macgregor.org
8c4d4ea1d5 Bug #298949 --> Thunderbird's Extension Manager Dialog is DOA
Fix the regression caused by Bug #285584
2005-06-27 21:55:33 +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
739f4f6901 Use XRE_GetBinaryPath to construct the argv[0] of the application to launch
after the updater completes.  This mimics what is done to restart Firefox.
2005-06-24 22:44:09 +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
doronr%us.ibm.com
eccd3fcc83 Bug 296127 - [Mac] Options button systematically disappears. Patch by rob strong, r=kevin a=bsmedberg 2005-06-24 22:11:02 +00:00
webmail%kmgerich.com
d45e228f5a Remove old printing CSS and images from Winstripe (bug #297992)
Add RTL chevron image to Winstripe (bug # 221824)
a=asa
2005-06-24 21:14:46 +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
masayuki%d-toybox.com
1f93ebdcd5 Bug 259454 IME input (e.g., Chinese, Japanese and Korean) cannot be performed in Find Toolbar when opened with "/" or "'" r=bryner, dbaron, sr=dbaron, a=benjamin 2005-06-24 04:25:43 +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
bsmedberg%covad.net
fab45591e2 Bug 297923 - Make the standalone glue work on mac, and write GRE-finding code which looks for our new XUL framework, and make our new XUL framework. r=jhpedemonte+darin a=chofmann 2005-06-23 16:55:52 +00:00
mkaply%us.ibm.com
2a5c4e7b2c #293404
r=mconnor, a=asa
Misspelling fix from devin - devin's first bug fix - nice job
2005-06-23 13:36:09 +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
2bff37b882 Remove commented out code. 2005-06-23 04:08:14 +00:00
darin%meer.net
1ac5f6abf8 fix win32 bustage 2005-06-23 04:06:17 +00:00
darin%meer.net
91e5d28f6c Pass callback parameters as separate arguments. 2005-06-23 04:04:36 +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
darin%meer.net
6a30b4829a Make nsUpdateDriver.cpp work on Mac OSX. 2005-06-22 20:51:27 +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
mozilla.mano%sent.com
5c48683e3e Bug 264562 - Disable FAYT on about:blank / about:config. patch from Michael Clackler <mikeclackler@hotmail.com> and Jaime Mitchell <bugzilla@jaimem.org.uk>, r=mconnor, a=asa. 2005-06-22 20:17:25 +00:00
db48x%yahoo.com
cb7a6636f9 bug 291375: toolkit: javascript strict warning in tabbrowser.xml - redeclaration of var reallyClose
patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=bsmedberg, a=bsmedberg
2005-06-22 19:07:36 +00:00
mconnor%steelgryphon.com
62da1d290d bug 251625 - .part files not removed when cancelling download. r=bsmedberg, a=chofmann 2005-06-22 17:12:14 +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
aaronleventhal%moonset.net
0e192b3393 Bug 281538. Fix new richlistbox widget to expose itself to screen readers and other assistive technologies. r=mconner, a=mkaply 2005-06-21 20:13:56 +00:00
doronr%us.ibm.com
843af9a7d3 Bug 298186 - richlistbox - richlistitem's disabled property is not available except by using getAttribute. r=mconnor a=chofmann 2005-06-21 18:13:01 +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
darin%meer.net
c043681487 fixes bug 297862 "Provide an API to restart the application" r=bsmedberg a=asa 2005-06-20 23:18:00 +00:00
scott%scott-macgregor.org
4783dcc79e Add small throbber images to the qute theme. Required by the new update service 2005-06-20 22:39:30 +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
117dedb47d Change wording on background download prompt dialog 2005-06-20 21:26:13 +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
steffen.wilberg%web.de
3e2958db51 Bug 260054: fix nasty typo. r=mconnor, a=asa 2005-06-20 11:52:01 +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
bugzilla%arlen.demon.co.uk
87ad4cd4ce Bug 243902 about:plugins includes a link to netscape
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk a=asa
2005-06-19 19:48:21 +00:00
cbiesinger%web.de
05459f44fc bug 289695 use the right free function
patch by Itay Perl <itay.perl@gmail.com> r=bsmedberg a=bsmedberg
2005-06-19 18:09:51 +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
mozilla.mano%sent.com
7bc2e3a929 Bug 284776 - Need support in dialog.xml for setting a default button. r=mconnor a=asa. 2005-06-18 10:21:49 +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
darin%meer.net
b99c0dd888 fixes bug 298046 "XRE_PROFILE_TEMP_PATH should be XRE_PROFILE_LOCAL_PATH" r+a=bsmedberg 2005-06-17 21:03:53 +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
bsmedberg%covad.net
d2edde688d Bug 297570 - Crash in nsMenuFrame when the menu is display: none (seen in "GM" extension), regression from bug 295711 - use visibility: collapse as a workaround for the time being r=mconnor sr=bz 2005-06-17 13:44:07 +00:00
gandalf%firefox.pl
429b6a0f82 Bug 294609: Restore Ctrl+Enter to highlight for the Find Bar; p=gavin.sharp@gmail.com, r=mconnor, a=asa 2005-06-17 04:40:02 +00:00
webmail%kmgerich.com
f857157337 Bug 294479: Add portrait and landscape icons to Winstripe print setup dialog 2005-06-17 02:59:26 +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
steffen.wilberg%web.de
683087b90f Bug 260054: add context sensitive Help to the preferences dialog. r=mconnor, a=asa 2005-06-16 22:16:26 +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
peterv%propagandism.org
555cc2a1f9 Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa. 2005-06-16 12:58:13 +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
bryner%brianryner.com
e4a343f08f Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver. 2005-06-15 23:52:46 +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
joshmoz%gmail.com
5f890490c2 gcc 4 fixes for Mac OS X. part 2 of landing (last part). Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron 2005-06-15 03:52:48 +00:00
ben%bengoodger.com
d1f1b3f791 fix some errors in update manager UI 2005-06-15 01:01:45 +00:00
jwalden%mit.edu
00acb3a546 Bug 297577 - Update search sentence in welcome.xhtml (searches are automatic now, not Enter-activated). p=stefan_h@hem.utfors.se, r=me, a=asa 2005-06-15 00:11:44 +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
f07970c3be bug 292592: Remove unused theme pictures (icon32.png, downloadOptions.png)
patch by Robert Parenton <rparenton@louisianaada.org>, r=kevin, a=shaver
2005-06-14 10:10:00 +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
db48x%yahoo.com
b0e8cdbebd bug 287792: View Source panel does not have 'Normal Text Size' option in 'View' menu
patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mconnor, a=asa
2005-06-14 09:49:37 +00:00
db48x%yahoo.com
0092617a45 bug 280584: Maybe this part of the autoscroll code could be optimized (mousemove event handler)?
patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor, a=asa
2005-06-14 09:47:24 +00:00
db48x%yahoo.com
9ad5d96c41 bug 263346: find toolbar deforms page with relative-height frames so click on link doesn't always work
patch by Michael Clacker, r=mconnor, a=asa
2005-06-14 09:39:51 +00:00
vladimir%pobox.com
e9d79a9a24 b=109672, site icon for iframe content is shown as proxy icon, patch from bugzilla.mozilla.org@chsc.dk, r=vladimir,a=asa 2005-06-14 08:04:09 +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
bsmedberg%covad.net
b67b1105d3 Use == not = for real. 2005-06-13 21:49:08 +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
bsmedberg%covad.net
be5473004c Re-landing bug 297315 nsCommandLine.cpp with a typo-fix if (rv = NS_ERROR_ABORT) becomes == 2005-06-13 21:07:18 +00:00
bsmedberg%covad.net
a18a6e3917 Trial backout of just nsCommandLine.cpp from bug 297315. 2005-06-13 19:54:52 +00:00
ben%bengoodger.com
6925680170 More implementation of update manager - load and save update files. 2005-06-13 18:53:11 +00:00
bsmedberg%covad.net
84a2c9fc02 Bug 297315 - sorts the XPCOM implementation of nsICategoryManager.enumerateCategory alphabetically r=darin a=asa 2005-06-13 18:39:19 +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
bsmedberg%covad.net
2e3c82ba6e Re-land bug 224305 part "windows" - Separate GRE (xulrunner) registration from the installer scripts, r=darin a=asa. The first patch accidentally contained some extraneous changes to the static component loader which are for a different bug. 2005-06-13 16:45:22 +00:00
mkaply%us.ibm.com
e7fbfb2925 OS/2 build bustage - exit() requires stdlib.h 2005-06-13 14:46:21 +00:00
bryner%brianryner.com
2e53931b53 Bug 78672, xpfe must not print to console in opt builds. Patch by gautheri@noos.fr, r=mconnor, a=asa. 2005-06-12 18:27:04 +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
gandalf%firefox.pl
31f502d4a6 Bug 288823: Trace-malloc fails to compile on windows; p=bugzilla@mcsmurf.de,r+sr=dbaron,a=brendan 2005-06-11 12:52:23 +00:00
db48x%yahoo.com
01bbb234da bug 289695: nsFormHistory.cpp, nsAutoVoidArray should call PR_Free on matchingValues, and not delete it.
r=mconnor, a=asa
2005-06-11 07:33:05 +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
mozilla.mano%sent.com
56b9a141f4 Bug 294208 (FAYT shoudn't be blocked when a form button, checkbox or a radio element is focused) - replace element localname checks to instanceof checks. r=mconnor, sr=bzbarksy, a=asa. 2005-06-10 22:44:29 +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
bsmedberg%covad.net
04fadef34d Backout bug 224305 due to unexplained tbox orange (probably has something to do with static builds?) 2005-06-10 21:01:40 +00:00
bsmedberg%covad.net
cf7946b5b3 mac bustage from bug 224305 2005-06-10 19:54:35 +00:00
bsmedberg%covad.net
042168e3d4 More platform-specific bustage from bug 224305 2005-06-10 19:52:45 +00:00
bsmedberg%covad.net
f290a07e0f Bug 224305 part "windows" - Separate GRE (xulrunner) registration from the installer scripts, r=darin a=asa 2005-06-10 19:21:27 +00:00
bsmedberg%covad.net
b511ffd3df Bug 296426 - nsIXULRuntime should provide build config info, r=darin a=asa 2005-06-10 18:23:28 +00:00
scott%scott-macgregor.org
976c8ba53a Bug #269483 --> Thunderbird UI changes to support the new update service (which is not turned on yet)
add a toolbar button to the menubar for update notifications, add advanced pref UI to support the new settings, add a menu item under Help for Checking for Updates.
2005-06-10 18:09:21 +00:00
bsmedberg%covad.net
0ae29a13b8 Cleanup from bug 253742 - use named strings to eliminate temporaries in a loop, patch by Jens BannMann <jens.b@web.de> r=me a=asa 2005-06-10 13:13:53 +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
robert%accettura.com
e5be9bbeec Some polish to the reporter tool. No bug r+a=ben 2005-06-10 00:42:07 +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
bryner%brianryner.com
8ecd4478fd Don't force mork to create an XPCOM wrapper when querying link-visited state (bug 297144). r=mconnor, sr=bzbarsky, a=chofmann 2005-06-09 20:51:18 +00:00
neil%parkwaycc.co.uk
57c8b76648 Sync xpfe and toolkit's textbox.xml p=gautheri@noos.fr r=mconnor sr=me a=asa 2005-06-09 20:30:34 +00:00
timeless%mozdev.org
d884d8eec9 Bug 285513 Selected options pane fails to persist if the last selected pane no longer exists
patch by dave.townsend@blueprintit.co.uk r=mconnor a=shaver
2005-06-09 20:02:16 +00:00
mvl%exedo.nl
17005177f4 Bug 293472 Remove unused images from classic.jar in Firefox and Thunderbird.
p=sipaq <bugzilla@babylonsounds.com>, r=mconnor, a=asa
2005-06-09 15:18:21 +00:00
mozilla.mano%sent.com
6505570a1c Bug 294208 - FAYT shoudn't be blocked when a form button, checkbox or a radio element is focused. r=mconnor, a=asa 2005-06-09 15:00:19 +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
timeless%mozdev.org
1ff3b005ab Bug 293755 "image" attribute on prefpane element doesn't work (typo)
patch by twanno@lycos.nl r=mconnor a=chofmann
2005-06-09 00:34: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
darin%meer.net
dcd9aa5bfe Landing patch for bug 292408 "Software update driver for nsAppRunner.cpp" r=bsmedberg a=chofmann 2005-06-08 17:40:38 +00:00
mconnor%steelgryphon.com
98bfb7243d bug 297005 - regression in dragging files to tab bar, r+a=bsmedberg 2005-06-08 14:20:03 +00:00
mozilla.mano%sent.com
153868bcb7 backing out bug 169826 (Port patch from bug 164006 to Firefox (wyciwyg: in tab titles)) as it caused bug 297037 / 297047 2005-06-08 14:09:29 +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
timeless%mozdev.org
a613622c05 Bug 253742 No way of installing platform specific XPCOM components (dll/so) based on user OS.
patch by jens.b@web.de r=bsmedberg a=asa
2005-06-07 22:10:56 +00:00
scott%scott-macgregor.org
af0391257d Bug #296940 --> Port Firefox update changes to Thunderbird to avoid an infinite loop on startup. 2005-06-07 21:45:14 +00:00
mozilla.mano%sent.com
bd7934086a Bug 169826 - Port patch from bug 164006 to Firefox (wyciwyg: in tab titles). patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa 2005-06-07 21:18:17 +00:00
bsmedberg%covad.net
8721f99271 Bug 295235 - remove remaining contents.rdf chrome registration from Firefox and Thunderbird, r=mconnor a=asa 2005-06-07 19:55:49 +00:00
bsmedberg%covad.net
dad12753a6 Bug 296430 part "firefox" - Use a firefox-specific dirprovider to provide the <extension>/searchplugins key, r=darin a=asa (at some point in the future I will move the remaining app-specific keys from nsXREDirProvider to nsMailDirectoryProvider) 2005-06-07 19:45:11 +00:00
mozilla.mano%sent.com
4837cd7e4e last part of 242831 - allow tabbing to buttons in the Pinstripe theme. r=mconnor a=asa 2005-06-07 19:28:42 +00:00
bsmedberg%covad.net
7a6f052236 Bug 291129 - Add console logging when startup appears to be unsuccessful, or when an envvar is set: r=darin a=asa 2005-06-07 19:28:23 +00:00
allan%beaufour.dk
31a4443835 fix libxul.so not being linked --with-system-nspr. Bug 296819, r+a=bsmedberg, patch by mozilla@rosenauer.org 2005-06-07 06:57:19 +00:00
mconnor%steelgryphon.com
8948c6b712 bug 295721 - improvements to tabbox to better match native focus/activation behaviour, r=vlad, a=shaver 2005-06-07 02:17:07 +00:00
mconnor%steelgryphon.com
86397cb20a bug 179656 - allow drag and drop reordering of tabs, patch originally based on miniT by dorando, r=vlad, a=shaver 2005-06-07 02:10:09 +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
timeless%mozdev.org
cb977fa5f8 Bug 291265 strict javascript warnings in findbar.js
patch by hskupin@gmail.com r=bsmedberg a=bsmedberg
2005-06-06 20:48:24 +00:00
timeless%mozdev.org
8e7b140067 Bug 293472 Remove unused images from classic.jar in Firefox and Thunderbird
Qute cleanup patch
patch by bugzilla@babylonsounds.com r=mscott a=shaver
2005-06-03 21:57:24 +00:00
bsmedberg%covad.net
03cf8f44ef Bug 295711 part 1 - hide menus (non-mac) that do not have a <menupopup> child r=mconnor a=shaver 2005-06-03 17:51:45 +00:00
timeless%mozdev.org
3fc95f8e53 Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=timeless rs=brendan a=chofmann
2005-06-03 10:26:28 +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
bsmedberg%covad.net
b8991eeabc Bug 295247 part 2, allow extensions to ship plugins DLLs - r=darin a=shaver 2005-06-02 13:33:07 +00:00
mozilla.mano%sent.com
a76f73121d Fix typo in my checin of bug 280590 (Pinstripe: Browser tabs should be focusable) 2005-06-02 12:34:42 +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
9daddb24c7 Bug 255941 Highlight colour / color does not contrast with document text or background / make highlighted text black on yellow r=mconnor, a=shaver patch by Michael Clackler <mikeclackler@hotmail.com> 2005-06-02 01:54:25 +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
bzbarsky%mit.edu
b382be9a27 Fix memory leak. Bug 296019, r=mconnor, a=shaver 2005-06-01 15:17:26 +00:00
bsmedberg%covad.net
b0f324c714 Bug 295235 part firefox-windows : remove remaining contents.rdf r=mconnor a=shaver 2005-06-01 14:58:05 +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
mozilla.mano%sent.com
25c780ae9b Bug 230693 - Add 'Reload' functionality to view-page-source window. patch from Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor, a=shaver 2005-06-01 13:55:39 +00:00
varga%nixcorp.com
aa157eaf6d Fix for bug 287461. Caret Browsing is hardbound to the F7 key and is unable to be overridden with javascript like F3, F5, etc.
r+sr=neil patch by Brian King <brian@mozdev.org>
2005-06-01 13:24:11 +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
mozilla.mano%sent.com
7762996de7 Bug 289422 - Erroneous javascript Focus() function will break close of findbar. patch from Mook <mook.moz@gmail.com>, r=mconnor, a=shaver 2005-06-01 12:35:09 +00:00
mozilla.mano%sent.com
ff85e0a3c1 Bug 221824 - gnomestripe should be RTL compatible. patch from Reuven Gonen <linxspider@gmail.com> r=bsmedberg a=shaver 2005-06-01 12:01:39 +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
mozilla.mano%sent.com
f43a58ead4 Bug 280590 - Pinstripe: Browser tabs should be focusable. r=mconnor a=shaver 2005-06-01 11:50:36 +00:00
aaronleventhal%moonset.net
14d70e51fb Bug 263853. Neither Alt+down nor F4 key are listing the URLs from the address bar. Patch by gavin.sharp@gmail.com, r=mconnor, a=shaver 2005-06-01 02:14:46 +00:00
bsmedberg%covad.net
d9e7208935 Bug 286299 - When upgrading, we need to allow *two* restarts instead of one: r=darin a=chofmann 2005-05-31 19:10:26 +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
bsmedberg%covad.net
80e3d98c54 Bug 294683 - xulrunner should use envvar to remember path to appdata file r=darin a=Asa 2005-05-26 19:51:19 +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
bzbarsky%mit.edu
5721a53440 Removing uneeded manual wrapper. More attempts at bug 294893, r+sr=jst, a=drivers 2005-05-25 15:20:28 +00:00
jwalden%mit.edu
3866cf4ba4 Bug 291866 - Make the "How to Use Help" doc non-browser-specific. This should make the "One toolkit/ To Rule Them All" people a tad bit happier. r=steffen, a=asa 2005-05-24 20:49:00 +00:00
mconnor%steelgryphon.com
9833e8799a bug 294524 - reload buttons don't work after sanitizing, patch by Teune van Steeg <twanno@lycos.nl>, r=me, a=asa 2005-05-24 05:42:44 +00:00
bzbarsky%mit.edu
c61f3f6d37 Fix assert on password dialog coming up. Bug 295290, r=mconnor, a=asa 2005-05-24 04:13:54 +00:00
bzbarsky%mit.edu
e1c1a583de Fix silly typo in fix for bug 295121. r=mconnor, a=brendan 2005-05-23 17:46:20 +00:00
mconnor%steelgryphon.com
563a40a15e bug 295121 - no securityUI in additional tabs, r=bz, a=asa 2005-05-23 17:03:06 +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
steffen.wilberg%web.de
3896fd6485 Bug 291608: Firefox ships 102 KB of unused EM images, image removal part. r=kevin, a=asa 2005-05-22 21:35:06 +00:00
steffen.wilberg%web.de
ddbb5284f1 Bug 291608: Firefox ships 102 KB of unused EM images. r=kevin, a=asa 2005-05-22 20:47:22 +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
jwalden%mit.edu
065000939d Fix typo in a checkin yesterday for bug 258650. 2005-05-20 21:46:39 +00:00
brendan%mozilla.org
6941a16b76 Fixes and cleanups required by the infrastructure patch for 281988, r+sr=bsmedberg+bz. 2005-05-20 17:41:10 +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
jwalden%mit.edu
c5b367829a Bug 258650 - Remove some unused files and the (useless) references to them from CSS. This is the image removal part, now that tinderboxen won't get horked. r=kmgerich, a=asa 2005-05-20 03:28:30 +00:00
brendan%mozilla.org
c5ad16e086 Big patch from jst and me to beef up and automate, configurably, XPCNativeWrapper (281988, r+sr=bz/shaver, a=drivers). 2005-05-20 03:12:22 +00:00
mconnor%steelgryphon.com
e8e57d18b4 Bug 294815 - Possible to create a <browser> with no securityUI by accident, r=bz, a=brendan 2005-05-20 02:09:09 +00:00
steffen.wilberg%web.de
d9827caa7b Bug 258997: Searching for a single character in help doesn't work, error: link has no properties. r=neil.parkwaycc.co.uk, a=asa 2005-05-19 19:45:13 +00:00
jwalden%mit.edu
3217b8dee4 Bug 258650 - Remove some unused files and the (useless) references to them from CSS. r=kmgerich, a=asa 2005-05-19 18:59:10 +00:00
jwalden%mit.edu
4b09438968 Bug 294232 - Actually do searches through defined search datasources. r=neil, a=asa 2005-05-19 18:29:28 +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
a4836e49ad fixes bug 292469 "Can't run XULRunner applications from a path with spaces in it" r=bsmedberg a=chofmann 2005-05-17 21:55:15 +00:00
mozilla.mano%sent.com
9383b9a69e Bug 294290 - Port patch from bug 225563 to toolkit (keyboard activation of <html:a> in an XUL page needs to prevent activation of the default OK button). patch from Gavin Sharp <gavin.sharp.gmail.com> r=neil, a=asa 2005-05-17 18:02:04 +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
jwalden%mit.edu
b17b3dc102 Bug 294121 - Make nc:platform a whitespace-separated list of values in content pack RDF (for both Seamonkey and toolkit help viewers). r/sr=neil, a=chofmann 2005-05-16 20:31:32 +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
darin%meer.net
32fd5e738d fixes bug 291882 "Make nsXREDirProvider handle unknown CSIDL_LOCAL_APPDATA" r=bsmedberg, a=asa 2005-05-15 17:33:14 +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
aaronleventhal%moonset.net
6a1a2c36c3 Bug 280159. Make find bar's highlight button keyboard shortcut an accesskey mnemonic so that it is discoverable for keyboard users, and so that it also works with find as you type. Ctrl+enter reverts back to its previous single meaning of open in new tab. r=mconnor, a=mkaply 2005-05-13 14:32:38 +00:00
dbaron%dbaron.org
8ca0c03467 Cleaner fix for bug 290036. b=290949 r=dveditz sr=darin a=asa 2005-05-12 18:20:07 +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
tor%cs.brown.edu
1a8f106a62 Bug 293265 - rename --enable-cairo to --enable-canvas. r=bsmedberg, a=asa 2005-05-11 23:49:52 +00:00
smontagu%smontagu.org
b1bca053ef Clarify how to localize font.language.group and intl.accept_languages. Bug 293738, r=Pike, a=mkaply (on IRC) 2005-05-11 13:53:15 +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
steffen.wilberg%web.de
31c4e4d0bc Bug 273200: Ctrl+W in Find bar breaks middle-clicking links, find toolbar, and back button. p=amotohiko_mozillafirebird@yahoo.co.jp, r=mconnor, a=shaver 2005-05-10 07:45:01 +00:00
bsmedberg%covad.net
e18c0f3cfa Bug 293161 - make -jsconsole flag work again r=darin a=shaver 2005-05-09 18:00:34 +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
bryner%brianryner.com
c230c4be03 Don't notify form submit observers if the form can't be submitted due to not having a link handler. Also, make sure all nsIFormSubmitObserver implementations protected against a null DOMWindow. Bug 292960, r+sr=bzbarsky, a=brendan. 2005-05-07 00:16:17 +00:00