Commit Graph

50368 Commits

Author SHA1 Message Date
pavlov%netscape.com
97d562dc92 check for null before calling into a method of the object r=dmose 2000-01-11 06:11:12 +00:00
bruce%cybersight.com
7d37b23a32 Real fix for the Solaris bustage. 2000-01-11 06:06:29 +00:00
rickg%netscape.com
4c6edc1a24 Fixed my inverted logic that landed with Harish's checkin. 2000-01-11 06:00:58 +00:00
bienvenu%netscape.com
fd8894dec9 add include of nsIEventQueue.h 2000-01-11 05:57:45 +00:00
waldemar%netscape.com
585909dcd3 Added unicode character category functions 2000-01-11 05:55:58 +00:00
bienvenu%netscape.com
9c7d36144c fix build bustage 2000-01-11 05:51:14 +00:00
cls%seawood.org
f37f49f09b Ok, that was lame. The comment: 'Added check for GNU as as we can only use certain ASFLAGS under solaris with Sun's as.' should have gone with this set of configure*.
The previous checkin with the above comment should've had the comment: 'Use values from config.guess for OS_ARCH, OS_TARGET, etc when cross-compiling.  Don't check for /dev/zero when cross-compiling.  Don't override the determined values for linking with GNU ld with the hardcode values of Sun ld under solaris. Added TARGET_NSPR_MDCPUCFG to the solaris build.  Don't assume NSPR is installed on the system when cross-compiling.'
2000-01-11 05:31:08 +00:00
pinkerton%netscape.com
bab6b72ea0 Removing ifdefs for TARGET_CARBON code. Using inline functions in Universal Headers and nsCarbonHeaders.h. 2000-01-11 05:20:12 +00:00
pinkerton%netscape.com
c00c54e40e First Checked In. 2000-01-11 05:18:43 +00:00
cls%seawood.org
4f34e05855 Removed redundant XPDIST from the build. Changed existing references to DIST.
Replaced all uses of $(DIST)/include with $(PUBLIC) except those looking for NSPR headers.
Removed extra instances of $(DIST)/include or $(PUBLIC) from INCLUDES as it's already there.
Override OS_LIBS when setting host variables for cross-compiling.
2000-01-11 05:13:01 +00:00
waterson%netscape.com
be3e3ef47b Nitpicky cleanup. 2000-01-11 05:12:36 +00:00
waterson%netscape.com
89e0ac5f08 Make sure we can handle queries for -negative- assertions. (Failure to do so was causing history title's not to show up.) 2000-01-11 05:08:30 +00:00
cls%seawood.org
4331ad7aba Add MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs around the timer libs and other static libraries to be linked into the shared library. 2000-01-11 05:06:24 +00:00
waterson%netscape.com
7e5711a8b0 Fix separator rule. 2000-01-11 04:58:16 +00:00
waterson%netscape.com
defe75dc6b Replace raw QueryInterface() calls with CallQueryInterface(). Other misc cleanup. 2000-01-11 04:58:05 +00:00
cls%seawood.org
5f5b8bdb1c Removed unused variables MOZ_OJI & ENABLE_PICS.
Set module_CFLAGS to $(PUBLIC) instead of $(DIST)/public/module.
2000-01-11 04:56:23 +00:00
cls%seawood.org
812856638c Added check for GNU as as we can only use certain ASFLAGS under solaris with Sun's as. 2000-01-11 04:54:28 +00:00
cls%seawood.org
10f5e244b9 New Makefiles that were added to the build at some point. 2000-01-11 03:46:42 +00:00
hyatt%netscape.com
21a48fa26a adding behavior property to CSS. r=brendan 2000-01-11 03:40:41 +00:00
bienvenu%netscape.com
f018c66b93 add include of prmon.h to fix build bustage 2000-01-11 02:50:46 +00:00
waterson%netscape.com
971c4ab2ab Take out crufty debug printfs. 2000-01-11 02:49:18 +00:00
mccabe%netscape.com
f1521991f9 Fix to 9967.
Explicitly disable floating-point exceptions on FreeBSD, to force conformance with IEEE-specified behavior that the JS engine depends on.

Thanks to saska@acc.umu.se for the patch, and especially to all the experts who contributed to the discussion of this issue on the 9967 report.

r=mccabe.
2000-01-11 02:30:12 +00:00
bienvenu%netscape.com
76d996686e removing in favor of idl file,r=mscott 2000-01-11 02:28:29 +00:00
bienvenu%netscape.com
298d239019 convert nsIImapProtocol.cpp to idl,r=mscott 2000-01-11 02:27:43 +00:00
bienvenu%netscape.com
5fbdf449f1 add nsIImapProtocol.idl,r=mscott 2000-01-11 02:27:17 +00:00
akkana%netscape.com
4a587b7765 Use if instead of switch, to eliminate warnings. r=slamm 2000-01-11 02:24:29 +00:00
waterson%netscape.com
46e921da0f Bug 18631. Add GetDataSources() method to nsIRDFCompositeDataSource. r=scottip,rjc 2000-01-11 01:59:12 +00:00
rhp%netscape.com
f428189b73 Fixes for emoticon recognition - Bug #21203 - r: rhp (externally contributed) 2000-01-11 01:56:25 +00:00
wtc%netscape.com
993cdfefc9 Bugzilla bug #23304: protypes.h should only test a macro defined in
prcpucfg.h (in this case, _aix32in6.cfg or _aix64.cfg).
Modified files: _aix32in6.cfg, _aix64.cfg, protypes.h
2000-01-11 01:53:08 +00:00
wtc%netscape.com
dd018257b4 Merged minor fixes related to PR_Available and PR_Sync for pipes
in NSPR 3.5.1 onto the main trunk.
Modified files: _win95.h, _winnt.h, prfile.c, ntio.c, w95io.c, ptio.c
2000-01-11 01:49:01 +00:00
harishd%netscape.com
eccabc0bcd Fix for Bugs
19977 - Fixed crash due to misplaced TEXTAREA in TABLE.
20797 - Fixed crash caused by stray </TD>.
20645 - Fixed problem caused due to context mismatch.
22623 - Fixed by not displaying bullet for extra </LI> .
23186 - illegal content ( in TABLE ) problem.
23589 - illegal content problem.

r=rickg

For rickg
Bugs 23451 and 23555 ( Making FONT an inline-entity..as per spec. )

r=harishd
2000-01-11 01:48:35 +00:00
beard%netscape.com
83bd9a3b0e initial check-in. 2000-01-11 01:46:27 +00:00
jdunn%netscape.com
cb0c532e85 Fix base class specifiers, since be default if they aren't specified it is Private
# 23237
r= warren@netscape.com, ftang@netscape.com, jband@netscape.com
2000-01-11 01:45:34 +00:00
jfrancis%netscape.com
1f37b81420 fixing VC5 build (missing return value) 2000-01-11 01:25:00 +00:00
nhotta%netscape.com
98b37023a9 Adding I18N functions for pref migration, bug 14349, r=ftang. 2000-01-11 01:24:21 +00:00
nhotta%netscape.com
803f935959 Apply unicode conversion to the file name to attach, bug 23111, r=cata. 2000-01-11 01:22:33 +00:00
waterson%netscape.com
e1f1e5b7fa Use '0' instead of '-1' to mean 'a real column'. Fixes Unix warnings. 2000-01-11 01:20:19 +00:00
bienvenu%netscape.com
d6cdc6cbd7 make nsIImapProtocol scriptable, r=mscott 2000-01-11 01:18:56 +00:00
ssu%netscape.com
50d0a78f6b fixing bug #21943. It now creates an empty Plugins folder and attempts to copy the java npjava*.dll files to it. r=dbragg. does not affect tinderbox. platform=windows only 2000-01-11 01:15:55 +00:00
waterson%netscape.com
3b5e918c07 Bug 22294. Reject empty URLs; support ArcLabelsIn() and GetSource[s](). r=rjc 2000-01-11 01:12:12 +00:00
waterson%netscape.com
74c48d36ca Bug 22294. Use aURI's spec (rather than mURL) to cough up a URL for global history. r=mscott 2000-01-11 01:11:31 +00:00
terry%mozilla.org
8761cb7178 Worked around bug in older versions of MySQL that caused a report of
one bug matching a keyword when there really are zero.
2000-01-11 00:26:22 +00:00
rods%netscape.com
1de3a31601 removed the ">" from the select/option rules
changed the background-color to inherit for the display area
b=23475,23288 r=kmcclusk
2000-01-11 00:11:09 +00:00
bryner%uiuc.edu
77ecf71c68 Fix build bustage. r=pinkerton. 2000-01-11 00:03:15 +00:00
waterson%netscape.com
7c4e7b7f4b Remove unused files. 2000-01-10 23:21:24 +00:00
warren%netscape.com
cf1e6b2be9 Added NS_IMPL_AGGREGATED_QUERY_HEAD macro. 2000-01-10 23:14:32 +00:00
pinkerton%netscape.com
dc2bec46d9 reverting html->text api. 2000-01-10 23:05:16 +00:00
pinkerton%netscape.com
62e9d2db5e fixing bug 21414 the right way, reverting api's to their previous ways. 2000-01-10 23:04:24 +00:00
waqar%netscape.com
aed453ef5b # 19452
r mcafee
d Huge menus on gtk+1.23
2000-01-10 22:55:19 +00:00
sspitzer%netscape.com
2ec51e08fd check in benb's (mozilla@bucksch.org) fixes for bug #23330
don't convert emoticons to gifs when sending a html message.
I also took the liberty of removing the dead code from nsMsgSendPart.cpp
r=sspitzer
2000-01-10 22:51:01 +00:00