gecko-dev/xpfe/appshell/src
mcafee%netscape.com 59dcda5b87 Converting use of depreciated macro NS_IMPL_QUERY_INTERFACE to use NS_IMPL_ISUPPORTS1 (39270). r=alecf 2000-07-18 21:37:25 +00:00
..
.cvsignore
Makefile.in Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
makefile.win stop building nsXULCommand r=saari. for bug 31104 2000-05-26 00:14:01 +00:00
nsAbout.cpp Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
nsAbout.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsAppShellFactory.cpp 13182 [PI] Internet Config support for MIME type mapping. 2000-05-03 02:52:45 +00:00
nsAppShellNameSet.cpp Fix for bug 42860. nsIScriptNameSpaceManager::RegisterGlobalName() now takes an additional IID parameter. If the IID is that of the nsIScriptObjectOwner interface, we assume it's an old-style idlc interface. Otherwise we try to wrap it using XPConnect. r=rginda 2000-06-21 00:42:59 +00:00
nsAppShellNameSet.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsAppShellService.cpp stick Macintosh modal windows on top, correct other platforms' dependent window z-level, all with icky XP_ ifdefs. bug 44117 r=pinkerton 2000-07-05 22:24:44 +00:00
nsAppShellService.h New native app support to enable Win32 dde 2000-05-12 22:37:20 +00:00
nsChromeTreeOwner.cpp Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski 2000-07-12 23:56:14 +00:00
nsChromeTreeOwner.h nsChromeTreeOwner is now a nsIWebProgressListener for a load. 2000-04-11 23:50:14 +00:00
nsCommandLineService.cpp fix for #41996 - crash because getter was not pre-allocating the result 2000-06-09 20:58:59 +00:00
nsCommandLineService.h on windows, make /mail be the same as -mail 2000-02-08 11:59:06 +00:00
nsCommandLineServiceMac.cpp Oops; part of earlier checkin implementing the URL echo apple event. Be sure to shut down the AE classes on quit. r=fm, a=beppe. 2000-06-09 01:23:36 +00:00
nsCommandLineServiceMac.h Fix for bug 27287 -- get Apple Events working again on Mac. r=scc 2000-02-11 22:10:43 +00:00
nsCommonDialogs.cpp Converting use of depreciated macro NS_IMPL_QUERY_INTERFACE to use NS_IMPL_ISUPPORTS1 (39270). r=alecf 2000-07-18 21:37:25 +00:00
nsCommonDialogs.h make appshell into a component 2000-02-05 05:38:13 +00:00
nsContentTreeOwner.cpp Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski 2000-07-12 23:56:14 +00:00
nsContentTreeOwner.h 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
nsDialogParamBlock.cpp make appshell into a component 2000-02-05 05:38:13 +00:00
nsDialogParamBlock.h make appshell into a component 2000-02-05 05:38:13 +00:00
nsFileLocations.cpp work for bug #38374 2000-06-22 22:14:53 +00:00
nsIXULCommand.h SetWebShell now sets a DocShell instead. 2000-03-11 01:27:42 +00:00
nsInternetConfig.cpp fix for #43548, and possibly #43392. if internet config tells us the string is of zero length, set the out string to null. r=mscott 2000-06-23 01:08:53 +00:00
nsInternetConfig.h First Checked In. 2000-05-03 02:51:51 +00:00
nsJSXPConnectFactory.cpp Fix problem with NS_IF_ADDREF on member variables inside of const 2000-02-17 23:19:18 +00:00
nsMacMIMEDataSource.cpp First Checked In. 2000-05-03 02:51:51 +00:00
nsMacMIMEDataSource.h First Checked In. 2000-05-03 02:51:51 +00:00
nsNetSupportDialog.cpp Bug 41390. js prompt() contains remember this value checkbox. r=morse 2000-06-17 01:57:36 +00:00
nsNetSupportDialog.h 21901 [UI] dialogs don't have a title 22464 uninitialized variable in nsNetSupportDialog.cpp r = sspitzer 2000-01-18 05:50:56 +00:00
nsUserInfo.h not part of build, yet. 2000-02-26 03:29:24 +00:00
nsUserInfoMac.cpp Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
nsUserInfoMac.h First Checked In. 2000-05-02 23:26:01 +00:00
nsUserInfoOS2.cpp # 37239 2000-05-12 19:26:34 +00:00
nsUserInfoUnix.cpp string fun 2000-04-27 22:39:17 +00:00
nsUserInfoWin.cpp we now have an implementation of nsIUserInfo for windows. 2000-03-12 11:49:28 +00:00
nsWebShellWindow.cpp Bug 43858. Fix to make wallet dlls be optional. 2000-07-06 00:45:00 +00:00
nsWebShellWindow.h stop building nsXULCommand r=saari. for bug 31104 2000-05-26 00:14:01 +00:00
nsWindowMediator.cpp fix GetMostRecentWindow by fixing faulty code to locate the correct window in UpdateWindowTimeStamp. code=becki@talkware.net. r=me 2000-07-17 23:06:43 +00:00
nsWindowMediator.h now additionally keeps track of windows in z-order 2000-04-01 22:07:41 +00:00
nsXPConnectFactory.cpp make appshell into a component 2000-02-05 05:38:13 +00:00
nsXPConnectFactory.h make appshell into a component 2000-02-05 05:38:13 +00:00
nsXULWindow.cpp Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski 2000-07-12 23:56:14 +00:00
nsXULWindow.h Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski 2000-07-12 23:56:14 +00:00