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

108 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com c1561c3f0d fix warning and fix bug #18036, r=bienvenu, a=chofmann.
prevent the infinite loop when applying filters to mail if a filter
rule uses an arbitrary header.
1999-11-05 01:58:03 +00:00
bienvenu%netscape.com 8ffd497d4d fix body filters, r=sspitzer 17058 1999-10-29 21:33:44 +00:00
bienvenu%netscape.com 3c48ff5d15 fix mac build bustage 1999-10-28 21:20:40 +00:00
bienvenu%netscape.com 7d8cde07b7 work on body filters and search r=mscott 1999-10-28 20:13:22 +00:00
bienvenu%netscape.com 7fa3868505 turn on date filters, r=mscott 10416 1999-10-27 22:45:18 +00:00
mccabe%netscape.com 1254c49293 Fix IDL to use native <idl-name>(<C++-name>); instead of just native <idl-name>; This is prep to make the tree compile with a new error mode landing in xpidl shortly.
Preperatory to a fix to 17013; I'm doing this as a separate checkin to avoid any checkin-skew danger.

r=shaver.
1999-10-26 23:26:28 +00:00
putterman%netscape.com 685382cce8 Switch over mailnews/base to use nsIModule. I forgot to mention that these
checkins were reviewed by mscott.  There's no bug.
1999-10-10 22:32:25 +00:00
dveditz%netscape.com 2b60c91417 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
hyatt%netscape.com 9e75934ef0 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
mccabe%netscape.com 39e5fe6519 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
briano%netscape.com 4d74b5b41f General cleanup. 1999-09-14 22:49:58 +00:00
arielb%rice.edu 3d3429187d spamming tree with NS_DECL_IFOO's. generated code from macros replacing code in .h files 1999-09-09 06:02:05 +00:00
alecf%netscape.com 28d99073ed use new NSPR types 1999-09-08 05:22:08 +00:00
alecf%netscape.com 4a545cf0c6 switch to PR_TRUE/PR_FALSE/etc... 1999-09-08 05:20:39 +00:00
briano%netscape.com 5b56d228d7 Fix for objdir builds. 1999-09-02 02:21:24 +00:00
cyeh%netscape.com cc2825cbe0 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
alecf%netscape.com 4b13cb9f48 some minor fixes for GFX widgets and changes to the DOM. 1999-08-31 06:14:50 +00:00
alecf%netscape.com 5e7b4fe1c5 add search locale to unix build 1999-08-31 03:22:23 +00:00
alecf%netscape.com a5dd9fbf74 add makefiles for locale directory 1999-08-30 22:07:55 +00:00
alecf%netscape.com 7dfc2a3fc7 oops, wrong depth 1999-08-30 22:06:59 +00:00
alecf%netscape.com 667abbcf29 fix makefiles 1999-08-30 22:06:36 +00:00
alecf%netscape.com cd890e0bf3 add DTDs to search 1999-08-30 22:03:42 +00:00
alecf%netscape.com bbef8d7223 move entities into external DTD 1999-08-30 22:02:49 +00:00
mscott%netscape.com d433eeb80e Bug #12558 --> nsCString nsString(eTwoByte) --> nsString, nsString2 --> nsString changes 1999-08-27 21:03:25 +00:00
mscott%netscape.com cd38c6ccf0 Bug #12558 --> nsCString cleanup work. 1999-08-27 21:02:17 +00:00
phil%netscape.com 427b51ccdc Fix bug 12494. We were misinterpreting the return code from nsString::Equals, so 'is' filters were misfiring 1999-08-25 23:58:41 +00:00
slamm%netscape.com 96a104b9b9 Removed items from DIRS that do not exist. 1999-08-24 21:45:26 +00:00
bienvenu%netscape.com 403754af19 remove NS_COMFALSE 1999-08-22 18:10:21 +00:00
mccabe%netscape.com d6e7410f31 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
cls%seawood.org 9eea17be39 Various fixes to let the tree compile with gcc 2.95:
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.

Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
bienvenu%netscape.com 225ff9cab6 get rid of nsString2 1999-08-07 02:32:02 +00:00
mscott%netscape.com ad90319d2c 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
sspitzer%netscape.com 49dc7cbee3 fix warnings 1999-07-17 18:32:18 +00:00
bienvenu%netscape.com 6e60da3589 change name of search library, fix warnings 1999-07-13 18:50:33 +00:00
rhp%netscape.com 65ff7eee4e Compose back end cleanup 1999-07-13 18:38:36 +00:00
bienvenu%netscape.com d5813e5d97 fix unix warnings 1999-07-03 21:29:50 +00:00
dveditz%netscape.com 4c4f269dd4 nakefile cleanups 1999-07-02 13:42:17 +00:00
dveditz%netscape.com 5dd9cff22d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
sspitzer%netscape.com 65d56db5be thanks for syd for this fix. 1999-07-02 07:14:11 +00:00
alecf%netscape.com 8c22bc3439 add IIDs for interfaces to stop XPConnect from complaining 1999-07-02 07:11:02 +00:00
alecf%netscape.com b5bd21cefd fix mac bustage 1999-07-02 04:21:42 +00:00
sspitzer%netscape.com 2b575e5b0f fix warning. if you're anal and you know it clap your hands. 1999-07-02 04:21:32 +00:00
waterson%netscape.com 3631aa500a Use if-else instead of ?: because VC5.0 is stupid. 1999-07-02 04:18:59 +00:00
sspitzer%netscape.com 55c22f2151 cast to fix build bustage 1999-07-02 04:15:38 +00:00
alecf%netscape.com 94f8856ba1 forgot to export these files 1999-07-02 04:00:54 +00:00
alecf%netscape.com 118fe88e5e XPIDLize the search backend so we can put a UI on top of it. 1999-07-02 02:33:39 +00:00
ducarroz%netscape.com a9de813753 Replace time_t by PRTime 1999-06-30 21:04:29 +00:00
bienvenu%netscape.com 084fa475fa add check for allocation failure 1999-06-30 00:11:02 +00:00
scc%netscape.com 54c96baa72 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
sspitzer%netscape.com da5ff618e4 fix warning 1999-06-26 20:48:10 +00:00