Commit Graph

86902 Commits

Author SHA1 Message Date
harishd%netscape.com
da30c22212 93365 - Allow FONT to contain TABLE so that we can control what properties can and cannot propagate inside TABLE in layout. r=heikki, sr=jst 2001-08-17 01:20:47 +00:00
sfraser%netscape.com
4d87b83d18 Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage. 2001-08-17 01:16:19 +00:00
sfraser%netscape.com
f853c371ca Fix for 94373: avoid 'PrefChangedCallback' as a function name in global scope, to avoid problems in static build. r=attinasi, sr=blake 2001-08-17 01:14:21 +00:00
sfraser%netscape.com
e3cedfb0b4 Project cleanup, rs=scc. Ensure we use a debug prefix file for the debug target. 2001-08-17 01:06:53 +00:00
sfraser%netscape.com
130f60b82c Project cleanup, rs=scc. Ensure we use a debug prefix file for the debug target in MoreFiles. 2001-08-17 01:05:51 +00:00
sfraser%netscape.com
95d7ff160d Add error-checking code which we hope will fix bug 88961, a top-crasher in __ptr_glue. r=bnesse, sr=blake 2001-08-17 00:48:46 +00:00
av%netscape.com
5893e07753 Fix for 89672 -- topembed, crash on exit with xpcom plugin, r=peterl, sr=waterson 2001-08-17 00:45:25 +00:00
rangansen%netscape.com
2378f45476 Changing title of the smart card manager
bug# 94978 ; r=kai.engert@gmx.de ; sr = blizzard
2001-08-17 00:44:16 +00:00
rods%netscape.com
176cd14aba The update listener is not being ref counted correctly and then deleted instead of released ( Bug 92434)
The method SetOptionSelected didn't check to see if there was an update timer so it could do the processing there instead.
Bug 91434 & 92458 r=dcone sr=attinasi
2001-08-17 00:42:50 +00:00
blakeross%telocity.com
64c93bc135 Cleaner fix for making turbo mode dynamic (89504). r=ccarlen sr=ben 2001-08-17 00:25:04 +00:00
dougt%netscape.com
7d73da2c7b optimization for nsDownloader. 92804. r=pavlov, sr=darin@netscape.com 2001-08-17 00:17:52 +00:00
heikki%netscape.com
458e51fea6 Bug 75234, XHTML style element's contents appeared twice in the content model. r=peterv, sr=jst. 2001-08-17 00:07:17 +00:00
ftang%netscape.com
ade80a6903 replace nsCRT::strcasecmp with collationService->CompareString
r/sr=waterson@netscape.com fix bug 46925
2001-08-17 00:02:30 +00:00
gordon%netscape.com
872bbb27b3 For bugscape bug 6985. Enabling cache support for dynamically switching profiles. r=ccarlen, sr=darin. 2001-08-17 00:01:01 +00:00
ddrinan%netscape.com
bdf2ce23e6 Missed this check in for bug 92475 - CRL checking 2001-08-16 23:57:57 +00:00
ftang%netscape.com
e4067efe1c use nsIScriptableDateTime to format date/time string
fix bug 88667. r=morse sr=
2001-08-16 23:56:11 +00:00
dianesun%netscape.com
8b8605fe0f Fix for bug 80581, r=hwaara, sr=sspitzer 2001-08-16 23:52:16 +00:00
radha%netscape.com
cd2004720f Fix for bug # 86752. LOAD_FLAGS_BYPASS_HISTORY does not work. r=adamlock sr=rpotts 2001-08-16 23:49:50 +00:00
ftang%netscape.com
873ecf7383 fix 54957. add one control to decide show theme description or not. r=vishy sr=blizzard 2001-08-16 23:49:22 +00:00
loadrunner%betak.net
4b088c6dec bug 84188, Need to migrate existing localizable string preferences to a new pref type, r=tao, sr=blake 2001-08-16 23:43:06 +00:00
ftang%netscape.com
90d5cba1d6 fix bug 86098. add one more char to ATSUI list r=brade sr=sfraser 2001-08-16 23:42:32 +00:00
dbaron%fas.harvard.edu
c56188bce1 Fix MOZ_TRACK_MODULE_DEPS bustage by adding exthandler to REQUIRES (for nsObjectFrame.cpp). 2001-08-16 23:41:29 +00:00
dbaron%fas.harvard.edu
5f0c565cb8 Fix a few Windows line endings (^M^J instead of ^J) that make it hard to diff or patch this file. 2001-08-16 23:40:29 +00:00
cltbld%netscape.com
639de3e162 add fast-update 2001-08-16 22:05:06 +00:00
harishd%netscape.com
01d9f40398 95614 - Initialized an iterator and replaced NS_ENSURE_SUCCESS ( which asserts), since the result code from nsScanner::Peek() does not indicate an exceptional condition, with equivalent code. r=heikki, sr=waterson. 2001-08-16 21:19:33 +00:00
pollmann%netscape.com
05b1b2964b Bug 22526: Only submit on enter press for inputs, not textareas (Sorry, forgot to check this yesterday!) r=dbaron,sr=sfraser 2001-08-16 20:43:48 +00:00
pschwartau%netscape.com
a51d898af1 Initial add. 2001-08-16 19:03:26 +00:00
ddrinan%netscape.com
cde6a7ae2a Fix client auth crash 2001-08-16 18:50:56 +00:00
pschwartau%netscape.com
b8e5711f71 Correcting a misleading comment - 2001-08-16 18:24:22 +00:00
jake%acutex.net
fcfd7a88b9 Fix for bug 95546. MySQL versions before 3.23 don't support INNER JOINs
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
2001-08-16 15:28:33 +00:00
wtc%netscape.com
bb062e1b43 Removed the temporary hack. 2001-08-16 15:01:05 +00:00
dbaron%fas.harvard.edu
0ba0030305 Fix MOZ_TRACK_MODULE_DEPS bustage by adding pref to REQUIRES. 2001-08-16 14:55:53 +00:00
dcone%netscape.com
e708936fcd b=95339 Check the aPrintOptions for null. Fixes embedding silent. r=rods sr=attinasi 2001-08-16 13:58:38 +00:00
wtc%netscape.com
fd22df4198 Temporary hack to make 'depend' do a 'clean' in NSS. 2001-08-16 13:47:49 +00:00
timeless%mac.com
a679d80231 Fix Bugzilla Bug 88869 Smart-Browsing: Remove/Add Domains is backwards
r=dean_tessman@hotmail.com sr=ben@netscape.com
2001-08-16 13:46:20 +00:00
dbradley%netscape.com
65c9d77819 Bug 90366: XPIDL-Generated code produces preprocessor warnings, removed use of ##. sr=scc, r=jband,jst 2001-08-16 13:40:51 +00:00
peterv%netscape.com
ee64fb8444 Fix for bug 91450 (complete loss of style when executing a certain javascript). r=pierre, sr=jst. 2001-08-16 11:32:11 +00:00
dveditz%netscape.com
1b2a4a94c4 bug 91519 not cleaning up temp file after running an executable (e.g. the dreaded 'incomplete message after JRE install' bug) 2001-08-16 10:34:03 +00:00
dveditz%netscape.com
c4e66cbd1e bug 91219 don't hide alert behind splash screen 2001-08-16 10:28:28 +00:00
jaggernaut%netscape.com
4c7a6b6ffe Fixing typo for bz. r=mozbot 2001-08-16 10:22:07 +00:00
bryner%netscape.com
402dcc4409 @#@#%@# (fixing mac bustage) 2001-08-16 10:11:14 +00:00
dveditz%netscape.com
0c0d09be95 bug 82795 part of the tree weren't pulled by the specified MOZ_DATE (accessible, gfx2, etc.) r=leaf 2001-08-16 09:44:35 +00:00
bryner%netscape.com
270917a8c6 More bustage fixing (sorry). 2001-08-16 09:09:41 +00:00
bryner%netscape.com
adfbc16f4c Oops, fixing mac bustage. 2001-08-16 08:17:31 +00:00
ian%hixie.ch
1796ba6b2b Treat classes case-insensitively in quirks mode. Bug 93371; r=pierre sr=attinasi 2001-08-16 07:42:15 +00:00
pollmann%netscape.com
76f82b4bc4 Bug 44330: Allow Enter press to submit form from any control. This brings our behaviour in line with other browsers' behaviour. r/sr=blake@netscape.com,jst@netscape.com 2001-08-16 07:38:47 +00:00
pollmann%netscape.com
6bf6b98abb Bug 93972: Don't save form control values in session history if they have an autocomplete attribute set to off, or if their containing form has an autocomplete attribute set to off. This is accomplished by returning an empty 'state key' which indicates that the state should not be stored in session history's hash table. r/sr=jst@netscape.com,vidur@netscape.com 2001-08-16 07:18:24 +00:00
bryner%netscape.com
1d3e6ec608 Bug 94627 - removing unused native listbox widget (plus some cleanup from already-removed native widgets). r=shaver, sr=blizzard. 2001-08-16 06:58:03 +00:00
justdave%syndicomm.com
482db0c87a Fix for bug 95535: the token generator for password resets is allowing the & character to be used for tokens, but wasn't escaping them for the URL it emailed to users to use to get in to reset their password.
Patch by Dave Miller <justdave@syndicomm.com>
r= myk@mozilla.org
2001-08-16 06:52:55 +00:00
darin%netscape.com
a986d9459f fixes bug 93582 "nsFileChannel::AsyncOpen synchronously stat's the file before returning"
r=gordon, sr=dougt
2001-08-16 06:47:32 +00:00