Commit Graph

2189 Commits

Author SHA1 Message Date
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