Commit Graph

75713 Commits

Author SHA1 Message Date
wtc%netscape.com
1ca200c1e1 Bugzilla bug #62855: checked in OS/2 makefile patches from Javier
Pedemonte <pedemont@us.ibm.com>.
Modified Files:
	coreconf/OS2.mk coreconf/arch.mk coreconf/prefix.mk
	coreconf/rules.mk coreconf/suffix.mk nss/Makefile
	nss/cmd/platlibs.mk nss/lib/ckfw/builtins/config.mk
2001-01-31 21:29:31 +00:00
disttsc%bart.nl
4fb4258415 Remove (unused) nsUnicharBuffer from nsXPComInit.cpp. bug=64097, r=dbaron, a=scc. 2001-01-31 21:25:18 +00:00
mkaply%us.ibm.com
ab94da8892 #59855
r=mccabe, sr=brendan
Fix Javascript to get Endianness from jstypes.h - start with a Makefile change and let it cycle once
2001-01-31 21:07:16 +00:00
valeski%netscape.com
9d8468af0e r=ccarlen, sr=rpotts. 65925. making webprogress listeners support weak ref 2001-01-31 21:04:10 +00:00
mscott%netscape.com
a43826465f Bug #63346 --> implment reveal and launch methods for OS/2.
code contributed by mkaply
r=mkaply
sr=mscott
2001-01-31 21:04:04 +00:00
valeski%netscape.com
7d3acb0d42 r=ccarlen, sr=rpotts. 65925. adding support for listener queueing in the webbrowser, and weak reference support to webprogress listeners. 2001-01-31 21:03:40 +00:00
valeski%netscape.com
70dd39508b r=ccarlen, sr=rpotts. 65925/63552. making psmUI progress listener support weak ref. 2001-01-31 21:02:21 +00:00
valeski%netscape.com
10230f80ff r=ccarlen, sr=rpotts. 65925. making webprogress implementation store weak refs to listeners. 2001-01-31 21:02:08 +00:00
valeski%netscape.com
68cec86e0a r-ccarlen, sr=rpotts, 65925. making webprogress listeners support weak refs. 2001-01-31 21:02:00 +00:00
valeski%netscape.com
61c966032a r=ccarlen, sr=rpotts. 65925. making webprogress listeners support weak refs 2001-01-31 21:01:51 +00:00
valeski%netscape.com
6c882d4bc8 r=ccarlen, sr=rpotts. 65925. making editor progress listener support weak refs 2001-01-31 21:01:41 +00:00
kin%netscape.com
393f351056 Fix for bug #65857: Trailing whitespaces confuse form field value
Modified SetTextControlFrameState() to use GetTextControlFrameState() when
comparing the current value.
r=akkana@netscape.com sr=sfraser@netscape.com
2001-01-31 21:00:43 +00:00
mscott%netscape.com
3e8163c79c Bug #3754 and Bug #3369 --> the total message size we are using when fetching by chunks may just be an approximation.
after the first fetch, we'll possibly get back a RFC822.SIZE which will have the exact size of the total message.
Update the # bytes we need to download to match this new value if appropriate.

sr=bienvenu
2001-01-31 20:57:57 +00:00
bienvenu%netscape.com
c8049d1889 add support for downloading all msgs for offline r=naving, sr=sspitzer 15865 2001-01-31 20:34:12 +00:00
sspitzer%netscape.com
14753e4abf fix for #67095, disable news biff by default, and allow us to
default biff (on or off) on a per protocol basis.
r=racham, sr=bienvenu.

turning news biff off will help us to stop pounding news.mozilla.org
2001-01-31 20:25:33 +00:00
blizzard%redhat.com
2b4e188720 Fix bug #59505. Change XP_UNIX to MOZ_ENABLE_XREMOTE for systems that are unix but don't have X ( like QNX. ) Patch from Marcus Fellinger <marcus.fellinger@tomcat.de> r=me, sr/a=alecf 2001-01-31 20:22:41 +00:00
dbragg%netscape.com
2b588f0731 Creating a subdir in the system temp directory rather than just using the temp itself. Fixes 58371. a,r=racham, sr=mscott 2001-01-31 20:22:38 +00:00
alecf%netscape.com
369607b9ae fix for #64060 - bulk delete history entries by hostname & domainname
also add a new history controller for future history coolness
a=ben, r=jag, and a bit of r=timeless
2001-01-31 20:21:37 +00:00
dbaron%fas.harvard.edu
9adc8a60f5 Add a test to test all the combinations of |operator==| with nsCOMPtr so we can make sure that they will all compile on all platforms (to help with bug 65664). sr=scc@mozilla.org Not part of the build. 2001-01-31 20:18:47 +00:00
blakeross%telocity.com
a7e8e21624 Fix 50277: mao's patch for context enabled/disabled features in languages pref pane. r=timeless,blake sr=alecf 2001-01-31 20:11:38 +00:00
sfraser%netscape.com
66ee4f9b30 Fix the modifier for the cmd_cut binding, bug 67113. r=jag, akkana, sr=hyatt 2001-01-31 20:08:13 +00:00
blakeross%telocity.com
be8ec10e51 Fix 60628: mao's patch for warnings in tabBindings.xml. r=jag sr=alecf 2001-01-31 20:07:33 +00:00
wtc%netscape.com
39bfa805f3 I found that #include <unistd.h> is still needed on Unix for getpid(). 2001-01-31 19:18:09 +00:00
wtc%netscape.com
0669b974b3 Bugzilla bug #62855: checked in OS/2 patches from Javier Pedemonte
<pedemont@us.ibm.com>.
Modified files: selfserv.c, swfutl.c, os2_rand.c.
2001-01-31 19:09:48 +00:00
sdv%sparc.spb.su
a123ac2aca initial checking. 2001-01-31 19:05:04 +00:00
wtc%netscape.com
2d031feba0 Bugzilla bug #62855: do not use the XP_PC macro. Use XP_WIN16 when we mean
Win 16.  Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
2001-01-31 18:27:15 +00:00
thayes%netscape.com
90779ce94b Reorganize password callback context (uses nsIInterfaceRequestor).
Fix several bugs in the SDR implementation.
2001-01-31 18:03:49 +00:00
wtc%netscape.com
586b10f4c5 Bugzilla bug #67122: put PR_CALLBACK after the return type in function
declarations.  This is the order required by OS/2 compilers.  Thanks to
Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Modified files: hashops.c, tracker.c, certt.h, oid.c.
2001-01-31 18:01:53 +00:00
mcgreer%netscape.com
57379e33fe bug 67100, memory leaks in rsa.c and pqg.c fixed. 2001-01-31 15:49:19 +00:00
matthias%sorted.org
f39acf5399 introduced "sync" helper function for converting a Javascript function
into a Java-style synchronized method
2001-01-31 13:05:21 +00:00
matthias%sorted.org
e5ae12e585 added support for implementing Java-style synchronized methods in Javascript 2001-01-31 13:02:42 +00:00
locka%iol.ie
2688504595 NOT PART OF BUILD. Added copyright headers 2001-01-31 12:06:05 +00:00
locka%iol.ie
224bfdb1f6 NOT PART OF BUILD. Command line makefile for mozctlx.dll 2001-01-31 12:04:30 +00:00
Peter.VanderBeken%pandora.be
3710a93dd9 Fix for bug 67024. Not part of the build. r=Pike. 2001-01-31 11:48:55 +00:00
ben%netscape.com
a8a9efef6c more incremental updates, not part of build 2001-01-31 10:58:21 +00:00
ssu%netscape.com
020cb5e5d3 fixing bug 33349 - Directory name in Create Directory dialog needs to be left aligned
bug 50525 - Directories should be lowercase

patches from Henrik Gemal.

r=ssu, sr=mscott

affects windows platforms only.
2001-01-31 06:55:14 +00:00
ssu%netscape.com
c52c399f30 fixing bug 67041 - Can't install with stub or sea bits
r=dveditz
sr=mscott

affects windows platforms only.
2001-01-31 06:55:12 +00:00
bryner%uiuc.edu
0fc1b4c1b4 fix a compiler warning. sr=scc. 2001-01-31 06:48:25 +00:00
disttsc%bart.nl
ea36e205cd Fix senna bustage. One of them .get() thingies. r=dbaron 2001-01-31 04:37:37 +00:00
blizzard%redhat.com
00a184a9bc Fix bug #66798. Only output our warning on DEBUG builds. r=pavlov, sr=blizzard r=doron 2001-01-31 04:31:35 +00:00
wtc%netscape.com
f3e44424d8 Backed out the previous checkin as it requires
sec_port_ucs4_utf8_conversion_function and
sec_port_ucs2_utf8_conversion_function be exported on Unix.
2001-01-31 03:44:43 +00:00
wtc%netscape.com
218134872a We can just pass NULL as the 'envp' argument to PR_CreateProcess, so we
do not need to get the declaration of 'environ' on Unix.  Reviewed by
Nelson Bolyard.
2001-01-31 03:39:59 +00:00
dveditz%netscape.com
d08f7df315 enable win32 XPC_TOOLS_SUPPORT environment var to turn on js profiler hooks. r=mcafee,sr=jband 2001-01-31 03:26:31 +00:00
danm%netscape.com
7229207d5c stagger new windows against all extant similar windows. another cut at bug 25455, but now bug 67079. r=ben,hyatt 2001-01-31 03:25:07 +00:00
sspitzer%netscape.com
392adc2f70 fix for #58567. fix js warnings. r=jag,sr=sspitzer
thanks to mao (Mark Olson) for the fix.
2001-01-31 03:00:56 +00:00
blakeross%telocity.com
7643d2d739 Fix 66500 (plaintext editor case): paste is disabled for readonly textfields. r=timeless sr=sfraser 2001-01-31 02:50:16 +00:00
sspitzer%netscape.com
7d7f9d4a2f make Ctrl + E "edit message as new".
#66864
patch from Stephen Walker (walk84@usa.net).
r=timeless,blake,sr=sspitzer
2001-01-31 02:46:41 +00:00
saari%netscape.com
0531ba2e29 fix for breakage. Doh. 2001-01-31 02:45:31 +00:00
jband%netscape.com
3ad4de6403 NOT PART OF THE BUILD - simple observer test to demonstrate use of weak references 2001-01-31 02:32:39 +00:00
blakeross%telocity.com
b3988570b3 Fix 66852: bookmarks sidebar panel context menu has a context menu. r=timeless sr=alecf 2001-01-31 02:32:14 +00:00