Граф коммитов

55426 Коммитов

Автор SHA1 Сообщение Дата
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
slamm%netscape.com b91af98997 Fix some 'variable used once' warnings. Clean up the eval of the default config. 2000-03-16 01:43:53 +00:00
dbaron%fas.harvard.edu 4bc2e51d2b Fix leak of nsPref. Bug 28819. r=erik@netscape.com 2000-03-16 01:36:48 +00:00
sgehani%netscape.com 7f8f94cd4e Fix various cosmetic issues with the Mac native installer. [b=29328, 28576, 18874, 31042, 29849; r=ssu] 2000-03-16 01:34:48 +00:00
dbaron%fas.harvard.edu bc8524a534 Prevent non-leak from showing up as a leak by scoping in a block. r=pinkerton@netscape.com 2000-03-16 01:27:12 +00:00
dbaron%fas.harvard.edu c046415a7a Fix a leak of a device context. r=dcone@netscape.com 2000-03-16 01:21:58 +00:00
ben%netscape.com 4f9c01c7c6 convert dialogOverlay to use new button widgets, make skinnable 2000-03-16 01:21:55 +00:00
ben%netscape.com a113e6979a skinnable profile manager, part 1. 2000-03-16 01:21:26 +00:00
ben%netscape.com 5369c093bc skinnable open location dialog 2000-03-16 01:19:23 +00:00
dbaron%fas.harvard.edu dec3af3ef0 Revise workaround for bug 28557 so we neither crash nor leak. r=waqar@netscape.com 2000-03-16 01:16:53 +00:00
dbaron%fas.harvard.edu b07eae2b6f 1) Make PRE line layout backwards compatible in quirks mode (related to bug 26998).
2) Don't use strings when I can use atoms.
3) Fix bug 28472 by correcting error in earlier checkin.
r=buster@netscape.com
2000-03-16 01:14:57 +00:00
ben%netscape.com 33ca366ab2 styling the new widgets 2000-03-16 01:13:53 +00:00
dbaron%fas.harvard.edu 5998b290c6 Fix bug 28570, leak of nsXULPrototypeDocument and nsJSContext (and things they owned). r=waterson@netscape.com 2000-03-16 01:11:02 +00:00
amusil%netscape.com ca03c1d192 Fixes Bug 31847 (commercial blocker). r=syd, a=chofmann 2000-03-16 01:03:03 +00:00
tbogard%aol.net 2596a179ae Call SetOverLink instead of SetJSStatus when over a link. 2000-03-16 01:02:23 +00:00
tbogard%aol.net b8b57cf7d1 Providing implementation for SetOverLink. 2000-03-16 01:01:57 +00:00
tbogard%aol.net 8352a364e0 Removed isViewSource attribute. It is no longer needed. DocShell now handles state. 2000-03-16 00:52:52 +00:00
tbogard%aol.net df4e9df7d2 Remove the isViewSource attribute. Changed a nsIWebShell::LoadURL to use nsIWebNavigation::LoadURI. 2000-03-16 00:52:02 +00:00
tbogard%aol.net ca7e1cd9a5 Remove viewsource.xul as it is no longer used. This is duplicate of browser's viewsource.xul anyway. 2000-03-16 00:50:26 +00:00