Граф коммитов

125551 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 7534f925c9 Bug 230183 preprocessor.pl not executed correctly in /toolkit/mozapps/downloads/src on BeOS
Patch by thesuckiestemail@yahoo.se r=bryner
2004-01-08 16:51:17 +00:00
mostafah%oeone.com bd530f1fbc Fixed bug 229803: CSS Errors in calendar 2004-01-08 15:39:51 +00:00
webmail%kmgerich.com 8c5624c114 Tweaked throbber animation frame delay 2004-01-08 12:41:11 +00:00
neil%parkwaycc.co.uk b32f2a20ca Bug 126071 "Subject" label moves when collapsing header (classic theme) p=mbockelcamp@web.de r/sr=mscott 2004-01-08 12:17:18 +00:00
bryner%brianryner.com a8d1467e72 Trying to fix tinderbox orange -- preprocess brand.dtd[.in] ourselves because make-jars.pl seems to be losing the quotes on the version string. 2004-01-08 10:18:13 +00:00
bryner%brianryner.com a5dc70d686 Bug 224818 - centralize firebird version string and use it where appropriate 2004-01-08 07:23:49 +00:00
nelsonb%netscape.com 11aea91a5a Overload the error code SSL_ERROR_RX_RECORD_TOO_LONG to report SSL2
records that are too short.  Bugscape bug 54814
2004-01-08 06:52:00 +00:00
bzbarsky%mit.edu 31be2e0036 Make sure to not leave bogus namespaces on the stack. Bug 230236, r+sr=jst 2004-01-08 04:25:43 +00:00
bzbarsky%mit.edu b68940b3af Change logic for detecting whether two loads with the same URI (up to anchor)
are actually different to be smarter about dealing with postdata (both loads
may have postdata and may be the same or different depending on what that post
data is).  Bug 227554, r=adamlock, sr=darin
2004-01-08 04:23:22 +00:00
bzbarsky%mit.edu 1b20c441b4 History loads should never lead to creation of new session history entries.
Bug 227672, r=adamlock, sr=darin
2004-01-08 04:18:08 +00:00
bzbarsky%mit.edu 1795acd56f Add Content-Location header support. Bug 109553, r=jst, sr=darin 2004-01-08 04:04:16 +00:00
bzbarsky%mit.edu f8f335cb15 Work around misconfiguration in default Apache installs that makes it claim all
sorts of stuff as text/plain.  Bug 220807, r=biesi, sr=darin
2004-01-08 03:56:02 +00:00
bzbarsky%mit.edu ae77eda410 Make sure to not compute negative widths for blocks. Bug 230249, r+sr=dbaron 2004-01-08 03:38:25 +00:00
wchang0222%aol.com 7a1803e003 Bugzilla bug 222037: we need to adjust the address family field of
PRNetAddr on return from getpeername.  The patch is contributed by
Fredrik Holmqvist <thesuckiestemail@yahoo.se>.  r=wtc,darin.
2004-01-08 02:30:03 +00:00
jpierre%netscape.com ff24f13dc1 Rename PK11_PubDeriveExtended to PK11_PubDeriveWithKDF 2004-01-08 01:37:46 +00:00
dbaron%dbaron.org 07c8d2aef6 Fix backwards captions on print error dialogs (printing vs. print preview). b=230342 Patch from Isaac Hwak Han <isaachh@mailc.net>. r+sr=dbaron 2004-01-08 01:24:09 +00:00
wchang0222%aol.com c477412c15 Set NSS version to 3.9. 2004-01-08 01:04:56 +00:00
neil%parkwaycc.co.uk d144da07b2 Bug 203422 fix some warnings in netwerk p=gautheri@noos.fr r=andreas.otte sr=darin 2004-01-07 23:43:12 +00:00
scott%scott-macgregor.org 780e9577c8 remove ctrl-m's from this file 2004-01-07 23:21:21 +00:00
jpierre%netscape.com 64e1c653c2 Rename PK11_FindSlotsByAliases to PK11_FindSlotsByNames 2004-01-07 23:12:01 +00:00
jpierre%netscape.com cec1dc097b Rename CERT_DecodeTimeChoice/CERT_EncodeTimeChoice to DER_DecodeTimeChoice/DER_EncodeTimeChoice 2004-01-07 23:07:24 +00:00
dbaron%dbaron.org cf89e72259 Back out some incorrrect changes I just made. b=230270, 230339 r=bryner 2004-01-07 22:38:09 +00:00
bryner%brianryner.com 9c81944cb6 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 d841e8327b 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 86711e63ce 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 3182c46acf 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 8abca70b69 missed part of 224929 2004-01-07 22:07:23 +00:00
pinkerton%aol.net d4f3c00cb9 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 fbb37fff5d 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 f5b44804ad 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 fe5166ce4b 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 2b4e3cb0c0 quiet a compiler warning. no bug. 2004-01-07 20:08:53 +00:00
alecf%flett.org 4d9ff98fcf fix for bug 209679 - remove reflow observer junk - r/sr=dbaron 2004-01-07 17:47:25 +00:00
timeless%mozdev.org 46d299ceae 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 877f2f8567 Forgot to address a review comment... Bug 223799. 2004-01-07 16:29:05 +00:00
bienvenu%nventure.com 9c4d5c975d fix crash sorting large folders by subject, r=neil@parkwaycc, sr=mscott 230251 2004-01-07 16:08:48 +00:00
bienvenu%nventure.com 60d24d7b7a 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 f27256b119 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 e8156c7af5 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 137f51d7a9 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 4ce3893764 fix licenses 2004-01-07 14:12:41 +00:00
bsmedberg%covad.net 1f4ab81acd 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 4d3f0a7382 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 c82ca64f9c 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 0ac1a955b9 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 73a48b4a69 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 3c283abcad 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 5ebc39200f 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 f0bfff2628 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 e6483f5dbf Fix Bug #229403 - Code cleanup of XFT Font Metrics classes 2004-01-07 00:30:18 +00:00