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

55383 Коммитов

Автор SHA1 Сообщение Дата
jj%netscape.com f096921856 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 6636071f37 Fix makefile since libs phase no longer exists. 2000-03-16 17:54:10 +00:00
morse%netscape.com 3f175cc0c6 turn on image management, r=norris 2000-03-16 15:34:52 +00:00
ducarroz%netscape.com 349771d37f Fix for bug18584. Add new properties for the save message dialog. R=jefft 2000-03-16 15:31:34 +00:00
pierre%netscape.com 0cf6f0ed24 #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 df45c018dd #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 42f8c3565e remove the dialog.start broadcaster/observer r=travis 2000-03-16 07:30:33 +00:00
bruce%cybersight.com bb2bdef6b2 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 84eb093b46 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 1870f9f43f make destructors virtual to fix warnings 2000-03-16 06:51:22 +00:00
pavlov%netscape.com c30fb30f13 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 4531fa3c70 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 425c2c9b0c fix travis's broken xul :-) 2000-03-16 06:33:55 +00:00
dougt%netscape.com bb905821fb renaming security manager. bug 29289 2000-03-16 06:31:14 +00:00
dougt%netscape.com 9b459e3e7e Moving the Security Advisor menu item under the Personal Manager menu
sub group.
2000-03-16 06:30:23 +00:00
dougt%netscape.com a6172ed9dd Adding an xul ID to a menupopup so that I can overlay it. 2000-03-16 06:29:13 +00:00
tbogard%aol.net 5d5338411a 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 556a6e1b2f 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 89b6af14cc 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 86ddf11ec6 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 6aef4d77aa Support for Blending added. r=beard 2000-03-16 05:05:12 +00:00
pinkerton%netscape.com 9355e9d912 register the screen manager service in GFX r=scc. 2000-03-16 04:57:22 +00:00
pinkerton%netscape.com b4c36b28b8 create the screen manager service when asked. 2000-03-16 04:57:05 +00:00
pinkerton%netscape.com 72f8e15c93 add screen and screen manager to the build. r=scc. 2000-03-16 04:56:39 +00:00
pinkerton%netscape.com 83b6806c2c adding screen manager r=scc 2000-03-16 04:55:46 +00:00
pinkerton%netscape.com fdb0c13fc7 First Checked In. 2000-03-16 04:49:32 +00:00
bryner%uiuc.edu fee6f5bf7f Removing Makefiles that dougt deleted. 2000-03-16 04:26:11 +00:00
gagan%netscape.com a60f2d90e3 Fix a mem leak. r=bruce. 2000-03-16 04:15:38 +00:00
svn%xmlterm.org c4b2dc482b 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 8132295f30 Ooops typo. 2000-03-16 03:46:28 +00:00
gagan%netscape.com e8e1ee73b3 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 543c544c01 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 5d1042264d 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 85bd1d9981 Reverting alex's change. 2000-03-16 03:07:38 +00:00
karnaze%netscape.com dbe37e3d39 new regression test not affecting the build. 2000-03-16 02:56:12 +00:00
morse%netscape.com ab04e11706 add a remove-all button 2000-03-16 02:32:48 +00:00
tbogard%aol.net 6e3cade5eb Converted calls to nsIWebShell::LoadURL to use nsIWebNavigation::LoadURI. 2000-03-16 02:30:51 +00:00
karnaze%netscape.com db828efb04 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 0e8de42cd7 Change nsIWebShell::LoadURL calls to use nsIWebNavigation::LoadURI. 2000-03-16 02:20:26 +00:00
dveditz%netscape.com 257101e724 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 c8d45a4e3c 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 d984d817d9 Fix leak of nsPref. Bug 28819. r=erik@netscape.com 2000-03-16 01:36:48 +00:00
sgehani%netscape.com 64ed92f199 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 880eb46df6 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 2a01a6ed63 Fix a leak of a device context. r=dcone@netscape.com 2000-03-16 01:21:58 +00:00
ben%netscape.com 4046585e25 convert dialogOverlay to use new button widgets, make skinnable 2000-03-16 01:21:55 +00:00
ben%netscape.com dfc787f77d skinnable profile manager, part 1. 2000-03-16 01:21:26 +00:00
ben%netscape.com ff05c1c46a skinnable open location dialog 2000-03-16 01:19:23 +00:00
dbaron%fas.harvard.edu f9536392b2 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 53eced76c9 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