Commit Graph

26334 Commits

Author SHA1 Message Date
syd%netscape.com
9f5352b832 Remove SetModal interface. 1999-05-08 23:14:35 +00:00
syd%netscape.com
a633cc0343 Cleaned up Create function. Make sure that variables are not NULL before use.
Also, don't free the "home" variable -- this will cause memory corruption the
second time Create is called and will result in weirdo behavior in Gtk+/Glib.
Implemented nsAppShell::GetNativeEvent, nsAppShell::DispatchNativeEvent,
and nsAppShell::EventIsForModalWindow.
1999-05-08 23:13:45 +00:00
syd%netscape.com
ecd191a98a Remove SetModal() native implementation for Gtk+. 1999-05-08 23:09:44 +00:00
syd%netscape.com
2c190b3a4a Remove SetModal() native implementation. 1999-05-08 23:09:05 +00:00
syd%netscape.com
36e8cebe4e Remove nsBaseWidget::SetModal. 1999-05-08 23:08:23 +00:00
syd%netscape.com
c54d4167a4 Remove native SetModal() call. 1999-05-08 23:07:10 +00:00
beard%netscape.com
2fc4558bc2 First Checked In. 1999-05-08 23:05:34 +00:00
beard%netscape.com
53aeae0e01 changed raw calls to stat() to get_file_length(), and redefined get_file_length to mac_get_file_length when building as CodeWarrior plugin. 1999-05-08 23:01:09 +00:00
beard%netscape.com
45e48b2555 renamed get_args() to mac_get_args(), get_file_length redefined as mac_get_file_length when built as CodeWarrior plugin. 1999-05-08 23:00:07 +00:00
beard%netscape.com
b96f880380 removed xpt_dump.c from compiler target, moved exclusively to linker target. 1999-05-08 22:58:42 +00:00
beard%netscape.com
6810590c23 added custom fopen, the only opens files in the output directory, added mac_get_file_length(), which is used in lieu of stat, turned on Disassembly function in linker. 1999-05-08 22:58:07 +00:00
beard%netscape.com
cd2562d26c put in sanity checking of pref data, if its size is incorrect it reverts to factory settings. 1999-05-08 22:56:39 +00:00
beard%netscape.com
9050900930 added mac_get_file_length(), turned off disassembly (moved to linker) 1999-05-08 22:55:42 +00:00
beard%netscape.com
de14b10f6f turned off the "cantDisassemble" bit, moving disassembly to the linker. 1999-05-08 22:54:23 +00:00
blizzard%redhat.com
8a4735e3dc more debugging output, start of some renderingcontext functions 1999-05-08 22:54:03 +00:00
mccabe%netscape.com
0102cfc4e8 - fixed IDL_COMPILE (undefined!) to XPIDL_COMPILE
- made the make stop and error when XPIDLSRCS is defined but MODULE isn't.

- made the make warn when generating (from idl) a .h file that overrides an existing .h file.
1999-05-08 22:28:49 +00:00
rjc%netscape.com
5100f5eef5 Yet another shot at fixing another Unix pedantic issue. 1999-05-08 21:47:49 +00:00
blizzard%redhat.com
9f9c778dbd enough debugging output to make a dozen squid omlets 1999-05-08 21:42:39 +00:00
beard%netscape.com
372ce85eab changed output field to use Str32Field type for alignment purposes (uses 34 bytes rather than 33). 1999-05-08 21:10:22 +00:00
dougt%netscape.com
32d0246c3b Adding Proxy to the unix makefile 1999-05-08 21:10:18 +00:00
beard%netscape.com
ffc0dca732 changed default 'pref' resource to conform to size of XPIDLSettings struct (40 bytes) 1999-05-08 21:09:19 +00:00
rjc%netscape.com
f84a92af1e Try fixing another Unix pedantic issue. 1999-05-08 21:07:18 +00:00
dougt%netscape.com
d008573b76 Adding xpcom/proxy/* to the list. 1999-05-08 20:57:07 +00:00
dougt%netscape.com
4241830fff hooking up proxy to the WINDOWS makefile 1999-05-08 20:55:24 +00:00
beard%netscape.com
bff302c61c using defined(XPIDL_PLUGIN) to determine when to rename main 1999-05-08 20:40:26 +00:00
beard%netscape.com
bd35c444a2 added XPIDL_PLUGIN macro, to distinguish when the code is being compiled as a CodeWarrior plugin. 1999-05-08 20:38:11 +00:00
beard%netscape.com
2a5ab43961 changed link order in linker 1999-05-08 20:37:15 +00:00
beard%netscape.com
489b7a4e02 fixed a 'MENU' resource id conflict (128 is CodeWarrior IDE's Apple menu) 1999-05-08 20:36:56 +00:00
sspitzer%netscape.com
4521fe0936 rename GetNewMail to GetNewMessages. Add support for GetNewNews() to the NntpService interface and implementation 1999-05-08 20:26:45 +00:00
rjc%netscape.com
f44baf6931 Fix Unix pedantic issue. (hopefully) 1999-05-08 20:22:41 +00:00
karnaze%netscape.com
25e7ff8cde added vcard_name html attribute. Added GetVcardName in nsFormFrame. 1999-05-08 19:30:57 +00:00
sspitzer%netscape.com
8e0cc74dc3 fix spelling mistake and wrap printf behind #ifdef DEBUG 1999-05-08 17:47:00 +00:00
sspitzer%netscape.com
82fffcc0c1 *** empty log message *** 1999-05-08 17:25:49 +00:00
sspitzer%netscape.com
f94e488882 changes to get news working. specifically, these changes allow us to parase the xover line and stuff the header info into the right msf file, and then retrieve the right headers later. 1999-05-08 17:25:15 +00:00
beard%netscape.com
27ea6630c3 fixed breakage on platforms not defining OJI (linux?) 1999-05-08 17:24:43 +00:00
sspitzer%netscape.com
657ce27306 kIsRead is now MSG_FLAG_READ 1999-05-08 17:23:30 +00:00
sspitzer%netscape.com
af18cd5692 kIsRead is now MSG_FLAG_READ, so we don't need this 1999-05-08 17:22:40 +00:00
sspitzer%netscape.com
2df54596aa changes for GetLineCount().
we had SetLineCount(), but no GetLineCount().

news will be using GetMessageSize() and SetMessageSize(), but we'll have
the line count, in case we need it.
1999-05-08 17:02:19 +00:00
sspitzer%netscape.com
46147558a0 ignore the generated makefile 1999-05-08 16:59:42 +00:00
beard%netscape.com
ed1a829083 changed map_jsj_thread_to_js_context_impl to use the plugin's instance peer2 to obtain the JSContext. 1999-05-08 16:48:05 +00:00
beard%netscape.com
2d9156dce8 using the JSContext provided by JSObjectHandle wrappers. This forces all Java calls to work in the same JSContext, as specified by a particular JSObject. This may have to be changed, but it lets spontaneous calls from Java work for now. 1999-05-08 16:46:43 +00:00
beard%netscape.com
2c6d20de9f added optional Java applet object parameter to jsj_enter_js 1999-05-08 16:46:41 +00:00
beard%netscape.com
12dc2b3cc4 added optional Java applet object parameter to jsj_enter_js, made cxp an in/out parameter, so caller can specify a JSContext 1999-05-08 16:46:40 +00:00
beard%netscape.com
414e8e3a44 added optional Java applet object parameter to map_jsj_thread_to_js_context callback. 1999-05-08 16:46:38 +00:00
beard%netscape.com
420b774709 implemented NavigatorImpl::JavaEnabled() 1999-05-08 16:37:53 +00:00
beard%netscape.com
fe7b181a91 added GetJSContext() 1999-05-08 16:33:40 +00:00
beard%netscape.com
0fea208890 XP_MAC: ensuring that clipRect field of nsPluginWindow is in port coordinates, per original plugin specification. 1999-05-08 16:33:10 +00:00
beard%netscape.com
1fdc87166b added "application/x-java-applet" as another MIME type for applets. These should be in a header file somewhere. 1999-05-08 15:19:06 +00:00
rjc%netscape.com
ec23883af8 While remote data starts streaming in, assert "loading"="true" attribute. When stream finishes, unassert it. Provide a "loading"="true" CSS style that sets the icon to be loading.gif 1999-05-08 12:42:33 +00:00
locka%iol.ie
de411249e4 Added a directory picker so exe can be run from anywhere and still register the correct Mozilla dir 1999-05-08 12:10:26 +00:00