Commit Graph

92161 Commits

Author SHA1 Message Date
hyatt%netscape.com
0ac8f3f3f7 106153. convert property to field in XBL. r=bryner, sr=ben 2001-11-13 04:08:55 +00:00
sonja.mirtitsch%sun.com
72c0985225 made cronsafe (I hope) 2001-11-13 03:28:52 +00:00
sspitzer%netscape.com
069b3c5385 more work on #73868. converting ab from tree to outliner. NOT PART OF THE BUILD. 2001-11-13 02:13:58 +00:00
kirk.erickson%sun.com
3fa6bff6e3 Resolves 107777 - selfserv needs log stats mode 2001-11-13 02:13:19 +00:00
seawood%netscape.com
d1f66ef3a9 Link against xinerama libs in static build if xinerama is enabled.
Bug #109245 r=lidl@pix.net
2001-11-13 01:48:29 +00:00
sonja.mirtitsch%sun.com
97c7998644 attempt to copy the qa results to mozilla.
this version untars with a script on mozilla, last one filled up my homedirectory
umask 000
cd /home/ftp/pub/security/nss
gunzip all.tar.gz
tar xf all.tar
rm  all.tar.gz all.tar
ls -l
2001-11-13 01:30:21 +00:00
shanjian%netscape.com
797782a102 #108012 text measurment on win xp have problem with unicode while word-spacing and letter-spacing is present
r= smontagu sr=attinasi
2001-11-13 00:51:22 +00:00
av%netscape.com
f514ee917e Bug 109041 -- adding call to NPP_SetWindow for windowless plugins on paint event, patch by dbrittain@superscape.com, r=av, sr=beard 2001-11-13 00:30:44 +00:00
sspitzer%netscape.com
f3b8e16d55 more work on #73868. converting ab from tree to outliner.
NOT PART OF THE BUILD
2001-11-13 00:16:18 +00:00
sspitzer%netscape.com
c29e5d6eec fix for #109278. can't edit existing addressbook cards.
r/sr=bienvenu
2001-11-13 00:13:15 +00:00
smontagu%netscape.com
0f589ca7c4 Recheckin of fix to bug 104792, which was killed by checkin on bug 104874. r=rods, sr=attinasi 2001-11-12 22:31:32 +00:00
seawood%netscape.com
08ab725bce Since we automatically generate the toplevel configure, make RUN_AUTOCONF_LOCALLY *always* remove all of the configure files before pulling and regenerate them after pulling.
Bug #47989 r=mkaply
2001-11-12 21:57:55 +00:00
smontagu%netscape.com
910530de2f To fix Mac bustage 2001-11-12 21:40:03 +00:00
sspitzer%netscape.com
34888b4517 partial fix for #108751.
the SearchDialog no longer includes dialogOverlay.xul, so this function is not defined.

r/sr=bienvenu
2001-11-12 21:03:10 +00:00
smontagu%netscape.com
ad90f8900c Fix for bug 81773: Bidi XUL text (e.g. bookmarks, tab titles) was flipping to and fro on systems without native Bidi support. r=mkaply, r/sr=hyatt, sr=attinasi 2001-11-12 20:51:48 +00:00
kaie%netscape.com
579d261870 b=108735 Fix large blank space in cert manager
r=kaie sr=hewitt
2001-11-12 20:29:31 +00:00
seawood%netscape.com
6bc0e92399 Use proper module name for smime & make local function static.
Fixing static build bustage
Bug #109575 r=bryner sr=waterson
2001-11-12 20:16:48 +00:00
relyea%netscape.com
d3ad9cfee8 1) bug 95135 - DSA key fails 1 out of 8 times, causing intermitant
test failures.

Fix: use the Signed attribute to store the key as well as look it up.

2) Fix code so that looking up a public key won't crash if it can't find the
corresponsing private key in the database (found by code inspection).
2001-11-12 17:59:45 +00:00
ccarlen%netscape.com
b64198bebc Bug 108383 - no user prefs if starting mozilla with -p. r=bnesse/sr=alecf 2001-11-12 15:52:58 +00:00
jake%acutex.net
07e2f4e3ac Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a tooltip for it, you'd get uninitialized variables warnings in your error log. This path also introduces a cache so if the same bug # is mentioned more than once during the same running of the script, it only has to query the database once.
r= mattyt, gerv
2001-11-12 13:43:59 +00:00
sspitzer%netscape.com
3d2ea89b20 more changes for converting addressbook results pane from tree to outliner.
NOT PART OF THE BUILD.
2001-11-12 12:28:38 +00:00
ben%netscape.com
8dc2e60f16 Adding Download Manager component & initial interface, datasource, etc.
not part of build
2001-11-12 08:57:42 +00:00
hyatt%netscape.com
d6f8a36508 Fix to convert property to field. 106153. r=hixie, sr=hewitt 2001-11-12 07:28:30 +00:00
bbaetz%cs.mcgill.ca
963817d4d2 Oops. Bug 109690 again, r=justdave, gerv 2001-11-12 05:47:24 +00:00
bbaetz%cs.mcgill.ca
67fff67155 Bug 109690: Check $bug before using it.
r=justdave,gerv
2001-11-12 05:39:14 +00:00
kaie%netscape.com
a4327e69de b=103198 Make sure master preferences panel fits.
r=kaie sr=blizzard
2001-11-12 05:07:23 +00:00
kaie%netscape.com
f243ba77d1 b=108625 Fix regression / XUL value attribute assignment
r=ddrinan sr=blizzard
2001-11-12 04:57:53 +00:00
rweltman%netscape.com
265c78d56a Use explicit imports 2001-11-12 01:32:07 +00:00
rweltman%netscape.com
2141b2dd70 Use real javax.security.sasl package instead of Sun preview 2001-11-12 01:31:41 +00:00
rweltman%netscape.com
6daccb2bcc Added sasl.jar and jnet.jar to the build CLASSPATH 2001-11-12 01:29:33 +00:00
peterv%netscape.com
bcd18a1996 Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead. Not part of the build. r=jag, rs=scc. 2001-11-12 01:22:31 +00:00
rweltman%netscape.com
2367e3f525 November 11, 2001 implementation of javax.security.sasl 2001-11-12 00:58:53 +00:00
bzbarsky%mit.edu
8f0641cd69 Fix pasting into password boxes with middle-mouse paste. Bug 109520,
r=fabian, sr=jst
2001-11-11 22:52:18 +00:00
seawood%netscape.com
2b1b53a53d Add xpcom/glue 2001-11-11 22:46:29 +00:00
brendan%mozilla.org
8b9fb46499 Avoid ClaimScope (lock-free to -full transition) in JS_GetClass and js_FinalizeObject called from the GC (109183, r=shaver, sr=jband). 2001-11-11 21:25:13 +00:00
dbaron%fas.harvard.edu
88158430a4 Attempt to fix HP runtime bustage. b=83836 2001-11-11 20:46:42 +00:00
peterv%netscape.com
783b508bc9 Adding namespaces and tbodies. Testcase, not part of the build. r=sicking. 2001-11-11 20:40:56 +00:00
dbaron%fas.harvard.edu
d22a753dd3 Fix nsDependentString assertions when using history window, part 2. b=109172 r=jag sr=alecf 2001-11-11 20:37:53 +00:00
jband%netscape.com
e445180e90 fix bug 106122. build xpt file search path based on NS_XPCOM_COMPONENTS_DIR *and* NS_APP_PLUGINS_DIR_LIST. Also, correctly detect that search path has changed - even when the change is just appended items. r=ccarlen sr=jst. 2001-11-11 19:01:00 +00:00
sicking%bigfoot.com
91cba3e42d [Not part of build]
Make standalone TransforMiiX build again. Fix merge-conflict resolved the wrong way.

No bug. r=hwaara.
2001-11-11 17:40:44 +00:00
ian%hixie.ch
305453a450 Some very primitive default HTML output files for login.accessDenied and login.detailsSent. 2001-11-11 15:37:48 +00:00
ian%hixie.ch
c1fbe83087 We should be able to access strings with uppercase letters -- oops. Changing regexp to include 'A-Z' as well as 'a-z'. Also adding a dump statement in the failure case to help when analysing the log looking for a bug. 2001-11-11 15:33:59 +00:00
ian%hixie.ch
a98c451be4 Missed a return statement in the setupInstall method. This was causing setup to fail every time, because the function returned a defined value. Also took the opportunity to add a call to setupProgress. 2001-11-11 11:54:06 +00:00
ian%hixie.ch
c2b7af4e48 Missed a return statement in the setupInstall method. This was causing setup to fail every time, because the function returned a defined value. 2001-11-11 11:48:14 +00:00
ian%hixie.ch
333b70e6e1 Should have been checking for a defined value, not a true value -- there is nothing to stop a failure from being '0', for instance. (The important thing is to be consistent with the SelectingServiceList code, really, and it uses defined().) 2001-11-11 11:47:02 +00:00
seawood%netscape.com
7c7a61f1e2 more beos bustage fixing 2001-11-11 09:43:48 +00:00
ian%hixie.ch
538669aedd Implement a module to give the main application the ability to add rights and do other configuration related stuff. 2001-11-11 09:36:02 +00:00
mcafee%netscape.com
c36586eccb Switching to arg form of system call to avoid security hole (76109) 2001-11-11 09:08:56 +00:00
mcafee%netscape.com
be9eedb5d2 typo! fixes bug 2001-11-11 08:30:21 +00:00
morse%netscape.com
8252ae986f bug 109411, prevent malloc of 0, c=pedemonte, r=morse, sr=alecf 2001-11-11 08:27:05 +00:00