Commit Graph

86891 Commits

Author SHA1 Message Date
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
justdave%syndicomm.com
39fd3ac872 Fix for bug 87779: thanks to the new password reset code, there was no clear way to create a new Bugzilla account from the login screen. There is now a link to createaccount.cgi from the login screen, and the text around the password reset button has been edited so it doesn't sound like you can get a new account by using it (because you can't)
Patch by Dave Miller <justdave@syndicomm.com>
r= myk@mozilla.org
2001-08-16 06:43:21 +00:00
bratell%lysator.liu.se
0fbd73004d Bug91437 - Speeding up the tokenizer slightly by using a smarter scan algorithm and avoiding trying to skip whitespace when there are none. r=harishd sr=jst 2001-08-16 05:24:17 +00:00
cls%seawood.org
2dc4c4c43d Add -Wa,-xgot to C{XX}FLAGS when building layout on Linux/mips{sel}
Bug #93711 r=bryner
2001-08-16 05:18:04 +00:00
peterlubczynski%netscape.com
73453e9057 Plugging leaking contentType from previous check-in. 2001-08-16 04:54:07 +00:00
dougt%netscape.com
bcc5a2d80d Fixes 95488. r=bbaetz@netscape.com, sr=darin@netscape.com 2001-08-16 04:53:16 +00:00
peterlubczynski%netscape.com
9779e45b9f Fixing UNIX bustage, removing extra #include header put in on accident 2001-08-16 04:47:16 +00:00
cls%seawood.org
53b8117ee5 Removing leftover .cvsignore files to complete the reorg of plugins. 2001-08-16 04:42:26 +00:00
blakeross%telocity.com
f02ecb1d42 Turning off turbo by default for now to avoid slew of bug reports tomorrow about how "turbo was on even though I didn't ask for it!" 2001-08-16 04:21:06 +00:00
blakeross%telocity.com
5d9823607b Fixing bustage; missed a file. 2001-08-16 04:06:14 +00:00
jst%netscape.com
3cb2bedf85 Fixing bug 95480. JS error messages were sometimes lost, we printed the filename and linenumber to the console, but the actual message was lost... r=pollmann@netscape.com, sr=vidur@netscape.com 2001-08-16 04:05:10 +00:00
cls%seawood.org
a406336645 Finally removing psm-glue from the tree.
Bug #78975 r=leaf sr=sfraser
2001-08-16 03:47:12 +00:00