Judson Valeski wrote:
> * Necko protocol factoring > * seawood - because various customers are going to want > various protocol support, perhaps necko can be built w/ > flags that allow for a list of protocols to be built.? Add --enable-necko-secondary-protocols (similar to --with-extensions). Modify netwerk/protocol/Makefile.in to only build selected dirs. Modify netwerk/build2/Makefile.in to set defines based upon NECKO_SECONDARY_PROTOCOLS so that nsNetModule2.cpp isn't trying to register components that we don't compile. win32 might be a bit harder to generate the defines on the fly (still cleaning up from the REQUIRES/win98 mess) but it's doable. Mac.... > * should ftp be put into the core necko lib (many sites use > ftp:// URLs for img tags) This is one for the necko owners. Darin? Gagan? - cls
