troy%netscape.com
|
fe901e9978
|
Fix for bug #6903: changed Reflow() to handle reflow commands of type
StyleChanged
|
1999-06-23 04:18:07 +00:00 |
sfraser%netscape.com
|
e3ac803eeb
|
Just playing around.
|
1999-06-23 03:45:29 +00:00 |
warren%netscape.com
|
23864df5e3
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
troy%netscape.com
|
76b971cb53
|
Fix for bug #6937: changed ConstructFrameByDisplayType() to use the correct
parent frame pointer for floated elements
|
1999-06-23 03:14:24 +00:00 |
hyatt%netscape.com
|
f90cda96d6
|
Landing the tree widget branch.
|
1999-06-23 03:02:21 +00:00 |
syd%netscape.com
|
109e475a84
|
Make sure pointer has a value before dereferencing it.
|
1999-06-23 02:36:04 +00:00 |
ssu%netscape.com
|
e91ce654d5
|
fixing bug #8620
|
1999-06-23 01:44:13 +00:00 |
frankm%eng.sun.com
|
13963eb821
|
Reintroduce Java backend to Unix build.
|
1999-06-23 01:31:04 +00:00 |
jj%netscape.com
|
51b16ea747
|
fixed duplicate code fragment name
|
1999-06-23 01:27:30 +00:00 |
evaughan%netscape.com
|
94d02efcb6
|
Images will now change on hover on titledbuttons.
|
1999-06-23 01:13:58 +00:00 |
gordon%netscape.com
|
cec9f8c25b
|
Updated to match changes to Windows/Unix makefiles.
|
1999-06-23 01:12:57 +00:00 |
gordon%netscape.com
|
4c3fd8666d
|
Added registration of DNS Service.
|
1999-06-23 01:12:01 +00:00 |
gordon%netscape.com
|
fc12496d9c
|
Added include of OpenTransport header files for XP_MAC.
|
1999-06-23 01:11:19 +00:00 |
sspitzer%netscape.com
|
3f34dd6f5b
|
fix warnings
|
1999-06-23 01:05:03 +00:00 |
frankm%eng.sun.com
|
1baceeffa4
|
Re-enable Java backend, this time with an updated Windows makefile.
|
1999-06-23 00:58:35 +00:00 |
alecf%netscape.com
|
3c2dc97f72
|
change NS_DEFINE_IID->NS_DEFINE_CID where appropriate
|
1999-06-23 00:25:37 +00:00 |
alecf%netscape.com
|
a545e2df78
|
expunge NS_DEFINE_IID from apprunner bootstrap
|
1999-06-23 00:24:02 +00:00 |
mccabe%netscape.com
|
81a47bf328
|
Backing out buildsystem aspects of the Java interface backend to xpidl until we can land them safely xp. The xpidl_java.c backend remains.
|
1999-06-23 00:06:29 +00:00 |
mscott%netscape.com
|
878d4be029
|
Redefine MSG_LINEBREAK in terms of NS_LINEBREAK. Later, I'll remove MSG_LINEBREAK all together and just use NS_LINEBREAK.
|
1999-06-23 00:03:14 +00:00 |
alecf%netscape.com
|
5b22b2c9b4
|
make "and" the default
|
1999-06-23 00:02:52 +00:00 |
sspitzer%netscape.com
|
beeac647d5
|
change default to 50 until performance is fixed
|
1999-06-23 00:00:28 +00:00 |
mscott%netscape.com
|
b1645dab90
|
Constructor for nntp url no longer has any arguments.
|
1999-06-22 23:52:15 +00:00 |
mscott%netscape.com
|
4afd54970e
|
Add class ID for nntp urls.
|
1999-06-22 23:52:00 +00:00 |
mscott%netscape.com
|
2856db3df6
|
Remove classid from the interface. We no longer inherit from nsIMsgMailNewsUrl.
|
1999-06-22 23:51:42 +00:00 |
mscott%netscape.com
|
106d6a3918
|
url re-org to use nsMsgMailNewsUrl. this is part of my necko integration work and should also reduce footprint a bit.
|
1999-06-22 23:51:18 +00:00 |
mscott%netscape.com
|
3514a7b7f3
|
QI url to the right type for nsIMsgMailNewsurl methods.
|
1999-06-22 23:49:24 +00:00 |
terry%mozilla.org
|
728e68a306
|
Make attachments remember who submitted that attachment.
|
1999-06-22 23:44:22 +00:00 |
sspitzer%netscape.com
|
50c245e11f
|
more work for respecting the newsrc file. more to come.
|
1999-06-22 23:42:29 +00:00 |
mcmullen%netscape.com
|
7adad5586a
|
Registered nsIFileSpecWithUI
|
1999-06-22 23:32:34 +00:00 |
kin%netscape.com
|
a7c2ae743d
|
Removed hack in EditorExecuteScript() that worked around a
bug in nsIFileSpec.readLine() that has now been fixed.
|
1999-06-22 23:30:21 +00:00 |
sspitzer%netscape.com
|
46408469d7
|
don't compare an nsCOMPtr with NULL
|
1999-06-22 23:26:06 +00:00 |
jefft%netscape.com
|
cea46a2c8e
|
added files: mozilla/mailnews/base/public/nsIMsgCopyService.idl
|
1999-06-22 23:24:25 +00:00 |
mcmullen%netscape.com
|
fe6b4941d5
|
readLine was returning (in its truncation parameter) the exact opposite of the promised boolean. Thanks to kin@netscape.com for pointing this out.
|
1999-06-22 23:21:00 +00:00 |
jefft%netscape.com
|
cd1f3ac8de
|
added new file - nsIMsgCopyService.idl
|
1999-06-22 23:20:56 +00:00 |
kin%netscape.com
|
0105d4c541
|
Modified EditorExecuteScript() to read and execute a line at a time.
This will allow us to load and execute large log files.
|
1999-06-22 23:20:26 +00:00 |
alecf%netscape.com
|
013beb7d4a
|
statically link against mork for now
|
1999-06-22 23:19:09 +00:00 |
bienvenu%netscape.com
|
08c1cbf6b6
|
get rid of link against dso
|
1999-06-22 23:15:58 +00:00 |
bienvenu%netscape.com
|
4c4199a248
|
replace mork with msgmork
|
1999-06-22 23:08:25 +00:00 |
alecf%netscape.com
|
be48037e1c
|
remove -lmork
|
1999-06-22 23:08:24 +00:00 |
sfraser%netscape.com
|
0b935d25af
|
removed files: mozilla/build/mac/test/test2.cpp
|
1999-06-22 23:06:58 +00:00 |
alecf%netscape.com
|
4317842c13
|
construct the URI from the server's GetServerURI rather than manually
|
1999-06-22 23:06:27 +00:00 |
alecf%netscape.com
|
56fb7829b5
|
ignore generated files
|
1999-06-22 23:01:01 +00:00 |
petitta%netscape.com
|
2ee22a094b
|
Updated Build Environment
|
1999-06-22 22:58:56 +00:00 |
petitta%netscape.com
|
b2b7ae476d
|
Updated build environment
|
1999-06-22 22:54:45 +00:00 |
petitta%netscape.com
|
b0777c8753
|
Updates build environment
|
1999-06-22 22:53:55 +00:00 |
sspitzer%netscape.com
|
ca2a18c96e
|
turn a PR_ASSERT() into an NS_ASSERTION() to avoid the abort on UNIX.
see bug #8707
|
1999-06-22 22:40:41 +00:00 |
frankm%eng.sun.com
|
5d22ee70f0
|
First pass at generating Java interfaces from XPIDL
|
1999-06-22 22:39:50 +00:00 |
alecf%netscape.com
|
2160832062
|
add account wizard to mac build
|
1999-06-22 22:33:48 +00:00 |
alecf%netscape.com
|
141ccffa1a
|
add account wizard to the windows build
|
1999-06-22 22:32:40 +00:00 |
ftang%netscape.com
|
7e07e5d4c1
|
add XMLEncodingService
|
1999-06-22 22:30:33 +00:00 |