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

44 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com fa82fdf0e7 Fix problem with autocomplete, bug 14281 1999-09-22 01:37:43 +00:00
chuang%netscape.com 30f1f5a0f2 Fix Bug 12882 International sort doesn't work for Address Book 1999-09-16 03:49:47 +00:00
briano%netscape.com 22b5e77499 General cleanup. 1999-09-14 22:49:58 +00:00
chuang%netscape.com b1ec7ea992 handle double byte strings 1999-09-14 21:55:54 +00:00
mscott%netscape.com 074896c67b simplify interface by removing nsString requirement from several methods 1999-08-27 20:53:34 +00:00
chuang%netscape.com aadb72ddfd Add Directory Uri to datasource 1999-08-26 05:05:43 +00:00
chuang%netscape.com 8f3de42ae5 fic build bustage 1999-08-26 03:26:37 +00:00
chuang%netscape.com 1b580fdf43 Add address book ui to datasource 1999-08-26 03:03:25 +00:00
chuang%netscape.com 01cfaff029 Import address book 1999-08-25 21:19:37 +00:00
bienvenu%netscape.com 0f8b103280 add idl file for ab history, not part of build yet 1999-08-20 19:08:19 +00:00
bienvenu%netscape.com 73ed1ec7f9 add directory param to getcardforemailaddress 1999-08-19 19:55:39 +00:00
bienvenu%netscape.com 5b7673bd39 add nsIAbAddressCollecter.idl to windows and unix makefiles 1999-08-18 05:33:09 +00:00
bienvenu%netscape.com e67e36fe83 add method to get card given e-mail address 1999-08-18 04:07:55 +00:00
bienvenu%netscape.com 609ea25753 address collecter, not part of build 1999-08-12 14:37:26 +00:00
mccabe%netscape.com 2a403483de Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
chuang%netscape.com 74311a9c00 fix Bug 11399 and add remove address book backend 1999-08-09 19:09:32 +00:00
sspitzer%netscape.com 20e4a07aa6 changes for printing from addressbook 1999-08-06 07:42:20 +00:00
chuang%netscape.com 95acd1c7b5 fix bug11198 Crash creating, deleting or editing a card in Abook, when Abook is opened the 2nd time in one messenger session 1999-08-05 04:27:57 +00:00
mscott%netscape.com 01ab699db6 Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko. 1999-07-29 00:42:25 +00:00
waterson%netscape.com 91a8ac09e7 Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism. 1999-07-27 17:20:28 +00:00
chuang%netscape.com 683db40509 rename function for consistency 1999-07-26 07:33:16 +00:00
chuang%netscape.com 4f5ecccc0a Add "Edit new feature attributes" support 1999-07-24 19:06:08 +00:00
chuang%netscape.com 24860f5c06 Address book new feature attributes support and fix bug 10087 1999-07-22 04:12:25 +00:00
chuang%netscape.com c2d7d883c9 Multiple address book support and new address book 1999-07-19 22:52:23 +00:00
sspitzer%netscape.com 07e0c993b4 changes to enable crude autocomplete 1999-07-13 19:08:27 +00:00
sspitzer%netscape.com 983a3c575f changes to get simple addressbook autocompletion working. not part of the build yet. 1999-07-09 19:00:31 +00:00
mscott%netscape.com 1871fe9326 Not part of the build....this is the first pass at a couple of simple auto completion interfaces that sspizter and I
are taking a quick look at in order to get the ball rolling.
1999-07-09 17:55:19 +00:00
chuang%netscape.com 432c877621 Address Book Add, Remove and Edit card landing, approved by chofmann 1999-07-07 19:06:40 +00:00
chuang%netscape.com 0036c3dbb3 new file, not in build 1999-07-07 00:04:38 +00:00
chuang%netscape.com 5f468519e4 Add New Card function and remove hardcoded datd from address book 1999-07-01 20:04:04 +00:00
chuang%netscape.com 61bb30722b New file, not in the build 1999-06-29 00:09:24 +00:00
sspitzer%netscape.com fd2b71c697 fix for #8249 to get card pane to work on linux.
I had to remove NO_GET_XPT=1 line from Makefile.in.

This was causing the following error at run time:

JavaScript error: uncaught exception: Could not convert JavaScript argument (NULL value can not be used for a C++ reference type) arg 0 [nsIRDFResource.QueryInterface, {file: file:////builds/sspitzer/MOZILLA/06.16.1999/04.30/mozilla/dist/bin/chrome/addressbook/content/default/resultPane.xul, line: 160}]
1999-06-16 20:14:31 +00:00
sspitzer%netscape.com 8e1f5787ca fix build bustage for chuang 1999-06-16 00:13:25 +00:00
chuang%netscape.com 038cc7ce69 Add address book database code and other fixes 1999-06-16 00:04:49 +00:00
chuang%netscape.com f02bf8ed39 First check in 1999-06-15 23:50:33 +00:00
sspitzer%netscape.com 026c93aa61 giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.) 1999-06-08 02:22:10 +00:00
sspitzer%netscape.com 614b25751b giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
mscott%netscape.com 266ed15e24 Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00
chuang%netscape.com b30fb29fff Hook up directory preferences 1999-06-03 21:41:27 +00:00
ducarroz%netscape.com 7161234e94 Don't export header files that are generated by the XPIDL compiler. Part of mailnews Mac XPIDL landing. 1999-06-02 00:07:21 +00:00
sspitzer%netscape.com 0123e2d7ab checkin to (hopefully) get the build working. thanks to alecf / scottip 1999-05-18 00:59:39 +00:00
ducarroz%netscape.com 29a04f0fc5 First Checked In. 1999-05-18 00:11:30 +00:00
sspitzer%netscape.com 9290e10260 cvs ignorage for the generated makefiles 1999-05-17 21:26:37 +00:00
chuang%netscape.com 1f3422ad3a First check in. Address Book Data Source w/ hardcoded data. 1999-05-17 20:16:22 +00:00