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

1932 Коммитов

Автор SHA1 Сообщение Дата
ssu%netscape.com b151029cf4 fixing bug - 104982 - Uninstaller code needs to broadcast message that default mail/browser client has been changed/reset. r=curt, sr=dveditz 2002-02-16 01:49:51 +00:00
dprice%netscape.com 699521a101 60910 R=gagan SR=dveditz
remove a redundant download request
2002-02-15 02:55:43 +00:00
dbragg%netscape.com 6d93722524 Making the windows region pack installer tolerant of the Mac platform.
Changed the searchplugins folder name to Search Plugins when the install
is run on a Mac.  r=tao, sr=dveditz
2002-02-14 22:38:31 +00:00
curt%netscape.com f760bf69bc Changing error MessageBox to a warning (Attention) - Bug 119530. 2002-02-14 09:52:54 +00:00
curt%netscape.com 5faf415143 Changing error MessageBox to a warning (Attention). Bug #119530 2002-02-14 09:51:08 +00:00
ccarlen%netscape.com 2cf6448a9f Bug 115334 - removing .mcp files that are obsolete since conversion to XML. r=jj/sr=sfraser 2002-02-13 15:01:37 +00:00
bryner%netscape.com a911745886 Bug 123477 - implement HTML button in XBL. r=jkeiser, sr=hyatt. Not turned on yet. 2002-02-13 10:47:18 +00:00
ccarlen%netscape.com 0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
rbs%maths.uq.edu.au bb497bf9c4 Oops, I had forgotten again to include the ucvmath module for the mathfont encoding tables - bug 109826 2002-02-09 07:47:26 +00:00
cathleen%netscape.com 5f6144d372 fix windows installer for static build, bug 124525 r=dp sr=sfraser 2002-02-09 03:06:00 +00:00
seawood%netscape.com 7521028be6 This has quite literally given me a headache 2002-02-08 10:07:35 +00:00
seawood%netscape.com 6d1101ace7 Blindly add xpcom:glue to search path to fix bustage. Bug #120474 2002-02-08 09:24:12 +00:00
rbs%maths.uq.edu.au c2bfa13028 bug 109826 - turn on MathML in default builds (Windows & Linux), r=cls, a=endico on behalf of staff@mozilla.org, a=shaver on behalf of drivers@mozilla.org 2002-02-08 08:32:32 +00:00
kaie%netscape.com edc2974c13 b=123964 PSM missing in Mac OS X nightly
r=jj sr=sfraser
2002-02-08 02:43:35 +00:00
syd%netscape.com e393a46a8b Miscellanous fixes for Linux installer, including 53244, 107803, 122916, 122918.
r=sgehani, sr=dveditz
2002-02-07 03:44:26 +00:00
kaie%netscape.com 7792168b34 b=116334 NSS 3.4 landing
r=cls/wtc sr=kin/simon
2002-02-06 13:31:07 +00:00
bryner%netscape.com 5ca713c1ed bug 123671 - make sure to register forms package (content and skin). r=jag, sr=dveditz. 2002-02-06 03:48:59 +00:00
mjudge%netscape.com 18a162f5cc command handler needed to be added to exports. blocker 123399 2002-02-04 22:58:51 +00:00
mjudge%netscape.com 5ce8eb067c change to export command handler. blocker fix for 123399 2002-02-04 22:53:35 +00:00
seawood%netscape.com c575ed3409 Remove destination file if it exists before copying.
Bug #120586 r=bryner
2002-02-04 09:15:52 +00:00
dveditz%netscape.com b918bcfb25 bug 94108/122881 clean up obsolete components to prevent scary errors
for people who upgrade. patch by curt@netscape.com, r=ssu/sr=dveditz
2002-02-02 00:13:12 +00:00
heikki%netscape.com 3a6fb922c1 Bug 122710, dtd folder in dist/bin should be moved into res. r=rbs@maths.uq.edu.au&harishd, sr=sfraser. 2002-02-01 22:28:55 +00:00
alecf%netscape.com 5483b6f627 one more part of fix for bug 107575, including the much coveted whitespace
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
heikki%netscape.com 55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
curt%netscape.com 0ca963681d Moves xpi wrapped installer up a directory. Fixes 110919. r=leaf sr=dveditz. 2002-01-31 02:23:44 +00:00
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
alecf%netscape.com 28b3772942 First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
dougt%netscape.com c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
curt%netscape.com 22c2a84ece Switch to http 1.0 instead of 1.1. Fixes bug #89701. 2002-01-29 19:08:12 +00:00
bryner%netscape.com 21ed83ed1a Fixing XBL form controls in installer builds -- put nsISelectElement into content_html.xpt and include this file in the xpi. r/sr=jag. 2002-01-26 09:47:25 +00:00
curt%netscape.com 9b45c3207b Adds readme and license files. (Bug #Bug #15901). 2002-01-25 05:47:09 +00:00
curt%netscape.com 6eda3065a7 Addes readme and license file (Bug #Bug #15901). 2002-01-25 05:44:21 +00:00
curt%netscape.com 450f21ef84 For the mozilla stub installer xpi. 2002-01-25 05:30:11 +00:00
curt%netscape.com b8315500f9 Wraps the stub installer into a xpi. 2002-01-25 05:27:06 +00:00
seawood%netscape.com 39ba085fc5 Fix "static" build support for win32 gmake builds.
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
heikki%netscape.com 633177c06d Bug 44458, enable XHTML entities when an XHTML doctype with public id is present in an XML document. r=rbs@maths.uq.edu.au, sr=jst. 2002-01-25 00:07:45 +00:00
cltbld%netscape.com be3537c990 updating for mozilla.0.9.8 2002-01-24 22:15:06 +00:00
cltbld%netscape.com a07e9ab03e updating for mozilla.0.9.8 2002-01-24 22:10:33 +00:00
pinkerton%netscape.com 7180e5e8d1 allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
jst%netscape.com 74b270f1db Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org 2002-01-24 09:20:51 +00:00
jj%netscape.com 2ddc77558c #121494: missing define at the top of the file 2002-01-24 08:30:18 +00:00
jj%netscape.com 22123f6a2a bug #120858: adding talkback to daily mozilla build on MacOS 9. r=leaf, sr=granrose, a=asa 2002-01-23 01:55:48 +00:00
timeless%mac.com 6850fbbc6b Bug 120444 packager/packages-unix does not contain libgfxxprint.so for Xprint
patch by Roland.Mainz@informatik.med.uni-giessen.de r=andre.dahlqvist@telia.com sr=jag a=asa
2002-01-21 21:03:59 +00:00
srilatha%netscape.com 56bf1626c2 Fix for bug # 120438. Properly register messenger-mapi package
r=ssu@netscape.com, sr=dveditz@netscape.com, a=blizzard
2002-01-18 21:48:03 +00:00
timeless%mac.com 61875b24fb Bug 120444 packager/packages-unix does not contain libgfxxprint.so for Xprint
patch by Roland.Mainz@informatik.med.uni-giessen.de r=mcafee sr=jst a=blizzard
2002-01-18 15:07:39 +00:00
curt%netscape.com 5a31336e0e Uses the version information passed in through $ARGV[0] to create other variables whereever possible to improve maintainability. 2002-01-18 06:33:33 +00:00
seawood%netscape.com e56e20b1dc Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
seawood%netscape.com 516c9ddece Remove BUILD_OFFICIAL requirement for building packages.
Thanks to David Baron <dbaron@fas.harvard.edu> for the patch.
Bug #119649 r=cls
2002-01-16 01:06:18 +00:00
ssu%netscape.com efdef8f34e fixing bug 90071 - Mozilla does not appear in Windows List of Mail Applications. r=curt, sr=dveditz 2002-01-15 07:20:31 +00:00
bryner%netscape.com d3eb48e4c0 Bug 119757 - forms.jar missing from installer builds. r=timeless, sr=jag. 2002-01-14 03:37:25 +00:00