Commit Graph

53325 Commits

Author SHA1 Message Date
alecf%netscape.com
37f4821f7a add new strings for previous checkin, #25958 2000-02-15 07:15:41 +00:00
pinkerton%netscape.com
30921af68e now that mac correctly converts control-click to a right-click, we no longer need the #ifdef for mac when launching a context menu. r=saari. 2000-02-15 07:15:00 +00:00
pinkerton%netscape.com
15c85ef5ee removed obsolete (and ifdef'd out) d&d test code. r=saari. 2000-02-15 07:13:21 +00:00
ssu%netscape.com
39142337f6 oops. changed the string from Netscape to Mozilla. 2000-02-15 07:12:31 +00:00
sfraser%netscape.com
50d404a2be Add linkage to JS to fix mac bustage. r=mscott 2000-02-15 07:11:58 +00:00
alecf%netscape.com
9408082abd fix window titles to include brand name and reflect new spec
#25958 r=putterman
2000-02-15 07:11:11 +00:00
ssu%netscape.com
c795c4b06f fix for part of bug #27176. To detect is user has selected to install
mozilla onto a previous (non compatible) version of mozilla, and show
warning.

will not affect build.
Windows platform only.

r=sgehani
2000-02-15 07:10:49 +00:00
waterson%netscape.com
8ce00f5245 Bug 25303. Remember container into which content was inserted and the index of first insertion, rather than the first element that was inserted. With the latter approach, we were sending incorrect ContentAppended notifications to layout when the insertion sort would move the position of the 'first' inserted element. r=rjc@netscape.com. 2000-02-15 07:08:45 +00:00
bienvenu%netscape.com
de9bd2fa96 add logon requestor interface r=amusil" 2000-02-15 07:05:27 +00:00
karnaze%netscape.com
4d0d9e29d4 new regression test not affecting the build. 2000-02-15 07:05:08 +00:00
alecf%netscape.com
5dc9f20001 fix solaris bustage 2000-02-15 07:04:43 +00:00
bienvenu%netscape.com
474b1f6aec add redirector type pref,r=alecf 2000-02-15 06:57:45 +00:00
bienvenu%netscape.com
3855be9448 add prog id and class id for logon redirector service, r=alecf 2000-02-15 06:56:12 +00:00
buster%netscape.com
ced395f9e9 backed out a mistake (wrong disk in the removable drive at home), put in the real file
sorry if anybody caught this
2000-02-15 06:51:45 +00:00
mscott%netscape.com
1531827ca8 Bug #18591 --> turn on the address book collector for email addresses in the message pane. For every
From field we encounter, we'll add the address to the collection address book.
r=bienvenu
2000-02-15 06:50:53 +00:00
mscott%netscape.com
5b2f19acd0 Bug #18591 --> turn on the address book collector for email addresses in the message pane. I needed
a collector method that would take a unicode string.
r=bienvenu
2000-02-15 06:49:24 +00:00
ducarroz%netscape.com
b805bebf76 Part of fix for bug 10932, 17072, 26746. Tittle button in addressing widget has been replaced by a image to avoid to take the focus when using the Tab key. Implementation of Intelligent HTML Send feature. Set the focus in the subject line when recipients are pre filled. Cleanup Attach Web Page dialog. R=alecf 2000-02-15 06:48:13 +00:00
jband%netscape.com
f7d4f7b82f help with bug 8700 (at least in profiling it) by paying the cost of loading the xpt files early on before JSContexts are created 2000-02-15 06:45:30 +00:00
jband%netscape.com
d5f3a1ff79 Reimplement the Components.[ID,Exception,Constructor] properties in C++. These
things were completely unusable due to security restriction in anything besides
xpcshell. This fixes bug 26879 and helps a lot for bug 8700 because is reduces
the work done for JSContext creation.

Also, ease the burden of xptcall porters by doing IS_COMPONENT for all unix platforms.

r=mccabe
2000-02-15 06:43:51 +00:00
alecf%netscape.com
91e5f452d7 oops, missed this file for #23391, actually include accountUtils.js
r=sspitzer
2000-02-15 06:42:33 +00:00
alecf%netscape.com
125f0758ab followup fix for #23391 - use shared accountUtils.js
r=sspitzer
2000-02-15 06:41:53 +00:00
alecf%netscape.com
eb3091c1a3 fix for #23391 - auto-launch the account wizard for "invalid" accounts
r=sspitzer
2000-02-15 06:41:28 +00:00
alecf%netscape.com
c77afb4518 fix #27485 - remember SMTP server information
r=sspitzer
2000-02-15 06:39:11 +00:00
buster%netscape.com
073eb6c32c no bug number
little fix r=travis checking to make sure docshell size doesn't go negative
2000-02-15 06:37:16 +00:00
saari%netscape.com
93e6429500 Fix for mac bustage 2000-02-15 06:06:53 +00:00
tbogard%aol.net
388bc2b3e6 Added some commented out code to illustrate how we might potentially obtain the held docShell object from the htmlinnerframe. 2000-02-15 05:19:43 +00:00
cls%seawood.org
b92f467ce4 Added missing makefiles. 2000-02-15 05:18:51 +00:00
scc%netscape.com
01d4dc8a89 Fix build bustage on windows. r=sdagley 2000-02-15 05:08:48 +00:00
vidur%netscape.com
59afb30e1b Cutting down on debug printf noise. 2000-02-15 05:06:45 +00:00
danm%netscape.com
10574123ae reinstate recently removed disabling of modal window's parent. bug 19221. r:hyatt 2000-02-15 05:06:08 +00:00
putterman%netscape.com
d1428bcbdb Speed up sorting. r=rjc. Bug 26131. 2000-02-15 05:05:29 +00:00
danm%netscape.com
954229d4ea modal event filter largely relies on OS now. bug 19221. r:hyatt 2000-02-15 05:05:19 +00:00
saari%netscape.com
539dc8d145 Adding files for Travis 2000-02-15 04:58:55 +00:00
cls%seawood.org
3ea6196171 Pass value of NSPR_VERSION to subconfigures to reduce number of places the nspr version needs to be updated. Bug #27457 2000-02-15 04:52:52 +00:00
mscott%netscape.com
23a00a46c6 This is one of those do the right thing bugs even though I don't have a PDT+ bug for it. Travis and I noticed
today that image urls weren't properly getting added to the doc loader of the containing document. So the top
level document would report a document done notification before the document may really be done.

The fix is to pass the load cookie nsISupports object which originates from the docshell that is opening the
url down into the gfx image code instead of passing the load group down.

r=travis.
2000-02-15 04:49:32 +00:00
tbogard%aol.net
e90f418de4 Support for the new interfaces on the browserElement and iframeElement. r=hyatt 2000-02-15 04:47:33 +00:00
mscott%netscape.com
0ddc16ad71 Bug #20597 --> implement a content handler for the browser window. Now, when you click on a link in messenger
and you don't have a browser window up, this content handler will bring up a browser window and load the url
inside of it.

I also finished fixing the command line problem by making the command line service part of the content handler
service instead of letting it be implemented by nsBrowserInstance which was giving us problems.

r=travis
2000-02-15 04:45:34 +00:00
tbogard%aol.net
3a54bd5f2a Adding the new interfaces for browserElement and iframeElement. r=hyatt 2000-02-15 04:43:29 +00:00
dbaron%fas.harvard.edu
243e9b4482 Add event target debugging to the viewer menu for Linux (includes the XP part of the changes).
r=joki
2000-02-15 04:33:43 +00:00
scc%netscape.com
6a8f4b8e5c Cookies expired too soon since |time()| on the Mac was based on the wrong epoch. Fixes bug #18633. r=morse 2000-02-15 04:30:33 +00:00
tbogard%aol.net
8770fa62be Adding the new interface definitions for BrowserElement and IFrameElement. r=hyatt 2000-02-15 04:28:20 +00:00
dbaron%fas.harvard.edu
e0c71d1e53 Fix bug 15428 as suggested by VYV03354@nifty.ne.jp . Stop using 0 as the initial values for min and max of inline box contents so that lines that do not (vertically) contain their own baseline are sized correctly. Also, correctly size BR frames using their line-height (for strict-mode only).
Fix bugs 24186, 26996, and 26998 by reworking the quirks-mode line-height handling so that inline elements that do not have text as children (or meet a few other conditions that show the author wants real CSS support) will not increase the size of the line, but will be as close to their correct size as possible without enlarging the line.  This fix includes emulation of the strange Nav4/IE quirk that a block's line-height is enforced on the first line of LI elements and the last line of LI, DD, and DT elements.  Many of the changes are removing an earlier fix for 24186.

r=buster
2000-02-15 04:26:44 +00:00
tbogard%aol.net
0904e12722 New files for defining the BrowserElement and IFrameElement interfaces. r=hyatt 2000-02-15 04:25:53 +00:00
morse%netscape.com
7fc5ce1853 fix bug 27782, signon viewer comes up when database is still locked, r=rjc 2000-02-15 04:18:46 +00:00
mscott%netscape.com
a1cf99ecb3 Fixes Bug #27419 and various other uri re-targeting bugs. The uri loader now properly implements retargeting.
r=travis,mscott (we co-authored it).
2000-02-15 04:05:04 +00:00
mscott%netscape.com
c8fd767935 Fixes Bug #27419 and various other uri re-targeting bugs. The uri loader now properly implements retargeting.
Allow the load cookie to support nsWeakReference.
r=travis,mscott (we co-authored it).
2000-02-15 04:04:34 +00:00
sdv%sparc.spb.su
b8a239fb24 - added method to enable access to pluglets and
changed the way java dom registers itself
2000-02-15 03:50:35 +00:00
dveditz%netscape.com
54e962a419 damn, missed a file. How does that happen in a top-down commit? 2000-02-15 03:01:55 +00:00
dveditz%netscape.com
84688e0640 Attempting to fix nsCOMPtr .get() related bustage on Linux 2000-02-15 02:55:23 +00:00
dveditz%netscape.com
524f11871b fixing mac and unix bustage 2000-02-15 02:29:53 +00:00