bryner%brianryner.com
e65d2d2fe5
Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron.
2004-01-07 22:30:53 +00:00
cbiesinger%web.de
8906f64716
fix js error introduced by the checkin for bug 223908 (see that bug for this patch)
...
patch by durbacher@gmx.de (Andreas Kunz) r=neil@parkwaycc.co.uk sr=mscott
2004-01-07 22:21:51 +00:00
dbaron%dbaron.org
8f7979ca79
Fix leaks of mCurrentEventContent. A few other little pieces of cleanup. b=230270 r+sr=bryner
2004-01-07 22:18:37 +00:00
dbaron%dbaron.org
4bc6810bf9
Free remaining stack items in destructor to fix leaking pretty much everything. b=230264 r=caillon sr=bryner
2004-01-07 22:17:05 +00:00
mkaply%us.ibm.com
26454ef8ab
missed part of 224929
2004-01-07 22:07:23 +00:00
pinkerton%aol.net
5bd5e0ef9c
allow folders as well as groups to open as tabs in a new window (bug 228803)
2004-01-07 21:54:43 +00:00
bienvenu%nventure.com
981200d20b
fix 227657 mark msg read filter still leaves msg as new, r/sr=mscott
2004-01-07 21:35:22 +00:00
bienvenu%nventure.com
0718a525cb
fix 230325 pop3 mark msg as read filter doesn't work if there's also a move msg action, r/sr=mscott
2004-01-07 21:34:08 +00:00
cbiesinger%web.de
94dbdd84e4
bug 229785 also allow "Content-Disposition: name=foo" headers, in addition to filename=foo
...
r=bzbarsky sr=darin
2004-01-07 20:23:46 +00:00
bryner%brianryner.com
c4c17c6b6e
quiet a compiler warning. no bug.
2004-01-07 20:08:53 +00:00
alecf%flett.org
5cd7937058
fix for bug 209679 - remove reflow observer junk - r/sr=dbaron
2004-01-07 17:47:25 +00:00
timeless%mozdev.org
62e793dc46
ben%bengoodger.com Dec 3 2003 We no longer need any of
...
these files
r=bsmedberg
2004-01-07 16:51:09 +00:00
bzbarsky%mit.edu
628fa9e851
Forgot to address a review comment... Bug 223799.
2004-01-07 16:29:05 +00:00
bienvenu%nventure.com
79d0520a52
fix crash sorting large folders by subject, r=neil@parkwaycc, sr=mscott 230251
2004-01-07 16:08:48 +00:00
bienvenu%nventure.com
dffec7b226
fix problem with pop3 mail filters with move targets with @ or ! in their names, by backing out a url escaping fix, r/sr=mscott 229345
2004-01-07 16:04:00 +00:00
cbiesinger%web.de
5e47ff08bf
bug 226188: Reflect UI changes from bug 222940 in Help
...
patch by borggraefe@despammed.com (Stefan Borggraefe)
r=rlk@trfenv.com
2004-01-07 15:09:52 +00:00
cbiesinger%web.de
b5100e9cc4
bug 229913 Remove unused defaultengine.label from pref-search.dtd
...
patch by durbacher@gmx.de (Andreas Kunz)
neil.parkwaycc.co.uk: review+
alecf: superreview+
2004-01-07 14:59:36 +00:00
neil%parkwaycc.co.uk
1db120ad83
Bug 230194 Radio groups shouldn't include radio buttons in templates r=varga sr=alecf
2004-01-07 14:40:37 +00:00
pinkerton%aol.net
2c7585358a
fix licenses
2004-01-07 14:12:41 +00:00
bsmedberg%covad.net
d0f309943a
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
jshin%mailaps.org
026e966b62
bug 228176 : in the previous checkin, missed the reviewer comment about the name change (exclude -> skip)
2004-01-07 04:17:40 +00:00
jshin%mailaps.org
8ea11801c8
bug 228176 exclude control characters from unescaping URLs for the UI : r=darin, sr=jst
2004-01-07 03:57:20 +00:00
kestes%walrus.com
5abc73e899
close the standard file discriptors when daemonizing, one user complained that his code was waiting on these discriptors.
...
other internet resources also suggest this is a good idea in a daemon.
2004-01-07 02:20:24 +00:00
kestes%walrus.com
de2034894e
clear up some of the writing in this document based on user feed back.
2004-01-07 01:49:06 +00:00
kestes%walrus.com
fa816842cf
move some hardcoded returns into variables to make debugging easier. Fix error_parser from returning build name. Also
...
move some mailer information into this script.
2004-01-07 01:48:33 +00:00
kestes%walrus.com
78136c3c5b
fix some typos in the comments. Fix a missing ' which was preventing this
...
from compiling.
2004-01-07 01:47:09 +00:00
bsmedberg%covad.net
274ef7cd49
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
jim_nance%yahoo.com
ca5ee7f5e9
Fix Bug #229403 - Code cleanup of XFT Font Metrics classes
2004-01-07 00:30:18 +00:00
nelsonb%netscape.com
5d8bd61334
Fix crashes in NSS_CMSSignedData_GetDigestValue and
...
NSS_CMSContentInfo_GetContent that occur when a detached signature is not
accompanied by the data on which the signature was computed. Bug 229242.
Make NSS_CMSContentInfo_GetInnerContent and NSS_CMSMessage_GetContent
more easily debugged, by storing the results returned by function calls
in automatic variables before using them in subsequent calls/switches.
2004-01-07 00:09:17 +00:00
neil%parkwaycc.co.uk
c117496442
Code cleanup, patch by gautheri@noos.fr in bug 90906 r=bryner sr=blizzard
2004-01-06 23:24:47 +00:00
scott%scott-macgregor.org
a668f32654
Bug #230031 --> Incorrect highlighting in Tools->Options
...
Path by William Gianopoulos
2004-01-06 22:28:18 +00:00
bienvenu%nventure.com
53c8e4e1dd
fix 91937 patch by ch.ey@gmx.net, r=mscott, sr=bienvenu use author as hint for identity when editing message as new
2004-01-06 22:24:32 +00:00
scott%scott-macgregor.org
658965bb31
Bug #230230 --> More improvements to supporting multiple identities on the same account. If we don't find an exact
...
match on the email address for the identity, try to pick an identity that has the same domain as one of the entries
in the message being replied to. This will help the case where the message is from a mailing list within your company or
an organization with which you have one of your identities.
sr=bienvenu
2004-01-06 22:18:50 +00:00
scott%scott-macgregor.org
bf756c7bc6
Bug #227206 --> add support for autocompleting a set of comma delimted names in mail compose.
...
Part of the work to support pasting names from excel spreadsheets directly into the mail compose envelope and have them
get autocompleted.
sr=bienvenu
2004-01-06 22:14:09 +00:00
scott%scott-macgregor.org
546ed45ec7
Bug #227206 --> add support for autocompleting a set of comma delimted names in mail compose.
...
Part of the work to support names from excel spreadsheets directly into the mail compose envelope and have them
get autocompleted.
sr=bienvenu
2004-01-06 22:04:31 +00:00
mkaply%us.ibm.com
4edbb63c73
#229783
...
r=pedemonty, sr=blizzard (platform specific)
OS/2 only - Add warning dialog when trying to download to a write protected file - does NOT affect L10N
2004-01-06 22:00:47 +00:00
darin%meer.net
a519fe2fb1
removing reference to arm-linux-gcc in mozconfig and adding new mozconfig-arm for all the cross-compilation options
2004-01-06 21:51:03 +00:00
pinkerton%aol.net
57a5992d5e
remove traces of splash screen code and images. fix up some inconsistencies
...
in the MainMenu nib as well (bug 152464)
2004-01-06 21:47:24 +00:00
darin%meer.net
619719576f
updating minimo mozconfig to reflect latest build options
2004-01-06 21:40:17 +00:00
pinkerton%aol.net
3f537356c8
remove stray NSLog in search window code
2004-01-06 21:38:21 +00:00
pinkerton%aol.net
a33ccc1ec9
stop redrawing the entire search area every time the chrome redraws, now
...
only do it when it has focus (bug 213312)
2004-01-06 21:27:19 +00:00
bienvenu%nventure.com
f85d3c12c6
fix handling of out of memory case when base64 encoding ntlm tokens, follow-on for 200436, r=ch.ey@gmx.net, sr=mscott
2004-01-06 21:04:18 +00:00
bienvenu%nventure.com
babee736cf
fix pop capablity enum flags from last checkin for 200436, suggested by ch.ey, r/sr=me
2004-01-06 20:37:31 +00:00
scott%scott-macgregor.org
ab464e53ee
Add (currently unused) prefs for controlling mark as read in mail on a timer.
...
Part of Bug #75866
2004-01-06 20:30:07 +00:00
bienvenu%nventure.com
037edd098e
add Secure Password Authentication using SSPI NTLM auth support for SMTP and POP3, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott 200436
2004-01-06 20:28:26 +00:00
cbiesinger%web.de
93c8d69f67
fix warnings when userChrome.css/userContent.css can not be loaded, as that's not in any way critical.
...
r=bsmedberg r+sr=bzbarsky, no bug
2004-01-06 18:57:23 +00:00
bryner%brianryner.com
dea3432fc1
We don't need to realize our temporary widgets to obtain the system font for them. Just call gtk_widget_ensure_style instead. Bug 226781, r=blizzard, sr=dbaron.
2004-01-06 18:54:59 +00:00
darin%meer.net
029aa235ab
patch for bug 203761 "After 117026 is checked in, notification-icon and schedule-icon can be removed from themes" patch by alfredkayser@nl.ibm.com r=p_ch sr=bz
2004-01-06 18:42:54 +00:00
bzbarsky%mit.edu
6399275154
Better enforcement of XBL's containment rules and better error-reporting. Bug
...
223799, r=timeless, sr=bryner
2004-01-06 18:30:45 +00:00
bienvenu%nventure.com
9af38fd85d
fix pop3 messages filtered into open folder to have new status, r/sr=mscott 192039
2004-01-06 17:30:21 +00:00