Commit Graph

53138 Commits

Author SHA1 Message Date
dveditz%netscape.com
41d2b2b563 closing the file used by the registry service is evil 2000-02-13 17:32:19 +00:00
syd%netscape.com
510dfe16ef Make true PR_TRUE. r=tor@cs.brown.edu 2000-02-13 16:49:50 +00:00
tor%cs.brown.edu
7c01ec0c1f Add a "-nosplash" command line option to disable splash screen. r=syd 2000-02-13 16:49:41 +00:00
syd%netscape.com
435fb29e8d Fix build bustage. r=syd 2000-02-13 16:27:21 +00:00
syd%netscape.com
8264661205 Added splash.xpm to Unix package 2000-02-13 15:24:07 +00:00
syd%netscape.com
c5e2dcbc14 Added splash screen for Gtk/Linux. r=ben, scc. Tested on TrueColor and
PsuedoColor devices.
2000-02-13 15:23:28 +00:00
locka%iol.ie
d9baf91304 Now BeforeNavigate(2) passes a correctly formed post data value to stop crashes in CHtmlView derived clients.
The next step is to use the post data passed into the Navigate in the first place.
2000-02-13 15:20:58 +00:00
locka%iol.ie
78fb908601 Fixed webshell change breakages.
Fixed NS_InitXPCOM breakages
Added last post data variable so events can fire it to clients during  browsing
2000-02-13 15:18:29 +00:00
dbaron%fas.harvard.edu
2c48f94bb4 Fix a small leak of an nsBaseWidget (when clicking the mouse on the Start Mozilla button in the profile manager, and probably some other cases).
r=pavlov
2000-02-13 14:59:55 +00:00
seth%cs.brandeis.edu
b4576aa5f8 This implements canonical email address transformation. i.e., you have the option of setting up bug_email.pl to search the profiles database for a username which has the same username (before the @) same username and base domain (seth@cs.brandeis.edu = seth@job.cs.brandeis.edu) or identical email address (old behavior) based on the From email address. See the code for a more sensical description. 2000-02-13 14:39:47 +00:00
syd%netscape.com
13b8124a0f Added timebomb makeifles, but currently commented out at dougt's request.
r=dougt.
2000-02-13 14:23:59 +00:00
syd%netscape.com
e17f3f8836 Added timebomb Makefiles for Linux. r=dougt 2000-02-13 13:48:50 +00:00
jfrancis%netscape.com
189ce7fb0c fix for 17994: indent skips down a line 2000-02-13 13:06:21 +00:00
jfrancis%netscape.com
6939f0a6dd fix for 27188: crash when making text bold 2000-02-13 12:52:15 +00:00
hyatt%netscape.com
a4580b7fa8 Fix for bug #19209. 2000-02-13 11:59:35 +00:00
dougt%netscape.com
6c9855cce1 how about checking in the right fix. good night. 2000-02-13 09:37:59 +00:00
dougt%netscape.com
58e40e09b2 Fix to return error code if failed. r=dveditz.
not hooked up to build yet.
2000-02-13 09:37:29 +00:00
hyatt%netscape.com
dca01601be Making inner tree cell a box frame. Seems to fix about 10 bugs. :) 2000-02-13 09:28:51 +00:00
drapeau%eng.sun.com
7f5e768851 Fix for 7783 (r=marklin@eng.sun.com): Removed extraneous #include
statements, including the "pprthred.h" semi-private header.
2000-02-13 09:07:30 +00:00
dougt%netscape.com
becd93dcf5 Landing of nsITimeBomb. It still needs to be tested on unix and the mac as
well as peer reviwed.  For these reasons it is not hooked up yet.

bug 1542.
2000-02-13 08:48:14 +00:00
hyatt%netscape.com
b7862dde8c Fixing obscene edge case in #5927. 2000-02-13 08:44:31 +00:00
hyatt%netscape.com
987bf4e696 Fix for bug #5927. 2000-02-13 08:33:39 +00:00
hyatt%netscape.com
a8e49ae62f Submenu delay is incorrect for Win32 default. Patching in look and feel. 2000-02-13 07:20:22 +00:00
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