Commit Graph

113035 Commits

Author SHA1 Message Date
caillon%returnzero.com
1c580a85d9 182982 - Mailnews utility library needs to use nsIPrefBranch, nsIPrefService, et alia
r=timeless/nhotta sr=bienvenu
2002-12-10 23:52:28 +00:00
bienvenu%netscape.com
bd7f4a6508 fix crash reading some imap messages, add null check, r/sr=sspitzer 184455 2002-12-10 23:45:27 +00:00
cbiesinger%web.de
e2dbd315cd r=timeless rs=bz
QT ONLY - remove USE_IMG2 ifdefs
2002-12-10 23:44:32 +00:00
caillon%returnzero.com
342abe6814 182954 - Convert content to use nsIPrefService, nsIPrefBranch, and friends.
r=sicking sr=peterv
2002-12-10 23:44:03 +00:00
bienvenu%netscape.com
2aa2f6fa6e fix potential memory trounce when syncing for offline on some imap servers, r=ducarroz, sr=sspitzer 181372 2002-12-10 23:43:09 +00:00
cbiesinger%web.de
9928f2e24e 184696 r=timeless rs=bz
QT ONLY - running qt build fails due to qwindowsstyle
2002-12-10 23:42:14 +00:00
caillon%returnzero.com
71f8783cae Bug 181975 - Convert layout to use nsIPrefService, nsIPrefBranch, and friends.
r/sr=roc+moz
2002-12-10 23:41:12 +00:00
timeless%mozdev.org
b3da95428f break the Qt build. If you're building Qt you don't want this checkin 2002-12-10 21:50:56 +00:00
wtc%netscape.com
79592c0eb3 Bug 180294: moved the OpenVMS build from the POSIX subsystem to native
VMS (GNV).  The patch is contributed by Colin Blakes <colin@theblakes.com>.
Modified files: OpenVMS.mk config.mk rules.mk nsinstall/nsinstall.c
2002-12-10 20:27:45 +00:00
sdagley%netscape.com
36a2413fd9 Backing out jfrancis - back to v1.67 2002-12-10 20:24:49 +00:00
timeless%mozdev.org
9c994230bb Bug 184681 qt port fails to compile in plugins code
X and Qt don't get along...
r=peterl sr=roc+moz a=roc+moz
2002-12-10 19:53:06 +00:00
kestes%walrus.com
2dd836a233 add functions to access the VC_TREE data structure.: 2002-12-10 19:49:27 +00:00
kestes%walrus.com
d6738bd9c2 major reworking of code structure to provide a clean Link construction but
not trip the perl warnings about undefined values.
2002-12-10 19:45:03 +00:00
kestes%walrus.com
0c89a72d50 I have a better fix for perl warning the last checkin was meant to fix.
Fix it at the source in Build.pm.  This function really should return
undefined if the result is undefined.
2002-12-10 19:43:21 +00:00
kestes%walrus.com
3a3f8ea84f fixes to allow test harness to run through all VCDisplay implementations during
testing.
2002-12-10 19:35:50 +00:00
kestes%walrus.com
14be0eeb80 fixes to allow test driver to run through all VCDisplay packages during unit
testing.
2002-12-10 19:34:34 +00:00
kestes%walrus.com
ed761e04c0 fixes to quiet perl warnings about using undefined variables.
Localize most of the  creation of Bonsai arguments into one function
fixes to allow testing of all VCDisplay packages by one test driver.
2002-12-10 19:32:46 +00:00
kestes%walrus.com
9d4eda4f9a fix to quiet new perl warnings about using undefined value. 2002-12-10 19:28:48 +00:00
kestes%walrus.com
8c5466687e quiet a warning about testing an undefined value (environmental variable
passed from webserver). Update some of the CGI functions to use the
lastest versions.  This was accomplised by including the whole library inside
the file.
2002-12-10 19:27:53 +00:00
kestes%walrus.com
6e8f8fcb3b add referesh times to summary pages, this variable was empty before this fix. 2002-12-10 19:24:37 +00:00
kestes%walrus.com
89d6861451 pass refreshtimes to Summaries. There was no referesh times, in the generated
html before this fix.
2002-12-10 19:23:37 +00:00
kestes%walrus.com
2d64c5f495 add target for VCDisplay tests. 2002-12-10 19:22:18 +00:00
kestes%walrus.com
49fd5382d8 test the VCDisplay subsystem in isolation. 2002-12-10 19:21:12 +00:00
kestes%walrus.com
2825e167a3 add new unit tests. These test the VCDisplay and HTMLpopup subsystems. 2002-12-10 19:20:05 +00:00
jfrancis%netscape.com
0951bcb9cb fix for 184308: cf_html bustage. fencepost error. r=brade; sr=bz; a=asa 2002-12-10 18:32:58 +00:00
relyea%netscape.com
abf1a9ae02 Sigh, this is what was breaking the Linux builds... incorrect initializer. 2002-12-10 18:09:16 +00:00
timeless%mozdev.org
a6a2403598 Fixing viewer crashes where prevFont->mFontMetrics is null
rearranged the code to use early returns/no else after returns.
moduleowner=me rs=bz a=roc
part of the Qt module which still doesn't build w/o patches in my tree.
2002-12-10 17:42:15 +00:00
relyea%netscape.com
5a83c35578 Make SubjectAltEncode a public function. Fixes build breakage in Linux 2002-12-10 17:41:16 +00:00
relyea%netscape.com
1e02f10049 Add test cases for multiple email addresses in a single certificate. 2002-12-10 17:19:00 +00:00
relyea%netscape.com
7ba80c7f5c Add code to create multiple email addresses in a single cert. 2002-12-10 17:18:06 +00:00
relyea%netscape.com
fa12d2382e Export the AltSubjectEncode function so our test programs can build certs
with multiple email addresses.
2002-12-10 17:15:15 +00:00
relyea%netscape.com
962c8ddfb3 Create profiles for all the email addresses in a certificate. 2002-12-10 17:14:17 +00:00
peterv%netscape.com
9ea8b175b0 Bustage fix for rods (once more). 2002-12-10 16:58:14 +00:00
cmanske%netscape.com
6b7edca969 Backing out previous changes (relating to bug 183055) since dependend bug 118038 was not approved for checkin. Needed else Publishing and Advanced Edit doesn't work 2002-12-10 15:25:41 +00:00
rods%netscape.com
338d74b952 Implement filters for spellchecker, so we can skip certain nodes (like Block Quote "cite") for mail
Bug 173046 r=jfrancis sr=kin a=asa
2002-12-10 15:03:04 +00:00
bugreport%peshkin.net
2fba29c0b6 Bug 184081 Change search interfaces to use Viewable products instead of enterable products
r=bbaetz
a=justdave
2002-12-10 14:17:05 +00:00
rods%netscape.com
853b50edad null pointer check
Bug 183768 r=dcone sr=jst a=asa
2002-12-10 13:00:18 +00:00
justdave%syndicomm.com
ad528cf1dc Bug 184336: default urlbase parameter on new installs now points at http://you-havent-visited-editparams.cgi-yet/ to a) relieve cvs-mirror.mozilla.org of all the hits, and b) give people who receive those emails a hint what to do to fix it.
r= joel, a= justdave
2002-12-10 12:10:21 +00:00
igor%mir2.org
47bee26159 Fixed link 2002-12-10 11:19:02 +00:00
bratell%lysator.liu.se
b125676099 Bug 135363 - url bar search not working after accidently using the search string as an url. 44 votes, 55 dupes. Patch by Itamar (zipo13@myrealbox.com), r=dveditz@netscape.com, sr=roc+moz@cs.cmu.edu, approved for 1.3a=asa 2002-12-10 09:14:49 +00:00
timeless%mozdev.org
c5d90c786c Bug 178987 Get qt toolkit working again
patch by esben@despammed.com r=timeless rs=bz a=roc
some changes by me
Bug 184257 Infrequent nsIPref users need to be converted to nsIPrefService, etc.
patch by caillon@returnzero.com r=timeless rs=bz a=roc
2002-12-10 07:34:13 +00:00
mkaply%us.ibm.com
854cce56c3 #178584
r=pedemont, sr=blizzard, a=asa
OS/2 only - implement IsEnabled so Javascript debugger works
2002-12-10 05:17:36 +00:00
depstein%netscape.com
82efdf3f43 Created local uri table with different schemes. Hooked up to RunAllTests(). Not part of the build. 2002-12-10 04:23:16 +00:00
dougt%netscape.com
294e77fa7c Fixes XPCOM glue leaving behind exit routine after DLL is unloaded. r=adamlock sr=darin, a=asa, b=184548 2002-12-10 01:37:56 +00:00
danm%netscape.com
3d84d665f5 Reinstating popup-blocking UI previously removed for the 1.2 release. Removing new privacy.popups preferences. bug 166442 r=brendan,dveditz,jag a=asa 2002-12-10 01:12:02 +00:00
pschwartau%netscape.com
1f16692cc3 Initial add. Regression test for bug 184107. 2002-12-10 00:22:44 +00:00
blizzard%redhat.com
b1f11a01b9 Bug #178128. Xft source files return compile time error. Use LOCAL_INCLUDES to force the Xft include path to be before the X11R6 include path so that we always get the correct version of the header files. r=cls, a=asa 2002-12-09 23:17:55 +00:00
seawood%netscape.com
f220622f15 Add objdir build support to libical.
Bug #184032 r=blizzard,mostafah
2002-12-09 22:34:38 +00:00
zach%zachlipton.com
6153a3e643 Fix for bug 180955: Remove dual-license from test files
Permission to do so granted by: justdave, joel, jake, ddk, gerv, bbaetz,
and myself (as gleamed from bonsai and the contributors lines and
indicated in the bug report). a=justdave.
2002-12-09 22:32:12 +00:00
dsirnapalli%netscape.com
6e6130b673 updating test case 2002-12-09 21:52:29 +00:00