782 Commits

Author SHA1 Message Date
hyatt%netscape.com
3759a58668 Decreasing height of newly-created windows to work around bug #3976. 1999-04-08 23:27:19 +00:00
hyatt%netscape.com
c0f111d872 Decreasing the height of the window to provide a workaround for bug #3976.
Approved by Chris H.
1999-04-08 23:26:08 +00:00
law%netscape.com
134ff18a77 Bug #3735; link targetting; reviewed by matt@netscape.com; approvied by chofmann@netscape.com (via don@netscape.com) 1999-04-08 23:05:23 +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
18ee0a79d8 Fixing screw-up I had applied earlier to OnEndDocumentLoad 1999-04-08 06:58:13 +00:00
radha%netscape.com
c47fb16061 Don't add the rdfAppcore explicitly, since that call fails internally in Appcoresmanager
and control is never returned to Javascript to execute the loadURL call.
rdfCore.Init() already does the job of XPAppcoresManager.add()
1999-04-08 05:14:31 +00:00
saari%netscape.com
897f0bc9af fix for bug #4562 > mozilla/widget/src/mac/nsMacEventHandler.cpp - commented out 3 lines mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Added 2 #ifdef XP_MAC changes that should go away by M5. The problem is that the nsMenuBar class doesn't know when it is through building a menubar from XUL since nsWebShellWindow actually does the construction today. That will change when menus build themselves, which needs to be done for M5's dynamic menu construction. So the hack would go away sometime soon. Previously, the nsMacEventHandler would get a deactivate event before bringing up a dialog or another window... why this isn't happening anymore, I don't know. Perhaps this is a bug in itself, but I was the only one relying on the behavior, and that reliance was a hack to begin with. 1999-04-08 04:29:37 +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
evaughan%netscape.com
d8e4fb2275 Made secure connection have a display type of none by default. 1999-04-07 23:15:06 +00:00
davidm%netscape.com
db54b8bde4 Fixed typo 1999-04-07 06:48:13 +00:00
davidm%netscape.com
7a54d7e20d Register the NetDialogSupport component. 1999-04-07 06:35:05 +00:00
davidm%netscape.com
4248980b5d Added support for nsNetSupportDialog factory 1999-04-07 06:33:11 +00:00
davidm%netscape.com
204e95577b Added nsINetSupportDialogService.h 1999-04-07 06:31:48 +00:00
davidm%netscape.com
a20d78c7ee added nsNetSupportDialog.cpp 1999-04-07 06:30:53 +00:00
davidm%netscape.com
d9c3de5d40 added nsINetSupportDialogService.h 1999-04-07 06:30:28 +00:00
davidm%netscape.com
521221db83 Added nsNetSupportDialog.cp 1999-04-07 06:30:02 +00:00
davidm%netscape.com
cab01f5713 Update routines so that they will be callable through COMConnect. Added routines for listening to mouse events. 1999-04-07 06:17:33 +00:00
toshok%hungry.com
4c39fd9f40 add -lraptorplugin 1999-04-07 05:26:54 +00:00
davidm%netscape.com
fc9770dadb First Checked In. 1999-04-07 05:02:00 +00:00
davidm%netscape.com
b53049939c Add nsINetSupportDialogService.h 1999-04-07 04:59:56 +00:00
davidm%netscape.com
16e47f0759 First Checked In. 1999-04-07 04:36:29 +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
davidm%netscape.com
49984a4c38 Add declaration to prevent hard to figure out compiler error 1999-04-07 04:30:13 +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
matt%netscape.com
436cf9bd8c Adding help page 1999-04-07 02:50:06 +00:00
nisheeth%netscape.com
bead591b4b Fixing well-formedness errors reported by expat... 1999-04-07 02:26:53 +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
danm%netscape.com
2ee20b1e2b removing password dialog testing link 1999-04-07 01:13:48 +00:00
waterson%netscape.com
7705333bcf Added asserts to check for null pointers being passed in from JS. 1999-04-07 00:13:08 +00:00
waterson%netscape.com
a375c521f5 Changed to use chrom: URL. 1999-04-07 00:09:03 +00:00
waterson%netscape.com
73e19f3a9b Changed to use chrome: URL for style. 1999-04-07 00:08:28 +00:00
alecf%netscape.com
472bb5064f export a bunch of XPIDL-compatible interface stubs so that mail/news can compile 1999-04-06 23:48:11 +00:00
matt%netscape.com
0ea644a251 Adding slidebar to navigator.xul....Check on mac and linux. 1999-04-06 23:18:42 +00:00
radha%netscape.com
22d69076a1 Add menu item "Manage History" under Tasks. 1999-04-06 23:15:06 +00:00
mcmullen%netscape.com
9508e37751 Int radio buttons were trying to write a bool pref. Oops. 1999-04-06 23:06:02 +00:00
rods%netscape.com
3f6949bc87 Chnaged over to new way of getting file urls 1999-04-06 23:03:30 +00:00
nisheeth%netscape.com
2442e172e5 Fixing well-formedness errors reported by expat... 1999-04-06 22:32:42 +00:00
mcmullen%netscape.com
f8be7c8719 Fix a typo 1999-04-06 22:09:47 +00:00
mcmullen%netscape.com
a8f6667cf9 Prefs directory for unix. 1999-04-06 22:09:27 +00:00
law%netscape.com
23e04144c4 Add support for new file download dialogs 1999-04-06 21:36:50 +00:00
radha%netscape.com
32b6705937 Remove few denug printfs 1999-04-06 21:24:44 +00:00
radha%netscape.com
425c550353 BrowserAppcore uses the new nsIDocumentLoaderObserver instead of nsIStreamObserver 1999-04-06 21:02:56 +00:00
radha%netscape.com
66a9f51d6a Webshellwindow implements the new nsIDocumentLoderObserver. 1999-04-06 21:01:51 +00:00
mcmullen%netscape.com
f9a24c5f08 Checks for null 1999-04-06 19:36:26 +00:00
law%netscape.com
79bade248e Updates 1999-04-06 19:34:47 +00:00