Commit Graph

255 Commits

Author SHA1 Message Date
rods%netscape.com
cc6d2337f6 removed the "set" enable/disable methods 1999-04-16 20:03:32 +00:00
rods%netscape.com
a6b341e525 removed nsIDOMMailCore.h 1999-04-16 20:02:27 +00:00
rods%netscape.com
5e485b0086 removed the all mail core files 1999-04-16 20:01:44 +00:00
rods%netscape.com
094e319485 removed enable/disable methods "set" methods 1999-04-16 20:01:09 +00:00
rods%netscape.com
d388a8a039 Removed the "set" enable/disable callback methods 1999-04-16 19:58:55 +00:00
rods%netscape.com
b3a6cba1c5 Removed MailCore.idl 1999-04-16 19:56:04 +00:00
rods%netscape.com
ec513cc8ac Remove the disable/enable callback methods 1999-04-16 19:53:45 +00:00
rods%netscape.com
f7c20decbf removed files: mozilla/xpfe/AppCores/src/nsJSMailCore.cpp, mozilla/xpfe/AppCores/src/nsMailCoreFactory.cpp, mozilla/xpfe/AppCores/src/nsMailCore.cpp 1999-04-16 19:52:06 +00:00
law%netscape.com
be67233af2 Add File->Open support and some null-pointer defenses 1999-04-16 17:46:51 +00:00
mcafee%netscape.com
3dc8a10efc Removing //#define NEW_CLIPBOARD_SUPPORT 1999-04-16 17:36:33 +00:00
hyatt%netscape.com
c4555bdd9f Removing the SetParent to null hack on the content iframe. This causes all
sorts of things to break.  Landing the real fix for this problem.
1999-04-16 08:13:48 +00:00
radha%netscape.com
74e724c1f0 Call nsWebShell's Back() and Forward().nstead of Javascript's. Make sure
that urls that are
entered manually in the urlbar go to the history list maintained by
nsWebShell.
1999-04-15 22:46:38 +00:00
law%netscape.com
729a840484 Adding ShowWindowWithArgs to toolkit core 1999-04-15 21:24:37 +00:00
law%netscape.com
d1ef3830c5 Add support for setting IDLSRCS on command line 1999-04-15 21:02:10 +00:00
sfraser%netscape.com
3b7c4a96b4 Add Test Selection and Test Document to Debug menu 1999-04-15 20:14:00 +00:00
sfraser%netscape.com
30c0421603 Implement GetDocument and GetSelection 1999-04-15 20:13:30 +00:00
sfraser%netscape.com
0b65c89a83 Don't generate link map in debug build 1999-04-15 20:12:57 +00:00
mccabe%netscape.com
a1eb58e008 Enabling xpidl as a standard part of the unix and windows build. Changed checks against BUILD_XPIDL to the (as yet undefined) USE_XPIDL variable in libpref, rdf, xpfe/AppCores, to keep them from firing just yet. The BUILD_XPIDL-enabling machinery in configure.in is unchanged, but BUILD_XPIDL is unused for now.
See http://www.mozilla.org/scriptable/xpidl/ if this breaks you.
1999-04-15 18:28:27 +00:00
buster%netscape.com
05b43e8b5e synched with nsITextEditor changes to text property methods 1999-04-15 06:16:12 +00:00
buster%netscape.com
2e78504cc6 synched with changes to nsITextEditor text property methods 1999-04-15 06:11:16 +00:00
buster%netscape.com
53b5306cec synched with text property API changes in nsITextEditor 1999-04-15 06:09:06 +00:00
radha%netscape.com
088f1a9a46 Set the url string in the url bar when the page is finished loading 1999-04-13 23:22:33 +00:00
ducarroz%netscape.com
ce77041ae1 use C++ prefix file appCoresPrefix.h/appCoresPrefix_debug.h which define _IMPL_NS_DOM in order to fix export problem with auto generated files nsJSxxx.cpp 1999-04-13 18:32:23 +00:00
ducarroz%netscape.com
e5b145fcfe First Checked In. 1999-04-13 18:27:20 +00:00
mcafee%netscape.com
532c2dfe01 Changing return value for IsLargeDataSet() to PRBool. 1999-04-13 10:11:30 +00:00
chuang%netscape.com
c928470dc1 Add mailnews pref panes to preference dialog 1999-04-13 07:43:22 +00:00
sfraser%netscape.com
5d298d534d Added getter stubs for document and selection 1999-04-13 01:31:23 +00:00
sfraser%netscape.com
a04d540590 Added selection and document attributes. 1999-04-13 01:23:07 +00:00
sfraser%netscape.com
53128d7612 Don't crash when quitting with an editor window open. 1999-04-12 20:27:06 +00:00
waterson%netscape.com
ee99f4ed71 Fixed incorrect usage of nsSerivceManager with RDF data source. 1999-04-12 19:02:34 +00:00
morse%netscape.com
512bb97b6b same as previous fix but for safe fillin this time (previous one was for quick fillin 1999-04-11 05:55:02 +00:00
morse%netscape.com
b041f5c897 get wallet working again now that frame structure of apprunner has been altered (for sidebar) 1999-04-11 05:49:38 +00:00
ducarroz%netscape.com
af2d5ca68c need to export NS_InitBaseAppCoreClass as "C" function since nsJSBaseAppCore.cpp has been regenerated. 1999-04-10 04:32:34 +00:00
ducarroz%netscape.com
3d74338bf4 this time the regeneration of this file by idlc is the good one! 1999-04-10 03:32:28 +00:00
ducarroz%netscape.com
f3e8192031 backup last check in, was the wrong file to check in! 1999-04-10 02:22:06 +00:00
ducarroz%netscape.com
89127d4e26 Added an include path for ::dist:webshell before path ::dist to avoid conflict with duplicated file name nsURLListener.h defined into webshell and mailnews. mscott and law will merge those two files in the future. 1999-04-10 02:05:20 +00:00
ducarroz%netscape.com
1b567beb90 regenerated the file with last version of idlc to haveNS_InitBaseAppCoreClass correctly exported, needed by mailnews 1999-04-10 01:22:00 +00:00
law%netscape.com
8e1c2600de Bug #4779 (file download crashes and fix cancel button XML); approved by chofmann 1999-04-09 21:37:53 +00:00
hyatt%netscape.com
54d598d5ff Decreasing height of newly-created windows to 480. Approved by Chris H. 1999-04-08 23:29:27 +00:00
hyatt%netscape.com
3759a58668 Decreasing height of newly-created windows to work around bug #3976. 1999-04-08 23:27:19 +00:00
mcmullen%netscape.com
47e3462825 Bug #4788. Make testing easier by creating an empty default prefs file if it doesn't exist. 1999-04-08 21:57:30 +00:00
law%netscape.com
8fd0a4e421 File download; approved by chofmann 1999-04-08 04:21:15 +00:00
sdagley%netscape.com
f197fdaa60 Fix to properly call new wrapper for GetFile dialog. 1999-04-08 02:59:30 +00:00
slamm%netscape.com
5d71ce6aab added files: mozilla/xpfe/AppCores/src/nsDOMPropsCore.cpp, mozilla/xpfe/AppCores/src/nsDOMPropsCoreFactory.cpp, mozilla/xpfe/AppCores/src/nsJSDOMPropsCore.cpp 1999-04-07 04:30:47 +00:00
slamm%netscape.com
7f2d7cfe0c Adding properties appcore/window. 1999-04-07 04:26:43 +00:00
mcafee%netscape.com
616c553b24 Finishing clipboard ifdef so we can remove the old clipboard. 1999-04-07 03:56:07 +00:00
sspitzer%netscape.com
f028033124 only define these IDLSRCs if they have the IDL stuff 1999-04-07 03:02:48 +00:00
nisheeth%netscape.com
609f21c756 Fixing well-formedness errors reported by expat... 1999-04-07 02:03:08 +00:00
sspitzer%netscape.com
0244a6660d we need go into the idl directory 1999-04-07 02:00:52 +00:00
rods%netscape.com
e7d6ba8fd3 Commented out NEW_CLIPBOARD_SUPPORT 1999-04-07 01:38:49 +00:00