Commit Graph

31697 Commits

Author SHA1 Message Date
pollmann%netscape.com
4a7ea1fd49 Getting cursor from style system: Insert paranoia^H^H^H^H^H^H^H^H^H stability code here. 1999-06-25 01:17:18 +00:00
nisheeth%netscape.com
3a7eef5d91 IDL'ized nsIAppShellService. Only enabling for windows right now... 1999-06-25 01:15:19 +00:00
hyatt%netscape.com
071e81fe16 Fixing the editor toolbars to fill the whole toolbox. 1999-06-25 01:10:28 +00:00
briano%netscape.com
703ae26edd Fix for OpenBSD and potentially Solaris/x86. 1999-06-25 01:06:49 +00:00
briano%netscape.com
d7a352e115 Automated update 1999-06-25 00:59:55 +00:00
nisheeth%netscape.com
e2841f5a07 Fix bug 2760. The webcrawler only registers itself as a document loader observer if the right command line arguments are given to viewer. 1999-06-25 00:57:16 +00:00
briano%netscape.com
73f20a6e23 OpenBSD's ld ignores --whole-archive, but has -Bforcearchive which looks like it might work in its place. 1999-06-25 00:52:52 +00:00
sspitzer%netscape.com
49b0602e89 changes to make this not build if path isn't defined 1999-06-25 00:49:28 +00:00
sspitzer%netscape.com
17db6c6ac2 comment the out the unbuilt tests. 1999-06-25 00:35:40 +00:00
sspitzer%netscape.com
1b120fdcfa create makefiles for these tests. 1999-06-25 00:34:36 +00:00
sspitzer%netscape.com
61093429bf fix more warnings 1999-06-25 00:33:20 +00:00
alecf%netscape.com
b6f32dc87c add first cut at some wizard pages 1999-06-25 00:31:19 +00:00
sspitzer%netscape.com
e5214d97ce fix warnings 1999-06-25 00:28:45 +00:00
buster%netscape.com
4d7c316355 fixed Unix bustage. compare nsCOMPtr xxx.get() rather than just xxx 1999-06-25 00:28:28 +00:00
sspitzer%netscape.com
4babc88732 ingnore the generated makefile 1999-06-25 00:25:25 +00:00
sspitzer%netscape.com
f3bc6030be sendpage not built on windows by default 1999-06-25 00:24:28 +00:00
sspitzer%netscape.com
7ea2d6cf80 fix warnings. get this stuff to build on UNIX 1999-06-25 00:23:26 +00:00
sspitzer%netscape.com
dae66c5647 more tests for unix 1999-06-25 00:21:00 +00:00
ftang%netscape.com
108fc44c26 fix multiple inheritance bug 1999-06-25 00:20:37 +00:00
pollmann%netscape.com
e9ee749ccd Use the style system to get the mouse pointer for an image input element. 1999-06-25 00:19:44 +00:00
sspitzer%netscape.com
7221bfe080 makefile changes to get these tests to build on UNIX 1999-06-25 00:19:06 +00:00
rhp%netscape.com
e14df87e9b New function for ULR parsing 1999-06-25 00:10:13 +00:00
putterman%netscape.com
e737e08372 Add NS_INIT_REFCNT() and QueryInterface can query for the correct interface. 1999-06-25 00:09:08 +00:00
warren%netscape.com
a2a64c8c3b Swapped args to NS_OpenURI. Fixed library name. 1999-06-25 00:08:57 +00:00
warren%netscape.com
83e2275608 Swapped args to NS_OpenURI. 1999-06-25 00:08:05 +00:00
warren%netscape.com
59a16f77b9 Added group argument. Swapped args to NS_OpenURI 1999-06-25 00:07:34 +00:00
gagan%netscape.com
21ec6ddf0f More Necko landing changes. 1999-06-25 00:03:22 +00:00
ducarroz%netscape.com
c8528d779d Add nsIMsgSendListener.idl Add nsIMsgSendLaterListener.idl 1999-06-24 23:54:49 +00:00
ducarroz%netscape.com
89695cbc7d Add nsURLFetcher.cpp 1999-06-24 23:54:46 +00:00
rhp%netscape.com
1c192ecb11 Changes for compose reorg 1999-06-24 23:54:34 +00:00
buster%netscape.com
e85123ef14 quiet debug now 1999-06-24 23:50:53 +00:00
ducarroz%netscape.com
cee0f087f5 add comi18n.h 1999-06-24 23:49:25 +00:00
buster%netscape.com
261977f84c fixed build bustage, forgo using nsCOMPtr on views, they can't be ref counted! 1999-06-24 23:49:03 +00:00
buster%netscape.com
4b4a096a17 added behavior for password fields
fixed a bunch of selection bugs
1999-06-24 23:37:55 +00:00
buster%netscape.com
4707ee0cc9 added rules for password behavior 1999-06-24 23:36:56 +00:00
slamm%netscape.com
f4cea56dbf Fix tiny error. 1999-06-24 23:34:56 +00:00
buster%netscape.com
6eaba5847c added nsIEditProperty::img 1999-06-24 23:34:41 +00:00
buster%netscape.com
5b68553f5b added img 1999-06-24 23:33:47 +00:00
buster%netscape.com
ab2b06f0c5 fixed illegal use of nsCOMPtr 1999-06-24 23:33:18 +00:00
buster%netscape.com
c48a20536f attempt to fix mac build 1999-06-24 23:32:03 +00:00
slamm%netscape.com
390a4fa01f Pass all build params to log. 1999-06-24 23:30:34 +00:00
slamm%netscape.com
1ce42e70e0 Add ability to show log fragment. 1999-06-24 23:30:08 +00:00
warren%netscape.com
79d37bdc6c More necko changes. 1999-06-24 23:23:23 +00:00
putterman%netscape.com
71f6c2daf4 use nsIMsgCopyService's CopyMessages. 1999-06-24 23:22:49 +00:00
ftang%netscape.com
7197c8c293 implement our own QueryInterfce to fix casting problem 1999-06-24 23:16:44 +00:00
warren%netscape.com
054ac73b6c Changed our library names from netwerk to necko. 1999-06-24 23:13:46 +00:00
slamm%netscape.com
8f0e83b326 Avoid counting repeated warnings too many times. 1999-06-24 23:01:02 +00:00
warren%netscape.com
3fc52f0e95 Added nsILoadGroup. Changed load attribute strategy to flags. 1999-06-24 22:58:42 +00:00
buster%netscape.com
133251af56 fixed problem that scrollbars would appear on single-line text controls
fixed API masking problem, thanks Simon!
1999-06-24 22:42:50 +00:00
buster%netscape.com
ef65d66461 added GetIID static methods to public interfaces. Code-reviewed by Kevin M. 1999-06-24 22:40:53 +00:00