Commit Graph

53979 Commits

Author SHA1 Message Date
cls%seawood.org
5881ae4ec9 Commenting out non-existant Makefile
git-svn-id: svn://10.0.0.236/trunk@57391 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 09:41:13 +00:00
sspitzer%netscape.com
c7e95c12c0 make it so the identity for the "Local Folders" account that gets created defaults the copies and
folders prefs to the "Local Folders."


git-svn-id: svn://10.0.0.236/trunk@57390 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 09:28:24 +00:00
dougt%netscape.com
7ed650bc09 removing NSCP references.
git-svn-id: svn://10.0.0.236/trunk@57389 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 09:21:29 +00:00
dougt%netscape.com
52ba95c2f9 Adding URL loading when clicked.
git-svn-id: svn://10.0.0.236/trunk@57388 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 09:18:43 +00:00
dougt%netscape.com
8ef62f07c8 Adding Update Notification to the task menu bar.
r=waterson.


git-svn-id: svn://10.0.0.236/trunk@57387 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 08:58:22 +00:00
dougt%netscape.com
632cc8ee2c dusting off notification.
r=waterson@netscape.com


git-svn-id: svn://10.0.0.236/trunk@57385 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 08:53:18 +00:00
rjc%netscape.com
722d05e615 Use native ptr [via .get()]
git-svn-id: svn://10.0.0.236/trunk@57383 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 08:41:15 +00:00
rjc%netscape.com
321eac2192 Defer creation of resource cache until a sort is imposed. Also, added a temporary working for db->OnChange() not enjoying a null oldTarget.
git-svn-id: svn://10.0.0.236/trunk@57382 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 08:38:47 +00:00
hyatt%netscape.com
716cedca38 Adding XBL.
git-svn-id: svn://10.0.0.236/trunk@57381 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 08:26:26 +00:00
hyatt%netscape.com
bccad5fcaf Initial XBL landing.
git-svn-id: svn://10.0.0.236/trunk@57380 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 08:25:59 +00:00
sspitzer%netscape.com
dca234c2b3 fix a reference error that I caused with my last checkin.
git-svn-id: svn://10.0.0.236/trunk@57379 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 08:20:31 +00:00
sspitzer%netscape.com
e5c7ee1fbf 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


git-svn-id: svn://10.0.0.236/trunk@57378 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 08:01:37 +00:00
pavlov%netscape.com
3486871edc fix for 23559 r=waterson
git-svn-id: svn://10.0.0.236/trunk@57377 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 07:57:36 +00:00
pollmann%netscape.com
f9bbcff754 Bug 22526: Correct bug where form was submitted by pressing enter in last text input if odd number of inputs r=harishd
git-svn-id: svn://10.0.0.236/trunk@57376 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 07:55:54 +00:00
pollmann%netscape.com
de69b0b086 Bug 23376: <form action="foo.cgi?bar=baz" method="get"> should no longer result in two ?'s r=harishd
git-svn-id: svn://10.0.0.236/trunk@57375 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 07:34:12 +00:00
pollmann%netscape.com
836ef6cf4d Bug 18478: Allow base tag in body to work for image maps (Fix courtesy bissiri@eecs.umich.edu) r=self, harishd
git-svn-id: svn://10.0.0.236/trunk@57374 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 07:21:24 +00:00
pavlov%netscape.com
63efc4daf1 fix memory leak when handling expose events r=bruce
git-svn-id: svn://10.0.0.236/trunk@57373 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 07:18:00 +00:00
mcafee%netscape.com
3a6a4b1961 Typo was preventing browser.cache.check_doc_frequency from sticking. r=rgoodger@ihug.co.nz
git-svn-id: svn://10.0.0.236/trunk@57371 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 06:56:27 +00:00
mcafee%netscape.com
3bd64f3db2 Resurrecting some prefs we lost in the pref landing. r=rgoodger@ihug.co.nz
git-svn-id: svn://10.0.0.236/trunk@57370 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 06:47:05 +00:00
rjc%netscape.com
a5c192cf93 Move resource cache up from the XUL sort service into the generic builder. Review: me
git-svn-id: svn://10.0.0.236/trunk@57369 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 06:28:28 +00:00
bienvenu%netscape.com
76fb4be9f5 remove unneeded include
git-svn-id: svn://10.0.0.236/trunk@57368 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 06:15:31 +00:00
pavlov%netscape.com
636f0ddf2f check for null before calling into a method of the object r=dmose
git-svn-id: svn://10.0.0.236/trunk@57367 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 06:11:12 +00:00
bruce%cybersight.com
93bf44c0ff Real fix for the Solaris bustage.
git-svn-id: svn://10.0.0.236/trunk@57366 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 06:06:29 +00:00
rickg%netscape.com
a5f6465a5d Fixed my inverted logic that landed with Harish's checkin.
git-svn-id: svn://10.0.0.236/trunk@57365 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 06:00:58 +00:00
bienvenu%netscape.com
4a3ce66193 add include of nsIEventQueue.h
git-svn-id: svn://10.0.0.236/trunk@57364 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:57:45 +00:00
waldemar%netscape.com
3776d04d81 Added unicode character category functions
git-svn-id: svn://10.0.0.236/trunk@57363 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:55:58 +00:00
bienvenu%netscape.com
7ffc172da3 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@57362 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:51:14 +00:00
cls%seawood.org
998e857c5b 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.'


git-svn-id: svn://10.0.0.236/trunk@57361 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:31:08 +00:00
pinkerton%netscape.com
11a66eab33 Removing ifdefs for TARGET_CARBON code. Using inline functions in Universal Headers and nsCarbonHeaders.h.
git-svn-id: svn://10.0.0.236/trunk@57360 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:20:12 +00:00
pinkerton%netscape.com
d4d5ba22c6 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@57359 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:18:43 +00:00
cls%seawood.org
c94cbe27ba 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.


git-svn-id: svn://10.0.0.236/trunk@57356 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:13:01 +00:00
waterson%netscape.com
a32a76ea60 Nitpicky cleanup.
git-svn-id: svn://10.0.0.236/trunk@57355 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:12:36 +00:00
waterson%netscape.com
2e9557fcaa Make sure we can handle queries for -negative- assertions. (Failure to do so was causing history title's not to show up.)
git-svn-id: svn://10.0.0.236/trunk@57354 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:08:30 +00:00
cls%seawood.org
f637dff386 Add MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs around the timer libs and other static libraries to be linked into the shared library.
git-svn-id: svn://10.0.0.236/trunk@57353 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 05:06:24 +00:00
waterson%netscape.com
4a7e4889bf Fix separator rule.
git-svn-id: svn://10.0.0.236/trunk@57352 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 04:58:16 +00:00
waterson%netscape.com
08560c7af8 Replace raw QueryInterface() calls with CallQueryInterface(). Other misc cleanup.
git-svn-id: svn://10.0.0.236/trunk@57351 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 04:58:05 +00:00
cls%seawood.org
ef0cc7ae5f Removed unused variables MOZ_OJI & ENABLE_PICS.
Set module_CFLAGS to $(PUBLIC) instead of $(DIST)/public/module.


git-svn-id: svn://10.0.0.236/trunk@57350 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 04:56:23 +00:00
cls%seawood.org
06b181535f Added check for GNU as as we can only use certain ASFLAGS under solaris with Sun's as.
git-svn-id: svn://10.0.0.236/trunk@57349 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 04:54:28 +00:00
cls%seawood.org
5cb8166ad4 New Makefiles that were added to the build at some point.
git-svn-id: svn://10.0.0.236/trunk@57348 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 03:46:42 +00:00
hyatt%netscape.com
2c9879296b adding behavior property to CSS. r=brendan
git-svn-id: svn://10.0.0.236/trunk@57347 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 03:40:41 +00:00
bienvenu%netscape.com
4b01e48fd1 add include of prmon.h to fix build bustage
git-svn-id: svn://10.0.0.236/trunk@57345 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 02:50:46 +00:00
waterson%netscape.com
74b0641338 Take out crufty debug printfs.
git-svn-id: svn://10.0.0.236/trunk@57344 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 02:49:18 +00:00
mccabe%netscape.com
e374f85a9a 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.


git-svn-id: svn://10.0.0.236/trunk@57341 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 02:30:12 +00:00
bienvenu%netscape.com
518f332f38 removing in favor of idl file,r=mscott
git-svn-id: svn://10.0.0.236/trunk@57340 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 02:28:29 +00:00
bienvenu%netscape.com
5c1d14d6b4 convert nsIImapProtocol.cpp to idl,r=mscott
git-svn-id: svn://10.0.0.236/trunk@57339 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 02:27:43 +00:00
bienvenu%netscape.com
df2a8ac405 add nsIImapProtocol.idl,r=mscott
git-svn-id: svn://10.0.0.236/trunk@57338 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 02:27:17 +00:00
akkana%netscape.com
7b2f1553b5 Use if instead of switch, to eliminate warnings. r=slamm
git-svn-id: svn://10.0.0.236/trunk@57337 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 02:24:29 +00:00
waterson%netscape.com
d218df9d5f Bug 18631. Add GetDataSources() method to nsIRDFCompositeDataSource. r=scottip,rjc
git-svn-id: svn://10.0.0.236/trunk@57336 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 01:59:12 +00:00
rhp%netscape.com
173fdb52d8 Fixes for emoticon recognition - Bug #21203 - r: rhp (externally contributed)
git-svn-id: svn://10.0.0.236/trunk@57335 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 01:56:25 +00:00
wtc%netscape.com
e8b864eb1b 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


git-svn-id: svn://10.0.0.236/trunk@57334 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 01:53:08 +00:00