Commit Graph

53115 Commits

Author SHA1 Message Date
hyatt%netscape.com
4772ad71f7 Fix for bug #25739. 2000-02-13 06:40:30 +00:00
hyatt%netscape.com
a9b8708a2c Moving previous 9701 fix out of frame constructor and into presshell. r=troy 2000-02-13 06:07:38 +00:00
sspitzer%netscape.com
6f66de0137 fix for #24569. handle uri migration if the username had an @ character
in it.
2000-02-13 02:42:41 +00:00
seth%cs.brandeis.edu
2ea4a085fd o this is a minor step towards getting canonical email addresses to work, and not via a gross hack (the script with a gross hack is in use in a production environment, so ...)
Anyways, this address the findUser() sub and email transforms of none, base domain, and name only.  base_domain is not properly implemented yet.  an email transform of none does an exact match on email addresses in the profiles table.  A name only transform does a regular expression match (via mysql's RLIKE operator) on the name portion of the address (i.e., seth from seth@job.cs.brandeis.edu).  This is sloppy, but useful in an environment where there are only a few users.

the base_domain is next, probably tomorrow.  I need to figure out how to implement it first.
2000-02-13 02:16:11 +00:00
mjudge%netscape.com
392737f5e2 small change to key bindings reviewd allready didnt check it in yet. bug=20146 2000-02-13 01:07:02 +00:00
sspitzer%netscape.com
129d114d6a fix for bug #27542, set the "mail.server.server<n>.directory" prefs correctly
when migrate news servers on linux
2000-02-13 00:56:25 +00:00
sspitzer%netscape.com
4c62f1f978 don't migrate the .snm files on UNIX 2000-02-13 00:06:19 +00:00
scc%netscape.com
18df765f41 wrapped |nsCOMPtr| vs. raw pointer comparisons in a |#ifndef| for |NSCAP_NSCOMPTR_TO_RAW_COMPARISONS_ARE_AMBIGUOUS| which is currently not defined. When an autoconf test defines this symbol, these operators will go away, and Linux will never be bit by the |nsCOMPtr| can't compare to a raw pointer error. Currently, there is no effect. r={mjudge,rginda} 2000-02-12 23:30:52 +00:00
erik%netscape.com
8e94846f15 bug 13072; we now take the smaller font when the desired font size is
precisely half-way between 2 available fonts; this avoids the 18-pixel
times font on systems with only the "75dpi" (sic) fonts installed;
the 18-pixel font is too large and bold-looking; r=tao
2000-02-12 22:17:15 +00:00
morse%netscape.com
2fe8b8d831 wording change in preparation for removing wallet, bug 27027 2000-02-12 22:12:09 +00:00
morse%netscape.com
2d047b6532 wording change in preparation for removing wallet, bug 27027 2000-02-12 21:21:48 +00:00
sspitzer%netscape.com
039eb3f52d fix 82 warnings for ltabb. 2000-02-12 20:11:08 +00:00
morse%netscape.com
2825a068a3 fix bug 26672, move files from peoplestage to mozilla.org, r=sspitzer 2000-02-12 19:51:59 +00:00
sspitzer%netscape.com
7deaca5cb8 fix for bug #26944. nsStdUrl is returning an escaped url. r=alecf 2000-02-12 19:50:49 +00:00
blizzard%redhat.com
71a332ac94 fix for printing crash, bug #24735. make sure that mAdjustment is initialized in the constructor. r=tor 2000-02-12 19:11:47 +00:00
dp%netscape.com
8494b2f6e0 bug# 13732 Removing brprof from the build. r=akkanna 2000-02-12 18:50:36 +00:00
leaf%mozilla.org
c4ec654655 Automated update 2000-02-12 18:45:44 +00:00
attinasi%netscape.com
57628f4c8c Image title is now set after load is completed so the dimensions will be valid.r=pnunn b=27365 2000-02-12 18:09:40 +00:00
rods%netscape.com
bde09e7c9b Let's try a non-COMPtr fix, I wish COMPtr would work the same on all platforms.... 2000-02-12 17:49:11 +00:00
erik%netscape.com
41c4b4d248 bug 24005; wrap a pref around the font size rounding code, as discussed
by rickg, Eric Krock, buster, pierre and I; r=pierre
2000-02-12 17:28:41 +00:00
rods%netscape.com
72ea52428d same old thing Linux hates comparing a nsCOMPtr to a non-OMCPtr 2000-02-12 17:01:35 +00:00
rods%netscape.com
4afe837157 now remembers single selects correctly, have not implemented it for mulitple
selects yet, but this check in get mail work, multiple is needed for bugzilla
b=21945, r=pollmann
2000-02-12 16:26:24 +00:00
rods%netscape.com
efb50a3f08 converted over to use nsCOMPtr and changed return code back to NS_OK for GetAttr
part of bug 21945 work, r=pollmann
2000-02-12 16:24:19 +00:00
rods%netscape.com
0835a549dd now remembers state when selected for single select combos and listboxes,
it does not remember mulitple selections (more work needed in content class)
converted over to rnsCOMptr as much as I could
b=21945, r=pollmann
2000-02-12 16:21:37 +00:00
seth%cs.brandeis.edu
3ec3bdfede this is the initial checkin of the bug_email.pl script into the bugzilla cvs tree under the contrib directory. This is not my code, but I'm championing its maintanence right now, since I'm using and hacking on it heavily. The list of contributors can be found in the file itself.
Changes I've made :
- updated to the newest CVS pull of bugzilla
- works out of contrib/bugzilla
- put in the MPL license header

Directions for use are in the file itself.  Essentially, you put in a procmailrc entry which cats the message to this script.

Changes coming in the near future ...

- canonical email transformation (i.e., seth@job.cs.brandeis.edu == seth@cs.brandeis.edu)
- default product and component (i.e., if you don't specify a product and component, it goes into a PENDING product)
- querying a bug over email
- appending a bug over email
- keywords over email
- use the globals.pl parameters functionality to edit and save this script's parameters
- integrate some setup in the checksetup.pl script

FWIW, the first two things are necessary for this to be useful in my setup, so they get an overwhelming bit of priority
2000-02-12 16:13:01 +00:00
hyatt%netscape.com
546064e2fc Addendum to 20764 2000-02-12 10:47:33 +00:00
hyatt%netscape.com
5b1a23bf63 Fix for bug #20764. 2000-02-12 10:08:52 +00:00
hyatt%netscape.com
f4ca859684 Fix for PDT+ bug #20764. 2000-02-12 10:08:23 +00:00
saari%netscape.com
53f9de18ca fix for 25434, PDT+ crasher. r=hyatt 2000-02-12 08:33:12 +00:00
ducarroz%netscape.com
a2a267cd38 UI Part of feature 17072. Add new UI files to make files. R=rhp 2000-02-12 06:46:07 +00:00
rpotts%netscape.com
bfb8fe0af9 Too many OnStopRequest(...) calls were being made by the memcache in AsyncReadStreamAdaptor::Cancel(...). It turns out that Cancel() is called more than once. Each call was generating an OnStopRequest(...). This was later triggering an ASSERT that mDownstreamListener was NULL 2000-02-12 06:18:50 +00:00
rpotts%netscape.com
f374d65746 Fixed purify [UMR] by initializing mProxyPort 2000-02-12 06:15:19 +00:00
mjudge%netscape.com
03236d5de7 adding new file should not be built yet. this will do no harm 2000-02-12 06:09:19 +00:00
morse%netscape.com
155af66667 fix bug 27491, rejects not displayed in signon viewer. Trivial coding change, not reviewed 2000-02-12 05:55:38 +00:00
saari%netscape.com
5ee75e51de Fixing delete key regression. r=hyatt 2000-02-12 05:52:24 +00:00
ben%netscape.com
867342cb82 fix for 20823, r=syd 2000-02-12 05:32:03 +00:00
pavlov%netscape.com
5c6f0e30a9 fix viewer bustage on linux r=bryner 2000-02-12 04:47:38 +00:00
mccabe%netscape.com
73185e4db4 Remove trailing \ in NS_LOADGROUP_CID define, as it can unintentionally pick up subsequent text in generated .h file.
r=mozbot
2000-02-12 04:22:31 +00:00
ben%netscape.com
cbbf9c8369 removing searchwindow checkbox, bug26931, r=gagan 2000-02-12 04:09:31 +00:00
ducarroz%netscape.com
de26773fb7 First Checked In. 2000-02-12 03:58:01 +00:00
hangas%netscape.com
e8c88290bf Fix 25139, disable unused menu items for b1. r=scottip 2000-02-12 03:37:35 +00:00
bryner%uiuc.edu
ee0b7a41ad Making the key names in the mousewheel preferences dialog
platform-specific.  bug 23685, r=ben@netscape.com.
2000-02-12 03:33:40 +00:00
hyatt%netscape.com
34add8f294 Fix for PDT+ bug #9701. Also fixes the crasher holding the tree closed. r=saari 2000-02-12 03:10:01 +00:00
akkana%netscape.com
ca5b76c47b Put the extra newline back. Rick had changed something last night
which fixed the bogus extra newline problem, and caused the tree to
go orange since the test still had the extra newline; but now he's
apparently reverted that fix, so the extra newline is back and
the tree is orange again. This should make it go green.  a=trudelle
2000-02-12 02:47:06 +00:00
tbogard%aol.net
aabff5b406 When setting focus, it should be valid that if there is not a tree owner, then we don't assert, just don't call the tree owner to set itself visible. r=saari. 2000-02-12 02:47:02 +00:00
tbogard%aol.net
3a04b2a127 When getting a TreeOwner that is null, make sure we don't crash trying to call QueryInterface on it when grabbing the nsIBaseWindow interface. r=saari 2000-02-12 02:39:51 +00:00
morse%netscape.com
28446f2d43 white-space changes only 2000-02-12 02:21:18 +00:00
morse%netscape.com
29503f2893 cleanup interface to stream generators, r=dp 2000-02-12 02:10:03 +00:00
morse%netscape.com
c0732eea58 correct the handling of unichar characters, r=dp 2000-02-12 02:04:25 +00:00
akkana%netscape.com
db4cd55837 27144: make sure the editor bogus node starts with _moz, and strip it out in html output. r=smfr 2000-02-12 01:58:40 +00:00