Commit Graph

55444 Commits

Author SHA1 Message Date
wtc%netscape.com
c52840b576 Bugzilla bug #29427: implemented the 'distclean' target and made
'realclean' and 'clobber_all' synonymous with 'distclean'.  This
patch is contributed by Chris Seawood <cls@seawood.org>. r=wtc@netscape.com
Modified files: Makefile, Makefile.in, configure, configure.in,
config/Makefile.in, config/config.mk, config/rules.mk
2000-03-16 22:46:02 +00:00
norris%netscape.com
4b10c5a00b fix NullPointerException 2000-03-16 22:43:03 +00:00
rpallath%eng.sun.com
b3c6f3d600 . 2000-03-16 22:42:09 +00:00
slamm%netscape.com
7acb2a12ee oops. I checked in a bogus line. 2000-03-16 22:34:56 +00:00
slamm%netscape.com
94ce44f042 Push required perl version to 5.005. "my" declarations in for and while loops can only be done with 5.005. Reformat the $Setting:* variables to fix 80 charater columns. 2000-03-16 22:31:48 +00:00
slamm%netscape.com
f5df4c9a60 Changes for jdunn for AIX and HP-UX 2000-03-16 22:29:48 +00:00
tbogard%aol.net
436d377541 Fix URL loading when coming from a command line. Tree blocker 31702. 2000-03-16 22:28:39 +00:00
rpallath%eng.sun.com
ea209f377e *** empty log message *** 2000-03-16 22:16:08 +00:00
rpallath%eng.sun.com
ef552c8b43 *** empty log message *** 2000-03-16 22:11:53 +00:00
rpallath%eng.sun.com
c6bfef23d2 Pluglet API tests 2000-03-16 22:06:17 +00:00
jj%netscape.com
3d76294465 don't die if delete fails, just warn. a=granrose, r=leaf *** installer packaging only *** 2000-03-16 21:16:08 +00:00
dbaron%fas.harvard.edu
895a44d0ae Fix makefile since libs phase no longer exists. 2000-03-16 17:54:10 +00:00
morse%netscape.com
5bd6e22c39 turn on image management, r=norris 2000-03-16 15:34:52 +00:00
ducarroz%netscape.com
4abbb98355 Fix for bug18584. Add new properties for the save message dialog. R=jefft 2000-03-16 15:31:34 +00:00
pierre%netscape.com
9b423612d8 #11859 "Loading remote stylesheet in editor fails". LoadAgentSheet() loads the page asynchronously if an observer if provided. 2000-03-16 11:44:00 +00:00
pierre%netscape.com
54d43fc240 #11859 "Loading remote stylesheet in editor fails". Re-enable the "Apply Style Sheet" menu item after having fixed LoadAgentSheet() in nsCSSLoader.cpp. 2000-03-16 11:42:41 +00:00
pavlov%netscape.com
af9ad7c3aa remove the dialog.start broadcaster/observer r=travis 2000-03-16 07:30:33 +00:00
bruce%cybersight.com
5d6b5ce6dd Fix a potential leak of a drawing surface. Fix a definite and frequent leak of graphics contexts. r=Pavlov. 2000-03-16 06:53:59 +00:00
dougt%netscape.com
93ec940c64 removing PSMTaskMenu.dtd from being exported since it is now exported from
/extensions/psm-glue.
2000-03-16 06:52:30 +00:00
pavlov%netscape.com
f681f9974d make destructors virtual to fix warnings 2000-03-16 06:51:22 +00:00
pavlov%netscape.com
36d4962ef1 remove PSMTaskMenu.dtd from the unix build here since it is exported from extentions/psm-glue now 2000-03-16 06:42:13 +00:00
pavlov%netscape.com
de56feaa33 remove PSMTaskMenu.xul from the files exported on unix since it is getting exported from extentions/psm-glue 2000-03-16 06:38:50 +00:00
pavlov%netscape.com
26c2ff705a fix travis's broken xul :-) 2000-03-16 06:33:55 +00:00
dougt%netscape.com
4fee4c6c8d renaming security manager. bug 29289 2000-03-16 06:31:14 +00:00
dougt%netscape.com
ec382b366f Moving the Security Advisor menu item under the Personal Manager menu
sub group.
2000-03-16 06:30:23 +00:00
dougt%netscape.com
d0e86d0fcc Adding an xul ID to a menupopup so that I can overlay it. 2000-03-16 06:29:13 +00:00
tbogard%aol.net
ec5a41ce22 Changed our JS observer of status to watch WebBrowserChrome attributes rather than an older Browser:Status one. OverLink is now separated out. nsBrowserInstance no longer is an nsIObserver. It relies on nsXULWindow::nsIWebBrowserChrome implementation poking attributes on WebBrowserChrome element in the main window. 2000-03-16 05:45:48 +00:00
tbogard%aol.net
5a2440fe6b SetJSStatus, SetJSDefaultStatus and SetOverLink now poke a DOM attribute on element WebBrowserChrome in the xul window if one exists. Renamed nsXULWindow::GetDOMElementFromDocShell to be nsXULWindow::GetWindowDOMElement. This cleans up having to pass in the same docShell over and over and make it mean more of what it is. Added a nsXULWindow::GetElementById which returns an element of the specified id within the xul window. nsContentTreeOwner doesn't need to cache the defaultStatus. nsWebShellWindow doesn't need to call ExecutStartupCode anymore as that was only there for nsIXULWindowCallbacks code which is gone. nsWebShellWindow doesn't need to cache mStatus or mDefaultStatus. 2000-03-16 05:45:26 +00:00
jband%netscape.com
e6b52c42dd fix typo in user message. bug 31950. You'd think we'd know how to spell netscape! 2000-03-16 05:45:16 +00:00
pinkerton%netscape.com
07940c210a fix the popup positioning code to work better when sliding a popup along its parent's alignment axis to fit it on screen. now cannot go off the top or the right but is pinned to it. r=hyatt. 2000-03-16 05:13:15 +00:00
dcone%netscape.com
051d4fda39 Support for Blending added. r=beard 2000-03-16 05:05:12 +00:00
pinkerton%netscape.com
48483b15bf register the screen manager service in GFX r=scc. 2000-03-16 04:57:22 +00:00
pinkerton%netscape.com
4d5376543f create the screen manager service when asked. 2000-03-16 04:57:05 +00:00
pinkerton%netscape.com
b73f02a86b add screen and screen manager to the build. r=scc. 2000-03-16 04:56:39 +00:00
pinkerton%netscape.com
3898cef2b9 adding screen manager r=scc 2000-03-16 04:55:46 +00:00
pinkerton%netscape.com
e5d45e65c8 First Checked In. 2000-03-16 04:49:32 +00:00
bryner%uiuc.edu
822808fbb2 Removing Makefiles that dougt deleted. 2000-03-16 04:26:11 +00:00
gagan%netscape.com
f1c26981bb Fix a mem leak. r=bruce. 2000-03-16 04:15:38 +00:00
svn%xmlterm.org
c22f5815d1 xmlterm changes only (not part of the default build).
Removed stand-alone "geckoterm" from the default xmlterm build because it tends to be unstable.
2000-03-16 03:54:03 +00:00
gagan%netscape.com
39623da2ed Ooops typo. 2000-03-16 03:46:28 +00:00
gagan%netscape.com
8c8414179e You can now run -g as well as other parameters to hand over to the prog. Now allowing debuggers (gdb/ddd) to pass the arguments over to teh program. So if you do "mozilla -g foo" it will correctly pass foo as an argument to run (or prun as the case maybe) r=pavlov 2000-03-16 03:39:46 +00:00
gagan%netscape.com
cbf79b99c8 Now allowing debuggers (gdb/ddd) to pass the arguments over to teh program. So if you do "mozilla -g foo" it will correctly pass foo as an argument to run (or prun as the case maybe) r=pavlov 2000-03-16 03:38:36 +00:00
bryner%uiuc.edu
d64a914509 Change mousewheel debugging messages to use PR_LOG instead of being turned
on by an #ifdef.  This will enable nightly build users to generate useful
debugging output.
2000-03-16 03:34:52 +00:00
dougt%netscape.com
fcb8f67e2a Reverting alex's change. 2000-03-16 03:07:38 +00:00
karnaze%netscape.com
f6cdf7948a new regression test not affecting the build. 2000-03-16 02:56:12 +00:00
morse%netscape.com
4afaff543f add a remove-all button 2000-03-16 02:32:48 +00:00
tbogard%aol.net
718e56a04e Converted calls to nsIWebShell::LoadURL to use nsIWebNavigation::LoadURI. 2000-03-16 02:30:51 +00:00
karnaze%netscape.com
a29e6ae59d bug 30273 - removing the last remaining cell in a row caused the cell map to remove the row during an incremental reflow. r=attinasi. 2000-03-16 02:21:43 +00:00
tbogard%aol.net
74bb53ade6 Change nsIWebShell::LoadURL calls to use nsIWebNavigation::LoadURI. 2000-03-16 02:20:26 +00:00
dveditz%netscape.com
bd54f7390e Setting WINVER to 0x400 to shut up the obnoxious warning and to prevent
accidental use of Win 5.0 API's that will not work on older Win machines
2000-03-16 01:56:47 +00:00