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

99076 Коммитов

Автор SHA1 Сообщение Дата
ian%hixie.ch c0b727f88f Fix typo in the previous checkin that was making virgin installations not load the General module. 2002-03-08 18:39:39 +00:00
karnaze%netscape.com 73bbda0a2c new regression tests, not affecting the build 2002-03-08 17:31:01 +00:00
peterlubczynski%netscape.com 3daac54bd1 Fix for windowless plugins not painting in the right place, bug 118721 patch by mailto:dbrittain@superscape.com r=peterl sr=roc+moz a=asa 2002-03-08 15:49:43 +00:00
mkaply%us.ibm.com e3ae592a10 #100186
r=jkeiser, sr=attinasi, a=asa
On OS/2 and Windows, handle F4 to roll up and down dropdowns
2002-03-08 15:49:30 +00:00
ian%hixie.ch 23f3aaf4dc Updating various version strings to 2.2. 2002-03-08 15:43:31 +00:00
ian%hixie.ch 05de38c44f Split out the General module into its own file. This removes any version number dependence in mozbot.pl, which means that future updates will not automatically require mozbots to be restarted. b=124662, r=imajes 2002-03-08 15:39:47 +00:00
karnaze%netscape.com 82d9323758 bug 92868 (also bugs 51037, 90960, 91443) - Simplified the style context provider mechanism, changed frame manager to re-resolve the provider first and to use correct style context in a few other places, sr=roc, r= bernd, a=asa. 2002-03-08 15:34:33 +00:00
ian%hixie.ch 58cf26a902 Spelling module. Checks your spelling on the fly. b=126612, r=imajes, code originally by mental. 2002-03-08 15:15:24 +00:00
bienvenu%netscape.com 6f87ee9813 remove copy folder location menu item from server context menus r=hwaara, sr=sspitzer 129557 2002-03-08 14:52:39 +00:00
bienvenu%netscape.com d5a250d75b fix 104020 and 119592 problems with sending offline notification after socket transport shutdown so add a new notification sent before that r=ccarlen sr=sspitzer a=asa 2002-03-08 14:51:00 +00:00
peterv%netscape.com 21c63b4fb1 Fix LDAP experimental code bustage from darin's landing. Bug 124042. r=dmose. Not part of the default build. 2002-03-08 13:13:25 +00:00
jdunn%netscape.com 0b445276bf fixing --disable-xprint bustage (i.e. AIX)
strcasecmp is defined in strings.h which is NOT included if
XPRINT is enabled.  So to simply matters, switching calls
to PL_strcasecmp.

Submitted by pkw@austin.ibm.com
# 125078
sr=shaver@mozilla.org
a=asa@mozilla.org
2002-03-08 12:40:20 +00:00
jdunn%netscape.com 9880fa61a9 fixing AIX bustage and sticking with the c++ standard for "friend" and
"function protyping" guidelines

Submitted by pkw@austin.ibm.com
# 43311
sr=jaggernaut@netscape.com
a=asa@mozilla.org
2002-03-08 12:37:00 +00:00
seawood%netscape.com 3b24c6bdae Default to using in-tree versions of nspr, zlib, jpeg, png & mng rather than checking for system version as some of our system checks suck & we have version mismatches in the tree.
Bug #127526 r=bryner a=asa
2002-03-08 06:57:47 +00:00
seawood%netscape.com 45abd86d38 Fix link ordering issues in static builds for OpenVMS & Sun Forte builds.
Thanks to Colin Blake <colin@theblakes.com> for the patch.
Bug #128844 r=cls a=asa
2002-03-08 06:21:47 +00:00
varga%utcru.sk 0668868037 Fix for bu 127005. Page-down in outliner changes the selection.
r=bryner, sr=blake, a=asa
2002-03-08 05:17:30 +00:00
bryner%netscape.com cd261adcf0 Don't fire an extra blur when popup windows are opened and then immediately focused on Linux, by suppressing firing the blur during NS_GOTFOCUS handling if we are in the middle of an activate sequence. Bug 120209, r=saari, sr=hyatt/darin, a=asa. 2002-03-08 04:00:37 +00:00
sspitzer%netscape.com 63f71c35e2 fix for bug #128766. "Go Ahead" button should be "Finish" on the mac.
r=hwaara, sr=bienvenu, a=asa
2002-03-08 02:48:51 +00:00
bzbarsky%mit.edu d86918a512 Take out fix of bug 40809, since it no longer seems necessary and hurts
performance.  Bug 129192, r=harishd, sr=jst, a=asa
2002-03-08 02:43:17 +00:00
cavin%netscape.com aeaf4de050 Fix for 128535. Used case sensitive hashing on email address when locating the associated card. r=ducarroz, sr=sspitzer, a=asa. 2002-03-08 02:26:59 +00:00
dbaron%fas.harvard.edu cf1e007f02 Fix |#ifdef CSS_REPORT_PARSE_ERRORS| (not part of default build) bustage from darin's checkin for bug 124042. 2002-03-08 02:25:59 +00:00
rginda%netscape.com 6c79c65bef Bug 129503, "IsCapabilityEnabled should return PR_TRUE if no script on stack"
sr=brendan, r=mstoltz, a=asa
If the js stack has no principals on it, return PR_TRUE from IsCapabilityEnabled
.  Currently, the only time we'd have a stack devoid of principals is when all f
unctions are native.  If this assumption changes, this may need to be revisited
(depending on what it would mean to be a compiled script without a principal.)
2002-03-08 02:20:55 +00:00
sspitzer%netscape.com 91fecccc24 fix for #129164. regression "print address book" does nothing, r=ducarroz, sr=bievenu, a=asa,shaver 2002-03-08 01:51:41 +00:00
seawood%netscape.com 05677fad63 This patch replaces the bogus USE_AUTOCONF ifdef + platform ifdef tests with a
simple HAVE_LOCALTIME_R test.  -DHAVE_LOCALTIME_R has been added to the
js/src/config/<platform>.mks as necessary.
bug #128556 r=brendan sr=shaver a=asa
2002-03-08 01:42:32 +00:00
cmanske%netscape.com 988957de08 Update to Composer Publishing UI, b=88208, r=brade, sr=kin, a=asa 2002-03-08 01:24:40 +00:00
ftang%netscape.com a8393a1bb8 fix bug 9519 r=ftang sr=brendan a=roc+moz
make uconv code port to 32 bits clean for arm arch
thansk  jeroen.dobbelaere@acunia.com
2002-03-08 01:12:33 +00:00
bryner%netscape.com 38783bc81e Don't crash when the user changes OS themes (bug 129314). This avoids reconstructing the rule tree, which is unnecessary and currently buggy. r=pinkerton, sr=hyatt, a=asa. 2002-03-08 00:53:04 +00:00
cmanske%netscape.com c1690f8a5f Update to Composer Publishing UI, b=88208, r=brade, sr=kin, a=asa 2002-03-08 00:37:47 +00:00
dougt%netscape.com bf40d74af7 fixing a comment a=dbaron. bug 124002 2002-03-08 00:05:34 +00:00
wtc%netscape.com e3c087039e Bugzilla bug 129298: the assertion may be false. Remove it, and initialize
stanNick to NULL.  r=mcgreer.
2002-03-08 00:02:35 +00:00
bryner%netscape.com f3b840d0cd Adding some missing .cvsignore files. a=leaf. 2002-03-08 00:00:05 +00:00
timeless%mac.com b1313459ad Bug 128841 "Relative links" should really be "Related links"
patch by mikejk@ameritech.net r=choess@stwing.upenn.edu sr=jag a=asa
2002-03-07 23:50:16 +00:00
dbaron%fas.harvard.edu 9354277a23 Fix top theme switching crash by clearing the outliner's style caches from DidSetStyleContext instead of FlushMiscWidgetInfo. b=116038 sr=hyatt r=bzbarsky a=asa 2002-03-07 23:48:26 +00:00
dcone%netscape.com fd722cda6d b=117376, b=128282 r=kmcclusk,sr=attinasi,a=asa. Fixed Alpha blend tiling and some speed issues
with PatBlt and windows NT.
2002-03-07 23:41:14 +00:00
relyea%netscape.com 6a064be2c0 Cache whether there are no CRL's and Trust objects on removable HW tokens 2002-03-07 23:21:39 +00:00
ian.mcgreer%sun.com af06500a34 additional change to last patch, suggested by wtc
r=wtc
2002-03-07 22:53:40 +00:00
attinasi%netscape.com 8f12383a8e Added NS_COM to fix linkage problems. Thanks Chris S~! 2002-03-07 22:38:41 +00:00
attinasi%netscape.com 252947688e Attempt to fix linkage bustage cruftage - added nsDoubleHashtableStringSupports to the NeverCalled block. 2002-03-07 22:23:24 +00:00
darin%netscape.com d8f41a8b7d fixing typo... NOT PART OF THE BUILD... b=124042 2002-03-07 22:14:09 +00:00
ian.mcgreer%sun.com d08e06e182 bug 129298, handle different nicknames across tokens
r=relyea/a=wtc
2002-03-07 22:08:00 +00:00
nelsonb%netscape.com 4111e502c5 Build p7content p7env p7sign and p7verify using nss shared libs.
bug 129354.  r=wtc.
2002-03-07 22:07:21 +00:00
nelsonb%netscape.com 9d1fffc9bf Add support for new -p option to pass password to PK11 token.
Patch by evanchu@aol.com (Evan Chu).  r=nelsonb a=wtc bug 129354.
2002-03-07 22:05:43 +00:00
wtc%netscape.com 92039aefb9 Bugzilla bug 129408: removed the "FOR PSM" comment. All of these NSS 3.4
exports are fine for general use.  r=relyea.
2002-03-07 21:31:05 +00:00
jgmyers%netscape.com 26b7ef4c98 Don't detect HZ as UTF-8: bug 119079 r=nhotta sr=mscott a=asa 2002-03-07 21:25:13 +00:00
wtc%netscape.com 1fe1ff9ce3 Bugzilla bug 129408: final adjustments of the NSS 3.4 *.def files. List
the symbols in alphabetical order.  In softokn.def, changed "Sofoken 3.4
release" to "NSS 3.4 release, which is what we use in other *.def files.
Added seven new PKCS7 exports to smime.def.  r=relyea
Modified files: nss.def smime.def softokn.def ssl.def
2002-03-07 21:18:49 +00:00
alexsavulov%netscape.com d8ec20d093 forgot some comments in the source... damn the tree will burs 2002-03-07 21:18:26 +00:00
nhotta%netscape.com bcd418eccd Forward inline URI, changed to use GetUrlForUri instead of CreateStartupUrl,
contributed by adu@sparc.spb.su,
bug 66098, r=nhotta, sr=sspitzer, a=asa.
2002-03-07 21:13:58 +00:00
pinkerton%netscape.com 351af954f2 remove redundant code for seamonkey, especially given that it doesn't work in embedding. allows embedding apps to use xul pref window. r=blake/sr=hyatt/a=asa. bug# 128924. 2002-03-07 21:10:47 +00:00
bzbarsky%mit.edu c63430bbfd Make it possible to save parts of multipart streams. Bug 117958, patch
by rpotts@netscape.com, r=bzbarsky, sr=darin, a=asa
2002-03-07 20:57:55 +00:00
jkeiser%netscape.com 6ff9613c86 Move radio buttons to content (bug 108308). r=rods@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org 2002-03-07 20:53:40 +00:00