slamm%netscape.com
f8569c2bf7
Have -MD dependencies cope will missing headerfiles.
1999-03-09 01:31:26 +00:00
slamm%netscape.com
9e3e4c916e
Give error if building in objdir and have previously built in srcdir. Move '-Wall' and '-include' to GNU-only section (silly to test for GNU-only features). Change '-MMD' to '-MD' to include standard headers. Clean '-O' from CFLAGS/CXXFLAGS if MOZ_DEBUG is set.
1999-03-09 01:30:26 +00:00
slamm%netscape.com
ac4169a9eb
Move AC_INCLUDE_OR_DEFINES into OS_CFLAGS/OS_CXXFLAGS.
1999-03-09 01:30:00 +00:00
slamm%netscape.com
5d54e81b57
Move '-O' stripping into configure. Move compile-line defines into configure.
1999-03-09 01:29:57 +00:00
slamm%netscape.com
60303bf300
Script converts .mozconfig.sh into a url to prefill configurator web form. Will be used by client.mk
1999-03-09 01:29:53 +00:00
slamm%netscape.com
09af6b83c1
Script to clean out all 'configure' generated files.
1999-03-09 01:29:50 +00:00
briano%netscape.com
419f73e812
Fixed the permission problem with nsinstall'd binary files, and added rules to make
...
sure shared libraries also get copied into $(DIST)/lib (where they're *supposed* to go).
1999-03-09 01:20:03 +00:00
cmanske%netscape.com
f6fde82269
Added registration of editor factory classes to NS_SetupRegistry
1999-03-09 01:17:21 +00:00
chuang%netscape.com
a375dfd52b
Move throbber to the right, add MsgHome() function.
1999-03-09 01:15:00 +00:00
slamm%netscape.com
9e1c8777a4
Quiet mac warnings.
1999-03-09 01:10:59 +00:00
slamm%netscape.com
2914733a79
Add source tree navigation tool.
1999-03-09 01:07:00 +00:00
rpotts%netscape.com
f5689612b6
fix for bug #3507 . Also replaced raw comparse of nsresult == NS_OK with NS_FAILED(...) or NS_SUCCEEDED(...) macros...
1999-03-09 00:54:07 +00:00
dougt%netscape.com
3b78ce9b51
Removed InstallFolder Object - just using nsStrings now.
...
Now creating tempfiles for ZIP calls
hooked up to nsSpecialSystemDirectory
cleaned up Install() api
1999-03-09 00:50:23 +00:00
briano%netscape.com
f80687e6cf
Fixed my stupid mistake (theoretically) and increased the test timeout to 45 seconds.
1999-03-09 00:44:04 +00:00
vidur%netscape.com
5b9051fe4d
Table of contents example
1999-03-09 00:36:54 +00:00
briano%netscape.com
590f7cf1de
Automated update
1999-03-09 00:30:47 +00:00
akkana%netscape.com
25cd4f851d
Changes to fix the Irix N32/egcs build; thanks to Jason Heirtzler <jasonh@cthulhu.engr.sgi.com>
1999-03-09 00:24:17 +00:00
briano%netscape.com
c4a2f045b8
More fixes, and I added a silly hack to show what compiler is being used.
1999-03-09 00:15:46 +00:00
cmanske%netscape.com
8f19af494f
Removed unused code in editor appcore and cleaned up factory registration
1999-03-09 00:05:27 +00:00
ebina%netscape.com
0b8eef92a3
Changes to make the Mac not complain so much.
1999-03-09 00:04:34 +00:00
mscott%netscape.com
4bf66cdad8
Fix build breakage caused by ebina when he changed nsINetPluginInstance. Looks like nsINetPluginInstance::Initialize() now takes two arguments.
1999-03-08 23:44:22 +00:00
cmanske%netscape.com
b9447ed80b
Removed registration code now done by NSRegisterSelf for editor classes
1999-03-08 22:52:03 +00:00
cmanske%netscape.com
aa780fa49e
Removed registration code no done by NSRegisterSelf for editor classes
1999-03-08 22:51:58 +00:00
cmanske%netscape.com
84e841e009
Fixed editor classes to do autoregistration correctly and moved target directory to bin/components
1999-03-08 22:46:33 +00:00
akkana%netscape.com
aa1c7f3747
Hook up a debug implementation of paste
1999-03-08 22:45:56 +00:00
pinkerton%netscape.com
94cd636616
adding debug printf to see when toolbar frames are being deleted. I don't think they are when display is set to none.
1999-03-08 22:44:44 +00:00
pinkerton%netscape.com
6a383559f4
fix attribute selector for grippies to actually trigger when grippies clicked on.
1999-03-08 22:44:06 +00:00
pinkerton%netscape.com
26b00fd7c4
fix bug where if I didn't check if the first child frame was null during reflow.
1999-03-08 22:43:48 +00:00
val4%cornell.edu
21bcb07687
Some changes here and there. Added noted about PerlConnect.pm. Added update history.
1999-03-08 22:43:17 +00:00
cyeh%netscape.com
2440f48cdc
pdbfiles have a ".pdb" at the end.
1999-03-08 22:40:17 +00:00
cyeh%netscape.com
4885f74377
change MOZ_DEBUGOPT config to not generate PDB files.
1999-03-08 22:38:33 +00:00
dp%netscape.com
553c67688d
adding new exported NR_*Raw() symbols
1999-03-08 22:10:18 +00:00
hyatt%netscape.com
b4b18460ae
Putting the extra items into the bookmarks menu.
1999-03-08 22:09:34 +00:00
ebina%netscape.com
06bb2df981
Add the stream name (URL string) to the nsINetPluginInstance
...
interface in the Initialize method.
1999-03-08 21:57:35 +00:00
alecf%netscape.com
e48b3faaa6
patches from cmanske@netscape.com - use NS_IMETHODIMP* macros instead of declaring nsrefcnt/etc directly
1999-03-08 21:34:16 +00:00
shaver%netscape.com
a913fc8d8c
ignore generated files
1999-03-08 21:27:03 +00:00
shaver%netscape.com
8a80ca4f10
Turn off debugging noise for myself.
...
Parse IIDs, and handle the unspecified case (= 0).
Sort IDE block like a good boy (all hail qsort).
Follow typedefs to make the right thing happen.
Hide [notxpcom] methods, and don't munge their signatures with _retval, etc.
1999-03-08 21:22:29 +00:00
coop%netscape.com
e7e101fcc1
NOT YET PART OF SEAMONKEY:
...
* linker now sorts based on IIDs
* xpt_dump no longer complains about md->result if it is of the correct retval type
1999-03-08 21:13:58 +00:00
shaver%netscape.com
fcc5df1473
display method flags, handle bogus indices
1999-03-08 21:11:08 +00:00
tague%netscape.com
e83d88b1db
Fixed build bustage (lost const)
1999-03-08 21:02:35 +00:00
terry%netscape.com
b71f05bf82
Changed some QA contacts.
1999-03-08 20:47:51 +00:00
dp%netscape.com
2adfc1bd23
Using Raw registry interface so that component urls and filename can be stored without transformation of / and =
1999-03-08 20:40:32 +00:00
dp%netscape.com
88a168c397
Adding Raw interface that wont interpret / in keynames. Plus removed = being a invalid char for keys.
1999-03-08 20:35:54 +00:00
shaver%netscape.com
bc2cbd6fe5
Make params include the name of the interface referenced.
1999-03-08 20:33:35 +00:00
alecf%netscape.com
fd2941ac9d
fix g++ -pedantic bustage
1999-03-08 20:18:53 +00:00
mscott%netscape.com
d379ad42da
Call close on the mail database instead of release.
1999-03-08 20:10:14 +00:00
mscott%netscape.com
ebf253ec21
Call close on the mail database instead of release....
1999-03-08 20:09:42 +00:00
ftang%netscape.com
500b30ded7
reviewed by rickg. Pick up meta tag and change converter
1999-03-08 20:00:23 +00:00
mscott%netscape.com
242888cf4f
When setting the byte range based on the message size subtract one byte (this gives it the proper byte range in the file...).
1999-03-08 19:53:10 +00:00
bienvenu%netscape.com
fcea7370e3
fix db cache lookup bug
1999-03-08 19:50:24 +00:00