Commit Graph

863 Commits

Author SHA1 Message Date
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
hyatt%netscape.com
756c4d18bc Web shell window now implements the nsIBrowserWindow interface, which will enable it to support window.xxx() calls from JavaScript (eventually). 1999-04-16 18:40:27 +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
pinkerton%netscape.com
3446a8d3d8 added classes for tristate checkbox. 1999-04-16 17:15:43 +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
hyatt%netscape.com
4de7de6ebc The web shell window sets the outermost webshell's type to be chrome. 1999-04-16 08:12:44 +00:00
hyatt%netscape.com
37228ee2b2 Fixing the XUL file to support the new sandboxing syntax. 1999-04-16 08:12:11 +00:00
sspitzer%netscape.com
e4b0d4b25a changes to port profiles to UNIX 1999-04-16 04:20:15 +00:00
sspitzer%netscape.com
678a1be5cd correctly fix bustage 1999-04-16 00:44:36 +00:00
sspitzer%netscape.com
c0e02a090a fixing UNIX bustage 1999-04-16 00:37:43 +00:00
sspitzer%netscape.com
20fe97a336 whoops. 1999-04-16 00:33:18 +00:00
sspitzer%netscape.com
ae10ea6995 fix a warning and UNIX build bustage 1999-04-16 00:31:13 +00:00
davidm%netscape.com
ddbeb7d312 Fix problem where windows would quit after closing the window 1999-04-16 00:23:44 +00:00
radha%netscape.com
ba735cf206 Call into BrowserAppcore for Back & Forward instead of calling javascript 1999-04-15 23:30:49 +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
mcmullen%netscape.com
c73621a74f Moved the system and special directory enums into disjoint ranges, so that nsIFileLocator can retrieve both. 1999-04-15 22:45:47 +00:00
mcmullen%netscape.com
72547f6145 Turned on profiles for macintosh 1999-04-15 22:45:43 +00:00
mcmullen%netscape.com
4ae6450629 Profile directory support - all platforms 1999-04-15 22:45:42 +00:00
law%netscape.com
197a6a0282 Fixing default URL 1999-04-15 22:11:12 +00:00
law%netscape.com
cf2d575ccb Adding viewSource.xul for viewing html source 1999-04-15 21:28:55 +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
matt%netscape.com
3dee2b88bd Work around for the my.netscape.com crash by changing my.netscape.com
to home.netscape.com.
1999-04-13 22:58:22 +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
nisheeth%netscape.com
b66926d1b4 Added tests 14, 15 for XML. 1999-04-13 01:29:59 +00:00
sfraser%netscape.com
a04d540590 Added selection and document attributes. 1999-04-13 01:23:07 +00:00
jj%netscape.com
5a6b1126c5 removed NS libraries from the static lib target 1999-04-13 00:53:12 +00:00
mscott%netscape.com
977968ce0a Checked in for davidm. Export the net support dialog xul file into dist\bin\res\samples. 1999-04-13 00:22:48 +00:00
davidm%netscape.com
3d379aad12 make the file compatible with the new xml parser 1999-04-13 00:13:04 +00:00
saari%netscape.com
b63a2e9a5e menu changes getting ready for dynamic menus 1999-04-13 00:12:40 +00:00
davidm%netscape.com
86b13a8940 added nsDefaultHelper.cpp 1999-04-12 22:33:36 +00:00
davidm%netscape.com
ca43efb383 Changed some code since a variable isn't a COM object. Make Mac use PLEvent queue all the time 1999-04-12 22:32:53 +00:00