Граф коммитов

93 Коммитов

Автор SHA1 Сообщение Дата
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
tonyr%fbdesigns.com ac13e292a2 Convert strings to UTF8 when adding to the address book. b=29789, r=chuang@netscape.com a=phil 2000-03-03 01:15:00 +00:00
tonyr%fbdesigns.com 67c4369e6a Bug #28250 Fix import of mail headers for Outlook & Eudora. r=tbesset@slb.com a=phil 2000-02-18 19:54:13 +00:00
wtc%netscape.com 9377345e33 Bugzilla bug #27457: prepare the Windows build system for NSPR library
name change.  Define a new makefile variable LIBPLC.
Modified files:
mozilla/config/config.mak
mozilla/dom/src/build/makefile.win
mozilla/extensions/wallet/cookieviewer/makefile.win
mozilla/extensions/wallet/editor/makefile.win
mozilla/extensions/wallet/signonviewer/makefile.win
mozilla/extensions/wallet/walletpreview/makefile.win
mozilla/mailnews/import/eudora/src/makefile.win
mozilla/mailnews/import/oexpress/makefile.win
mozilla/mailnews/import/outlook/src/makefile.win
mozilla/mailnews/import/src/makefile.win
mozilla/mailnews/import/text/src/makefile.win
mozilla/netwerk/protocol/jar/src/makefile.win
mozilla/profile/Acctidl/makefile.win
mozilla/profile/src/makefile.win
mozilla/xpcom/sample/makefile.win
2000-02-15 14:35:15 +00:00
tonyr%fbdesigns.com 7d7d90be2d Get rid of some debugging code that shouldn't have been there to begin with. 2000-02-14 00:36:00 +00:00
tonyr%fbdesigns.com ee875eb6ea Updated the description to include LDIF 2000-02-14 00:32:51 +00:00
tonyr%fbdesigns.com 86789213df Switch to the category manager for registration 2000-02-11 03:37:28 +00:00
tonyr%fbdesigns.com 9686d54c2f Updated mail import to use nsMsgSend to reconstruct messages 2000-02-11 03:36:20 +00:00
tonyr%fbdesigns.com 0c1ce362ec Switched to use the category manager for registration 2000-02-11 03:35:24 +00:00
tonyr%fbdesigns.com 49e4fd5533 Improved progress reporting 2000-02-11 03:33:54 +00:00
tonyr%fbdesigns.com bbe7e35e54 Added onclick handler for checkboxes 2000-02-11 03:33:02 +00:00
dp%netscape.com b0c7d2e3f2 bug 26937 The code was changing the component registry got from the
service to open the application registry. This causes asserts all
over. The registry we get from the service is always the component
registry. r=dveditz
2000-02-08 23:03:03 +00:00
dp%netscape.com 7a8dd82387 bug 26937 The code was changing the component registry got from the service to open the application registry. This causes asserts all over. The registry we get from the service is always the component registry 2000-02-08 21:54:45 +00:00
scc%netscape.com 73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
bienvenu%netscape.com ece14626a0 allow creation of folders with double-byte characters r=putterman, 26745 2000-02-07 00:20:37 +00:00
pp%ludusdesign.com cc01ef5223 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-06 03:18:27 +00:00
tonyr%fbdesigns.com 9d1d7b745a Added the skin directory 2000-02-05 16:52:19 +00:00
tonyr%fbdesigns.com abc22bfd1d Added workaround for bug #26291 2000-02-05 16:51:41 +00:00
tonyr%fbdesigns.com cb60d023ef Update to use a style sheet rather than setAttribute from JS. bug# 26482 2000-02-05 16:50:45 +00:00
tonyr%fbdesigns.com 7cf24862d3 First Checked In. 2000-02-05 16:45:33 +00:00
tonyr%fbdesigns.com e556b73635 Got rid of those pesky compiler warnings 2000-02-04 01:28:53 +00:00
tonyr%fbdesigns.com 553b59de3e Add progress reporting to mail and address import 2000-02-03 04:56:31 +00:00
tonyr%fbdesigns.com 5e31141872 Fixed bug causing user to always specify location of address books to import 2000-02-03 04:54:09 +00:00
tonyr%fbdesigns.com 07e57f22fd Update the UI for better progress reporting and change text/plain d&d to text/unicode 2000-02-03 00:52:40 +00:00
tonyr%fbdesigns.com 594b654dbc Added better support for progress reporting during mail import 2000-02-03 00:49:53 +00:00
tonyr%fbdesigns.com ab9e14c3c8 Fixed progress reporting for mail import 2000-02-03 00:48:49 +00:00
ducarroz%netscape.com 4f851be879 fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a 2000-02-01 01:53:01 +00:00
tonyr%fbdesigns.com 1e7f0963a5 These files seem to be useful on Unix. 2000-01-30 00:51:59 +00:00
tonyr%fbdesigns.com 85e1da008f Update the progress status to never return < 5 so it looks like we're always doing something! 2000-01-28 23:56:45 +00:00
tonyr%fbdesigns.com 0633cd90d6 Added the rest of the address book fields to the import 2000-01-28 23:51:39 +00:00
tonyr%fbdesigns.com 39c10ca7d0 Updated the tree in the fieldMap UI to work properly 2000-01-28 23:50:40 +00:00
tonyr%fbdesigns.com eb358632bc Added progress information to text import 2000-01-28 23:49:50 +00:00
sfraser%netscape.com 336f69669f Use system includes for stdio.h. r=kin 2000-01-26 23:35:34 +00:00
tonyr%fbdesigns.com 71903370cb Update to build under Unix 2000-01-25 04:40:00 +00:00
dougt%netscape.com f90dd072fc nsIFile Landing 2000-01-24 22:00:59 +00:00
dougt%netscape.com 0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
tonyr%fbdesigns.com 0b6574dbcd Added unix makefiles for import service and text import component 2000-01-23 19:51:23 +00:00
sford3%swbell.net b2c319eae7 Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi 2000-01-17 22:32:13 +00:00
tonyr%fbdesigns.com f659101ae6 Update UI to have single entry point 2000-01-17 06:06:56 +00:00
tonyr%fbdesigns.com d4ce53cf93 Added importDialog.dtd 2000-01-17 06:06:13 +00:00
tonyr%fbdesigns.com ef47f328ce First Checked In. 2000-01-17 06:04:49 +00:00
tonyr%fbdesigns.com 1abe7ce7f9 Update to generic modules and add field map support 2000-01-14 01:41:56 +00:00
tonyr%fbdesigns.com d4e579608c Added field mapping UI 2000-01-14 01:40:34 +00:00