Commit Graph

53979 Commits

Author SHA1 Message Date
cls%seawood.org
5bd1ffbf54 Added missing makefiles.
git-svn-id: svn://10.0.0.236/trunk@60810 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 05:18:51 +00:00
scc%netscape.com
142f8e24d2 Fix build bustage on windows. r=sdagley
git-svn-id: svn://10.0.0.236/trunk@60809 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 05:08:48 +00:00
vidur%netscape.com
c1719e8d11 Cutting down on debug printf noise.
git-svn-id: svn://10.0.0.236/trunk@60808 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 05:06:45 +00:00
danm%netscape.com
686bfccd17 reinstate recently removed disabling of modal window's parent. bug 19221. r:hyatt
git-svn-id: svn://10.0.0.236/trunk@60807 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 05:06:08 +00:00
putterman%netscape.com
e490d0457b Speed up sorting. r=rjc. Bug 26131.
git-svn-id: svn://10.0.0.236/trunk@60806 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 05:05:29 +00:00
danm%netscape.com
6042ac9e7f modal event filter largely relies on OS now. bug 19221. r:hyatt
git-svn-id: svn://10.0.0.236/trunk@60805 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 05:05:19 +00:00
saari%netscape.com
50fa38f611 Adding files for Travis
git-svn-id: svn://10.0.0.236/trunk@60804 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:58:55 +00:00
cls%seawood.org
ae83e4a5bb Pass value of NSPR_VERSION to subconfigures to reduce number of places the nspr version needs to be updated. Bug #27457
git-svn-id: svn://10.0.0.236/trunk@60803 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:52:52 +00:00
mscott%netscape.com
df3dddf528 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.


git-svn-id: svn://10.0.0.236/trunk@60802 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:49:32 +00:00
tbogard%aol.net
41179d6b51 Support for the new interfaces on the browserElement and iframeElement. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60801 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:47:33 +00:00
mscott%netscape.com
718635fbcb 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


git-svn-id: svn://10.0.0.236/trunk@60800 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:45:34 +00:00
tbogard%aol.net
b30a63e054 Adding the new interfaces for browserElement and iframeElement. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60799 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:43:29 +00:00
dbaron%fas.harvard.edu
5d636c6a5b Add event target debugging to the viewer menu for Linux (includes the XP part of the changes).
r=joki


git-svn-id: svn://10.0.0.236/trunk@60798 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:33:43 +00:00
scc%netscape.com
ea2a244beb Cookies expired too soon since |time()| on the Mac was based on the wrong epoch. Fixes bug #18633. r=morse
git-svn-id: svn://10.0.0.236/trunk@60797 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:30:33 +00:00
tbogard%aol.net
542d1df987 Adding the new interface definitions for BrowserElement and IFrameElement. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60796 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:28:20 +00:00
dbaron%fas.harvard.edu
f1cd9a202b 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


git-svn-id: svn://10.0.0.236/trunk@60795 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:26:44 +00:00
tbogard%aol.net
179c4e82f5 New files for defining the BrowserElement and IFrameElement interfaces. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60794 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:25:53 +00:00
morse%netscape.com
88be06cf2c fix bug 27782, signon viewer comes up when database is still locked, r=rjc
git-svn-id: svn://10.0.0.236/trunk@60793 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:18:46 +00:00
mscott%netscape.com
76aa8f4935 Fixes Bug #27419 and various other uri re-targeting bugs. The uri loader now properly implements retargeting.
r=travis,mscott (we co-authored it).


git-svn-id: svn://10.0.0.236/trunk@60792 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:05:04 +00:00
mscott%netscape.com
c2447aa875 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).


git-svn-id: svn://10.0.0.236/trunk@60791 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 04:04:34 +00:00
sdv%sparc.spb.su
e70a4a7b50 - added method to enable access to pluglets and
changed the way java dom registers itself


git-svn-id: svn://10.0.0.236/trunk@60790 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 03:50:35 +00:00
dveditz%netscape.com
bc54d51e04 damn, missed a file. How does that happen in a top-down commit?
git-svn-id: svn://10.0.0.236/trunk@60789 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 03:01:55 +00:00
dveditz%netscape.com
3d8644431b Attempting to fix nsCOMPtr .get() related bustage on Linux
git-svn-id: svn://10.0.0.236/trunk@60788 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 02:55:23 +00:00
dveditz%netscape.com
4d824ff823 fixing mac and unix bustage
git-svn-id: svn://10.0.0.236/trunk@60787 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 02:29:53 +00:00
rhp%netscape.com
9e4f32e2c5 Adding new printing files to the tree - NOT PART OF THE BUILD!
git-svn-id: svn://10.0.0.236/trunk@60786 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 02:26:14 +00:00
rjc%netscape.com
cee0d0da63 Small XUL changes.
git-svn-id: svn://10.0.0.236/trunk@60785 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 02:11:49 +00:00
dveditz%netscape.com
fc3ccf6543 fixing windows bustage
git-svn-id: svn://10.0.0.236/trunk@60784 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 02:11:26 +00:00
slamm%netscape.com
b5fcad22a6 Fix bug #27415, Bookmarks dead in sidebar.
git-svn-id: svn://10.0.0.236/trunk@60783 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 02:08:38 +00:00
varada%netscape.com
1f602fcd98 removing the comments from branding_page4.ini before and after creating the jsfile bug #27461
git-svn-id: svn://10.0.0.236/trunk@60782 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 02:06:04 +00:00
rjc%netscape.com
e6c358a7a6 New search engines and categories. Part of bug # 26334, changes from Netcenter folks, review: me
git-svn-id: svn://10.0.0.236/trunk@60781 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 02:04:43 +00:00
pinkerton%netscape.com
54b645cc9c fixes for event handling around popup windows. bugs #27285 and 27257. don't propagate the event that closes a popup and don't pass events to a normal window if the top window is a popup. r=saari,sfraser.
git-svn-id: svn://10.0.0.236/trunk@60780 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 02:03:07 +00:00
alecf%netscape.com
5290675110 remove debugging dump()
git-svn-id: svn://10.0.0.236/trunk@60779 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:57:42 +00:00
rhp%netscape.com
42f33affc8 Fix for error on copying to Sent folder after send operation - Bug #: 27460 - r: jefft
git-svn-id: svn://10.0.0.236/trunk@60778 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:52:12 +00:00
alecf%netscape.com
782280f693 pretty up smtp and serverwithnoidentities panel for #27634
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@60777 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:49:55 +00:00
dveditz%netscape.com
7c7346148a bug 24611, new API names for install
git-svn-id: svn://10.0.0.236/trunk@60776 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:44:48 +00:00
hyatt%netscape.com
30fe789986 General cleanup.
git-svn-id: svn://10.0.0.236/trunk@60775 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:36:01 +00:00
ben%netscape.com
55bef027aa make profile manager i18n friendly, PDT+ b=15264, r=gayatrib@netscape.com
git-svn-id: svn://10.0.0.236/trunk@60774 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:33:48 +00:00
hyatt%netscape.com
28682bb485 Fixing bad bug in key listener... would have made typing slow in Editor.
git-svn-id: svn://10.0.0.236/trunk@60773 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:33:36 +00:00
vidur%netscape.com
9ffa2574c5 Fix for bug 25269. We can now reenter GlobalWindowImpl::RunTimeout. This may happen if a modal dialog (and hence a subevent loop) is invoked from a timeout - as it does with the Mail Account Wizard window. r=norris
git-svn-id: svn://10.0.0.236/trunk@60772 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:32:19 +00:00
dveditz%netscape.com
121072fe86 New wstring nsIRegistry interface, bug 23859;
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)


git-svn-id: svn://10.0.0.236/trunk@60771 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:32:12 +00:00
mcafee%netscape.com
43b3ef4c23 Adding logo.gif to about: page, cleaning up the html there. (27477) r=slamm
git-svn-id: svn://10.0.0.236/trunk@60770 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:26:34 +00:00
mcafee%netscape.com
3007e532cb Retiring res: protocol usages, should be using resource: . r=valeski
git-svn-id: svn://10.0.0.236/trunk@60769 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:23:05 +00:00
alecf%netscape.com
dce3ddbf5b add ispUtils.js and accountUtils.js to the build (not part of the product yet)
git-svn-id: svn://10.0.0.236/trunk@60768 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:17:45 +00:00
beard%netscape.com
b7742c48e0 fixes nsIAtom leaks, bug # 25761, r=waterson
git-svn-id: svn://10.0.0.236/trunk@60767 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:17:18 +00:00
alecf%netscape.com
ee46d5dfb8 fix signature chooser and mail homepage chooser to use the file picker just exposed from prefutilities.js, for #27630, r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@60766 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:16:15 +00:00
av%netscape.com
ba26ebc9e7 Fixing 17278, r=vidur
git-svn-id: svn://10.0.0.236/trunk@60765 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:16:04 +00:00
alecf%netscape.com
dc7dde216f move the choose file/set as current to a global spot so other pref panes can get to them, for #27630, r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@60764 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:14:23 +00:00
mscott%netscape.com
5efc9a213a Bug #22960 --> help improve message display by (1) not including global
style rules in the message body and more importantly (2) force loading
of the mail header style sheet to be a blocking load. this fixes that
awful "flicker" effect when you clicked on a message where it would start
to load, then it would stop and relayout the body.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@60763 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:13:48 +00:00
alecf%netscape.com
e51bfe77b6 do smart enabling/disabling of set as default button, and clean up the general enabling/disabling stuff for #27756
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@60762 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:12:02 +00:00
alecf%netscape.com
99346212f4 fix for #27531 - set focus on first control every time a wizard page is loaded r=ben
git-svn-id: svn://10.0.0.236/trunk@60761 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:09:54 +00:00