gecko-dev/netwerk/base
1999-11-03 03:43:13 +00:00
..
public Added file. Not in the build. Some utility code for color console messages on Unix. Using this is simple- Declare PRINTF_FOO in the scope of your printf statements where FOO is one of the colors in (YELLOW, RED, CYAN, BLUE, MAGENTA, GREEN) and any printfs in that scope will print in color. You may also start and stop colors by using STARTF00 and ENDCOLOR. So you can try something like printf(STARTRED "Red " STARTBLUE "Blue" ENDCOLOR); 1999-11-03 03:43:13 +00:00
src bug #3469 (r=warren). Fixing nsLoadGroup::Cancel() to call cancel on all active transports and subgroups... 1999-11-02 08:00:07 +00:00
tests Ability for XPCOM to use non-default component registry and component directory 1999-09-16 19:28:57 +00:00
.cvsignore First Checked In 1999-05-28 09:11:38 +00:00
Makefile.in General cleanup. 1999-09-14 01:35:43 +00:00
makefile.win Changed our library names from netwerk to necko. 1999-06-24 23:13:46 +00:00