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

50183 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com 183039b2ca Defer creation of resource cache until a sort is imposed. Also, added a temporary working for db->OnChange() not enjoying a null oldTarget. 2000-01-11 08:38:47 +00:00
hyatt%netscape.com 8dc8cc1911 Adding XBL. 2000-01-11 08:26:26 +00:00
hyatt%netscape.com 48e8fcfa21 Initial XBL landing. 2000-01-11 08:25:59 +00:00
sspitzer%netscape.com c186b0fe92 fix a reference error that I caused with my last checkin. 2000-01-11 08:20:31 +00:00
sspitzer%netscape.com 079c129409 fix for bug #23457. when we create a new account, set the copies and folders prefs for the associated identity to the right defaults.
added to the nsIMsgProtocolInfo interface defaultCopiesAndFoldersPrefsToServer,
which we use to see for a given server type, do the defaults live on the server
or not (where not would mean "Local Folders").

fix the getFoldersWithFlag method in the nsIMsgFolder interface so it
would be easier to use in JS.

r=alecf
2000-01-11 08:01:37 +00:00
pavlov%netscape.com 52b1ce2e02 fix for 23559 r=waterson 2000-01-11 07:57:36 +00:00
pollmann%netscape.com f1fe57670a Bug 22526: Correct bug where form was submitted by pressing enter in last text input if odd number of inputs r=harishd 2000-01-11 07:55:54 +00:00
pollmann%netscape.com e3b5cacd05 Bug 23376: <form action="foo.cgi?bar=baz" method="get"> should no longer result in two ?'s r=harishd 2000-01-11 07:34:12 +00:00
pollmann%netscape.com 3e5b01c755 Bug 18478: Allow base tag in body to work for image maps (Fix courtesy bissiri@eecs.umich.edu) r=self, harishd 2000-01-11 07:21:24 +00:00
pavlov%netscape.com 3300fc48da fix memory leak when handling expose events r=bruce 2000-01-11 07:18:00 +00:00
mcafee%netscape.com 0d8b24f27c Typo was preventing browser.cache.check_doc_frequency from sticking. r=rgoodger@ihug.co.nz 2000-01-11 06:56:27 +00:00
mcafee%netscape.com 2cf3cef86e Resurrecting some prefs we lost in the pref landing. r=rgoodger@ihug.co.nz 2000-01-11 06:47:05 +00:00
rjc%netscape.com 1528bdccb4 Move resource cache up from the XUL sort service into the generic builder. Review: me 2000-01-11 06:28:28 +00:00
bienvenu%netscape.com bb2b2a27fe remove unneeded include 2000-01-11 06:15:31 +00:00
pavlov%netscape.com 3b5c2e9cd5 check for null before calling into a method of the object r=dmose 2000-01-11 06:11:12 +00:00
bruce%cybersight.com b40636b42d Real fix for the Solaris bustage. 2000-01-11 06:06:29 +00:00
rickg%netscape.com 84c464ee5f Fixed my inverted logic that landed with Harish's checkin. 2000-01-11 06:00:58 +00:00
bienvenu%netscape.com 88b511db06 add include of nsIEventQueue.h 2000-01-11 05:57:45 +00:00
waldemar%netscape.com d0ae5adcc3 Added unicode character category functions 2000-01-11 05:55:58 +00:00
bienvenu%netscape.com ce3843e1fc fix build bustage 2000-01-11 05:51:14 +00:00
cls%seawood.org 2471c95e0d 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 1d26b9e828 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 1b1155e2f6 First Checked In. 2000-01-11 05:18:43 +00:00
cls%seawood.org 9f3b874745 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 730655a8de Nitpicky cleanup. 2000-01-11 05:12:36 +00:00
waterson%netscape.com d0ebb89fe0 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 b786c18884 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 bce06200c6 Fix separator rule. 2000-01-11 04:58:16 +00:00
waterson%netscape.com 67a0f0b9a1 Replace raw QueryInterface() calls with CallQueryInterface(). Other misc cleanup. 2000-01-11 04:58:05 +00:00
cls%seawood.org 54b330f20a 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 5695508a59 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 99288dd251 New Makefiles that were added to the build at some point. 2000-01-11 03:46:42 +00:00
hyatt%netscape.com 3d186ddce8 adding behavior property to CSS. r=brendan 2000-01-11 03:40:41 +00:00
bienvenu%netscape.com d6f72b0e78 add include of prmon.h to fix build bustage 2000-01-11 02:50:46 +00:00
waterson%netscape.com 71ec8c3d5f Take out crufty debug printfs. 2000-01-11 02:49:18 +00:00
mccabe%netscape.com 5ab4290d37 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 4cfb048838 removing in favor of idl file,r=mscott 2000-01-11 02:28:29 +00:00
bienvenu%netscape.com e908918a40 convert nsIImapProtocol.cpp to idl,r=mscott 2000-01-11 02:27:43 +00:00
bienvenu%netscape.com bb14b3e798 add nsIImapProtocol.idl,r=mscott 2000-01-11 02:27:17 +00:00
akkana%netscape.com 2f7c6f4ace Use if instead of switch, to eliminate warnings. r=slamm 2000-01-11 02:24:29 +00:00
waterson%netscape.com abd7ead67c Bug 18631. Add GetDataSources() method to nsIRDFCompositeDataSource. r=scottip,rjc 2000-01-11 01:59:12 +00:00
rhp%netscape.com 1e4c9e222d Fixes for emoticon recognition - Bug #21203 - r: rhp (externally contributed) 2000-01-11 01:56:25 +00:00
wtc%netscape.com 8575259c92 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 ac32966069 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 f3385f8f98 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 c7b3eb0e20 initial check-in. 2000-01-11 01:46:27 +00:00
jdunn%netscape.com 157f231d1d 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 92508d6f74 fixing VC5 build (missing return value) 2000-01-11 01:25:00 +00:00
nhotta%netscape.com 9738dce74b Adding I18N functions for pref migration, bug 14349, r=ftang. 2000-01-11 01:24:21 +00:00
nhotta%netscape.com e65fae394e Apply unicode conversion to the file name to attach, bug 23111, r=cata. 2000-01-11 01:22:33 +00:00