sspitzer%netscape.com
404e12e054
landing the AB_OUTLINER_BRANCH.
...
fix for #73868 , and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.
r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
dougt%netscape.com
9a75bc4b8e
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mkaply%us.ibm.com
5869930b0b
Fixing linker bustage - we have a new linker, but I haven't got in on the TB yet
2001-12-17 22:40:27 +00:00
seawood%netscape.com
c3ed3c2310
Fixing OS/2 bustage from string changes.
2001-12-17 21:49:19 +00:00
jaggernaut%netscape.com
7936b26225
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
seawood%netscape.com
3738d752bc
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
mscott%netscape.com
2c4c74211a
Bug #89606 --> don't call ODA if we don't have any bytes in the input stream.
...
fixes a crash on linux.
r=bienvenu
sr=sspitzer
2001-12-12 01:44:14 +00:00
ccarlen%netscape.com
d360173601
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:42:22 +00:00
dbaron%fas.harvard.edu
88c03c4196
Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc
2001-11-28 05:22:57 +00:00
bzbarsky%mit.edu
0b19fcf775
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
gerv%gerv.net
4b24af480a
Bug 108177 - change Henrik Gemal's email address to mozilla@gemal.dk . r=gerv, auto-sr=brendan. Comment changes only.
2001-11-10 19:10:40 +00:00
mscott%netscape.com
9558cd1570
fix mac build.
2001-11-10 00:13:19 +00:00
mscott%netscape.com
bfba1cb841
Bug #22960 --> broadcast all the headers at once instead of individually.
...
if not in view all headers mode, only send out the headers we need. This helps
message display performance.
r=ducarroz
sr=sspitzer
2001-11-09 23:31:54 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
seawood%netscape.com
c79715ed1b
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
seawood%netscape.com
6daf60f372
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
jaggernaut%netscape.com
1c9b9161c1
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-29 09:27:57 +00:00
jaggernaut%netscape.com
f7ae567b08
Bug 81444: eliminate |null_nsCOMPtr|. Eliminating all callers, r=syd, rs=mozbot.
2001-10-07 10:58:39 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
gerv%gerv.net
f385eb981a
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3098b78e27
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
2001-09-18 21:47:32 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
cd3da58a2e
Update mailnews REQUIRES and MODULEs for bug 98371, r=cls
2001-09-12 20:30:32 +00:00
alecf%netscape.com
b117322489
add REQUIRES support to mailnews b=98371 r=cls
2001-09-10 20:42:53 +00:00
valeski%netscape.com
ac33036169
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
hewitt%netscape.com
ed03239baa
97487 - splitting up mail css files, r=mscott, sr=sspitzer, a=asa
2001-08-31 22:20:37 +00:00
ducarroz%netscape.com
a76348f819
Fix for bug 71865. Don't need to emit an html box for attachments are attachments are now shown in the chrome. R=varada, SR=sspitzer
2001-08-10 23:15:36 +00:00
mscott%netscape.com
128cc11e9a
Bug #8170 --> force the mime engine to use the category manager when creating emitter objects. This allows people
...
to over ride libmime with their own emitters.
r=ducarroz
sr=bienvenu
2001-08-06 22:19:31 +00:00
jaggernaut%netscape.com
c14d9c09a1
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
jaggernaut%netscape.com
03ab87e4a1
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
waterson%netscape.com
0877b1a573
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
cls%seawood.org
80f526179f
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
nhotta%netscape.com
726a385fc9
Fixed to use NS_ConvertUTF8toUCS2 for UTF-8 strings, bug 86341 (blocker), r=scc, a=leaf.
2001-06-18 18:05:37 +00:00
scc%mozilla.org
6ffb79541e
fixing accidental behavior change from my checkin for bug #85271 . This patch is r=dbaron. Restores the correct return value for the function (|NS_OK| when no converter is found).
2001-06-17 06:17:12 +00:00
scc%mozilla.org
2e8b3e9481
bug #85271 : sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process.
2001-06-17 05:23:38 +00:00
kandrot%netscape.com
d5bd552195
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
valeski%netscape.com
9e8d80d70f
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
bienvenu%netscape.com
d3d7c939d8
backout build bustage fix
2001-04-27 05:58:32 +00:00
bienvenu%netscape.com
5244f65fa0
more string bundle build bustage fixes
2001-04-27 04:44:16 +00:00
ducarroz%netscape.com
50ce025076
Fix for bug 76789. Resole redundant symbols in mailnews in preparion of dll merging. R=varada, SR=sspitzer
2001-04-27 00:22:18 +00:00
jgmyers%netscape.com
18c42ccb65
finish replacing DecodeMimePartIIStr with DecodeMimeHeader: bug 65277 r=nhotta r=ducarroz sr=bienvenu
2001-04-09 21:21:22 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
mscott%netscape.com
f1156067a1
Bug #73738 --> fix a race condition in news. Fix crash trying to display inline images in news articles created by lipr0n.
...
Implement Save and Open attachment for news articles again from the message pane.
sr=bienvenu
2001-03-28 06:21:45 +00:00
cls%seawood.org
703015f4d7
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
mscott%netscape.com
412bba6809
If the date is today then only show a time, don't show the date in the message pane.
...
sr=sspitzer
2001-03-26 05:07:19 +00:00
disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
blakeross%telocity.com
7b5a59b32d
Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt
2001-03-25 16:49:38 +00:00
sspitzer%netscape.com
dc80269535
#72826 fixed sort by sender. r=ducarroz, sr=sspitzer. (thanks to jgmyers for the patch).
...
#72819 added ascend / descend to the "View | Sort By" menu. sr=bienvenu
#72248 properly update the checkboxes for the "View | Sort By" menu (when it is created). sr=bienvenu
#21094 , #72823 some work for "select thread" / "select flagged". sr=bienvenu
change some printf("fix me") into assertions to catch problems.
remove some dead js.
2001-03-23 04:39:54 +00:00
jgmyers%netscape.com
3c7e967b0c
Fix more callers of the MIME header decoder: bug 65277 r=nhotta r=ducarroz sr=bienvenu
2001-03-21 03:20:23 +00:00
dprice%netscape.com
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
dprice%netscape.com
5184a7104b
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dougt%netscape.com
eab041f43f
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
blakeross%telocity.com
a2f95e1567
Inconsistent wording usage (by gemal, 50826). r=hwaara sr=bienvenu
2001-02-12 21:31:45 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
69415757ab
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
ducarroz%netscape.com
5d2c02072f
Fix for bug 22090. Implement Appledouble (encoding & decoding). R=sspitzer, R=sfraser, SR=bienvenu.
2001-01-31 23:22:18 +00:00
dougt%netscape.com
461938270b
backing my ass out. These changes were meant for my branch, not the trunk. sr-leaf
2001-01-25 22:07:38 +00:00
dougt%netscape.com
8ac0f6da84
updating to new necko interfaces
2001-01-25 21:44:59 +00:00
mkaply%us.ibm.com
b354238762
#65732
...
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
chuang%netscape.com
77e9e1de2b
Bug33543 Addresses from reading a newsgroup posting shouldn't be added to collected addresses, r=sspitzer, sr=sr=bienvenu
2001-01-18 05:45:48 +00:00
bryner%uiuc.edu
41e234230a
More dead .cvsignore file removal. Not part of build.
2000-12-28 21:35:32 +00:00
bryner%uiuc.edu
db51fc636e
Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
2000-12-15 07:32:25 +00:00
jdunn%netscape.com
f607214b45
changing previous checkin to be OS/2 friendly using
...
other Makefile's format
# 62202
2000-12-15 00:14:08 +00:00
jdunn%netscape.com
4357748250
nsMimeHtmlEmitter.cpp has a dependency on nsUInt32Array so am linking
...
in libmsgbaseutil so that it is not unresolved.
This is an HP runtime bustage on startup.
sr=alecf@netscape.com
# 62202
2000-12-14 22:42:23 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
sspitzer%netscape.com
bdc932db56
fix uninitialized variable. #59673 . sr=alecf
2000-11-10 15:15:28 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
warren%netscape.com
1c8511e78c
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
2000-08-22 07:03:33 +00:00
mscott%netscape.com
bfa6381945
Bug #47681 --> more polish on the message header pane, reformat the date header so it matches the format we use in the thread pane.
...
r=alecf
2000-08-17 07:35:25 +00:00
rhp%netscape.com
8dcc2fc64d
Fix for extra table in quoted output - Bug #: 46975 - r: rhp - mozilla contribution
2000-08-01 01:25:59 +00:00
rhp%netscape.com
f51347ec0d
Fix for following HTML standards - Bug #: 46788 - r: rhp - mozilla contribution
2000-07-28 21:38:32 +00:00
rhp%netscape.com
f340cfa3ed
Fix for standards compliant HTML output - Bug 46234 - r: rhp - external contribution
2000-07-27 01:04:27 +00:00
rbs%maths.uq.edu.au
29f1b6960b
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
2000-06-15 09:54:41 +00:00
nhotta%netscape.com
52204389d5
Changed charset conversion for UTF-8 to UCS2 to use NS_ConvertUTF8toUCS2, bug 41460, r=mscott.
2000-06-12 23:33:36 +00:00
rhp%netscape.com
6948a27fca
Fixing a problem with double header conversions - Bug #: 34865 - r: putterman
2000-05-19 20:49:55 +00:00
rhp%netscape.com
280eef88b1
Fix for memory leak - Bug #35801 - r: jefft
2000-05-15 20:40:07 +00:00
mscott%netscape.com
131750319f
Bug #31058 -->synch with api change for get URI
2000-05-15 20:35:17 +00:00
danm%netscape.com
e6b9efbec5
top-level chrome dirs are now packages,locales,skins
2000-05-13 21:29:08 +00:00
sspitzer%netscape.com
146551c9fa
these skin files have moved.
2000-05-11 04:04:52 +00:00
jefft%netscape.com
cc939ec96c
round 2,partial fix bug 10802; passed in part number and content type for open attachment
2000-05-02 22:45:44 +00:00
scc%netscape.com
242c9559fb
making string conversions explicit
2000-04-24 04:36:57 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
rhp%netscape.com
a8986e5e6d
Fix for problem with invalid file names - Bug # 24962 - r: bienvenu
2000-04-21 02:13:18 +00:00
danm%netscape.com
622d6fe83b
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
jefft%netscape.com
8603e2c5a2
fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott
2000-04-13 22:19:48 +00:00
warren%netscape.com
4dd2ed3238
Added sanity assertions.
2000-04-13 09:19:47 +00:00
cls%seawood.org
372343f97f
Fix for EXTRA_DSO_LIBS in rules.mk
...
OS/2 Makefile.in changes (Patch 4a). Bug #34106
2000-04-04 07:37:50 +00:00
cls%seawood.org
57978e5c23
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
mscott%netscape.com
384c375219
remove obsolete image files from the repository.
2000-04-03 02:16:59 +00:00
mscott%netscape.com
6b2c88dff5
Remove old addtoab and attachment icons. We have new ones in mailnews/base/resources/content (which is
...
where this kind of stuff belongs) now.
2000-04-03 02:16:25 +00:00
rhp%netscape.com
9fa21556bd
Fixes for header display in printing and mime structure problems - Bug #: 33565 - r: jefft
2000-03-29 23:58:32 +00:00
rhp%netscape.com
df13638128
fixing screwup
2000-03-29 21:01:02 +00:00
rhp%netscape.com
3f914dc86c
Fix for not identifying particular MIME messages - Bug #: 33565 - r: bienvenu
2000-03-29 20:51:11 +00:00