Commit Graph

135 Commits

Author SHA1 Message Date
amasri%netscape.com
7726bc3d76 Adding localization notes per Bugzilla #39775 Beta2+
r=rchen@netscape.com
2000-06-20 02:30:45 +00:00
amasri%netscape.com
9637cd75fa Adding Localization notes per Bugzilla #39775 Beta2+
r=rchen@netscape.com
2000-06-20 02:20:42 +00:00
amasri%netscape.com
19d725f6b5 Adding localization notes per Bugzilla #39775 beta2+
r=rchen@netscape.com
2000-06-20 02:16:05 +00:00
hyatt%netscape.com
3bae878045 30511 2000-06-19 23:39:43 +00:00
bryner%uiuc.edu
6156d432ab Updating trees for new tree widget. bug 30511. r=hyatt. 2000-06-19 23:03:40 +00:00
rbs%maths.uq.edu.au
26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
tonyr%fbdesigns.com
258e991be5 Fixed import of html messages. b=3157, r=rhp, a=putterman 2000-06-10 16:35:13 +00:00
chuang%netscape.com
01ca543d02 Bug 16422 Import mail list in ldif file, 38844 import ldif file displays
single non-ascii chars as two single chars.  r=putterman
2000-06-08 01:52:50 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
hyatt%netscape.com
a033b47e55 fixing string errors 2000-05-16 08:54:20 +00:00
hyatt%netscape.com
6b99f09130 Fix bustage. 2000-05-16 08:43:56 +00:00
scc%netscape.com
47d9c38f96 fixing bustage 2000-05-16 08:30:36 +00:00
scc%netscape.com
6b6c943696 string fixes 2000-05-15 00:00:32 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
scc%netscape.com
383fdc142e string backsliding. r=mjudge 2000-05-12 07:53:02 +00:00
sspitzer%netscape.com
284b7beebd these skin files have moved 2000-05-11 04:07:48 +00:00
alecf%netscape.com
6a363ba9fa scriptify key methods of nsIMsgSend so that QA can do more whitebox testing 2000-05-10 07:30:45 +00:00
alecf%netscape.com
3666089432 update import stuff to match new api 2000-05-10 06:45:01 +00:00
alecf%netscape.com
f2b19b504e add second parameter to nsISmtpService::FindServer for the datasource 2000-05-10 06:44:06 +00:00
rjc%netscape.com
31fad5b776 Part of fix for bug # 36037: drag&drop change. 2000-05-08 23:43:01 +00:00
tonyr%fbdesigns.com
9bbde92bc9 Updated the import tools to new xul tags 2000-05-06 18:38:41 +00:00
tonyr%fbdesigns.com
01078e6243 Added comment when building with VC++ 5 2000-05-03 14:15:36 +00:00
tonyr%fbdesigns.com
c4ed25e0b4 Getting ready to skin 2000-05-03 14:13:05 +00:00
tonyr%fbdesigns.com
cad6be9311 First Checked In. 2000-05-03 14:12:32 +00:00
sspitzer%netscape.com
a3cd73e352 more fixes. 2000-04-28 04:23:05 +00:00
sspitzer%netscape.com
e367c31117 more bustage fixage 2000-04-28 04:07:58 +00:00
sspitzer%netscape.com
83df722bce more bustage fixed. help from scc. 2000-04-28 04:04:56 +00:00
sspitzer%netscape.com
8cf17967fa more bustage fixage. help from scc. 2000-04-28 04:01:18 +00:00
sspitzer%netscape.com
cdf32dc430 fix bustage. help from scc. 2000-04-28 03:59:34 +00:00
sspitzer%netscape.com
a503099e4b fix the build. 2000-04-28 03:53:57 +00:00
mjudge%netscape.com
c3c9b44819 i dont believe it. more fixes to str 2000-04-28 03:46:32 +00:00
mjudge%netscape.com
58e4d31eae another fix... 2000-04-28 02:57:24 +00:00
mjudge%netscape.com
686b8c8dc1 str bustage 2000-04-28 02:27:04 +00:00
pinkerton%netscape.com
5c7fe474d0 one... more... time... small string fix 2000-04-27 23:30:04 +00:00
scc%netscape.com
5163d22d73 making string conversions explicit 2000-04-27 22:09:11 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
scc%netscape.com
3f0250495b making string conversions explicit 2000-04-24 05:11:18 +00:00
scc%netscape.com
5187e669d8 making string conversions explicit 2000-04-24 04:55:38 +00:00
scc%netscape.com
8a404c62cc making string conversions explicit 2000-04-24 04:47:32 +00:00
sspitzer%netscape.com
5f4eeb963e fix a warning by making the dtor virtual. 2000-04-21 08:13:24 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
tonyr%fbdesigns.com
c98c1a4920 Got rid of some compiler warnings 2000-04-14 14:46:50 +00:00
cls%seawood.org
f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
sspitzer%netscape.com
bc3673f959 use nsIComponentManager.h instead of nsComponetManagerUtils.h directly. 2000-04-02 17:20:50 +00:00
cls%seawood.org
da66e49516 Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point. 2000-04-02 07:17:25 +00:00
sspitzer%netscape.com
b64781d030 fixing build bustage. 2000-03-23 05:27:02 +00:00
tonyr%fbdesigns.com
e55e8d91c0 Lots of i18N fixes for address book importing. 2000-03-19 15:52:33 +00:00
jdunn%netscape.com
30cc7a5490 just adding 'newlines' UGH! 2000-03-14 03:01:38 +00:00
tonyr%fbdesigns.com
f95f358af0 Fix for bug 31242 and a bunch of thread safety issues 2000-03-11 21:30:17 +00:00
pavlov%netscape.com
ce094b4cfc changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00