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

64 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 4f60960ee9 turn off "use mod date caching" for dep build. 1999-02-03 18:16:19 +00:00
rods%netscape.com 370cc58503 Fixed up some debug 1999-02-03 16:48:55 +00:00
rods%netscape.com 1b4df317e8 Added appcores 1999-02-03 16:48:20 +00:00
rods%netscape.com 68d91db84f Added Debug statements 1999-02-03 16:47:16 +00:00
mcmullen%netscape.com 8ec785eea3 Put NS_INIT_REFCNT in all constructors, it says. So I moved this call out of the Initialize() method, and into the constructor. And lo! the assert went away. Magic. 1999-02-03 03:13:53 +00:00
rods%netscape.com 11b55d93fc Commented out some lines to make it work better. 1999-02-02 19:28:52 +00:00
pinkerton%netscape.com e95a0752ce Fix solaris bustage by including headers instead of using forward class decl's for nsCOMPtr'd interfaces in a header file. 1999-02-02 17:09:44 +00:00
sar%netscape.com 2b9db9c822 fixing build breakage. 1999-01-30 03:53:39 +00:00
mcmullen%netscape.com 29013999db Hooked up menus to commands (just like toolbar buttons) converted to nsCOMPtr everywhere. 1999-01-30 00:39:25 +00:00
davidm%netscape.com e4a5a77d16 The prefixes were switched which is not a good thing 1999-01-29 01:34:58 +00:00
pinkerton%netscape.com a394808bb4 fix win32 compiler errors (can't do (nsnull != foop) where foop is a nsCOMPtr, which is fine by me) and fix command hookup code to actually work for multiple toolbars. I dunno what I was smoking with the last checkin. 1999-01-28 02:26:27 +00:00
pinkerton%netscape.com bbc85d72fd now hookup commands to multiple toolbars and fix compiler warnings. 1999-01-28 01:30:38 +00:00
pinkerton%netscape.com b4ad382f4f fix the dom dredging code to handle the presense of a xul namespace in the xml file and clean up things with nsCOMPtr. 1999-01-28 00:21:12 +00:00
slamm%netscape.com 59b1a1e320 Removing module name that does not apply. 1999-01-27 19:54:36 +00:00
saari%netscape.com 882f36666d /m/pub/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Several menu construction changes 1999-01-27 16:25:22 +00:00
rods%netscape.com ca7d9de485 Commented out some debug statements 1999-01-27 15:32:19 +00:00
rods%netscape.com b2e9ab299f Added Throbber 1999-01-27 15:15:21 +00:00
saari%netscape.com 95af91ca2a mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Added LoadMenus method to construct menus mozilla/xpfe/appshell/src/nsWebShellWindow.h - Added LoadMenus method 1999-01-27 10:51:28 +00:00
saari%netscape.com a7ce7649d5 Adding a nsnull check before we call through a returned pointer. Breaking on linux 1999-01-27 06:01:38 +00:00
rods%netscape.com 390ebd1d0a Added setting of the initial URL in the URL Bar 1999-01-27 04:53:10 +00:00
rods%netscape.com aba48cdd9f Added a lot code for M1 1999-01-27 04:02:33 +00:00
slamm%netscape.com 6da9adf728 Cleaning this up. Some of these rules don't apply. Others are in rules.mk 1999-01-26 20:17:35 +00:00
rods%netscape.com d98f21b426 It now looks for it's children WebShell by name and instead of assuming
that they are at a given position.
1999-01-26 18:01:38 +00:00
rods%netscape.com a453e0f7ae Added nsXULCommand 1999-01-26 15:59:53 +00:00
rods%netscape.com 5beb9cba43 It now derives from nsIDocumentLoader and it processes and itstalls XULCommands 1999-01-26 15:58:58 +00:00
rods%netscape.com ee9901f17b It now derives from nsIDocumentLoader and I added the XUL Command list 1999-01-26 15:57:59 +00:00
rods%netscape.com b4e5b76f5e Added cast for mWindowList methods 1999-01-26 15:55:44 +00:00
rods%netscape.com d6cda02e60 added nsXULCommand 1999-01-26 15:45:35 +00:00
dcone%netscape.com 4abc516516 Added nsXULCommand.cpp for Rod Spears 1999-01-26 15:30:43 +00:00
rods%netscape.com 93d653f81d Initial checkin 1999-01-26 15:08:23 +00:00
rods%netscape.com 8fa9ba80f6 Added nsIXULCommand 1999-01-26 15:06:21 +00:00
rpotts%netscape.com d098408cb3 Made sure all interface methods were defined with NS_IMETHOD... Windows cares about this :-( 1999-01-25 08:34:56 +00:00
rpotts%netscape.com 931ab3a31c Added nsCommandLineArgs to the build... 1999-01-25 08:34:02 +00:00
rpotts%netscape.com a7fe26889c Added nsICmdLineService.h to the exports list... 1999-01-25 08:24:26 +00:00
sudu%netscape.com 6624efe2b9 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
saari%netscape.com ece53e32c1 Needed to add nsCommandLineService to AppShell.mcp to define NS_NewCmdLineService(), lest a build failure. 1999-01-24 00:16:56 +00:00
saari%netscape.com 5d071b2b90 Fixing mac build. Tinderbox is lying. Misnamed NS_NewCommandLineServiceFactory renamed to NS_NewCmdLineServiceFactory \Index: nsICmdLineService.h =================================================================== RCS file: /m/pub/mozilla/xpfe/appshell/public/nsICmdLineService.h,v retrieving revision 1.1 diff -r1.1 nsICmdLineService.h 54c54 < NS_NewCommandLineServiceFactory(nsIFactory** aFactory); --- > NS_NewCmdLineServiceFactory(nsIFactory** aFactory); 1999-01-24 00:00:38 +00:00
radha%netscape.com a1e67dbf64 Command line service provider. Initial checkin 1999-01-22 22:21:45 +00:00
radha%netscape.com 358a3fe322 Add factory instanciation for command line service provider 1999-01-22 22:20:57 +00:00
radha%netscape.com c3b17f9867 Added nsICmdLineService.h 1999-01-22 22:20:23 +00:00
radha%netscape.com 7a03563c8f Added nsCommandLineService.cpp 1999-01-22 22:19:18 +00:00
radha%netscape.com 535f1522e3 Interface for command line service provider 1999-01-22 22:18:49 +00:00
rpotts%netscape.com 36bfd301d0 whacked the default size of the webshellwindow for now... 1999-01-21 09:59:26 +00:00
rpotts%netscape.com baeec6d371 The WebShellWindow now implements nsIWebShellContainer. Added a controller argument to CreateTopLevelWindow() 1999-01-21 07:24:01 +00:00
rpotts%netscape.com 42ecaaea45 The AppShell now uses the EventQueue service. Added a temporary argument to CreateTopLevelWindow() which represents the controller object associated with a UI document - this will be removed when XUL supports this feature. Reworked the factory to use the template implementation provided by XPCom... 1999-01-21 07:22:58 +00:00
rpotts%netscape.com e0129a9ca0 Added the DOM to the include path... 1999-01-21 07:20:32 +00:00
rpotts%netscape.com 64b6bb91d5 CIDs are now kept in nsAppShellCIDs.h 1999-01-21 07:20:01 +00:00
rpotts%netscape.com d7f7cf24b6 Added a controller CID string argument to createTopLevelWindow (for now)... 1999-01-21 07:18:30 +00:00
rpotts%netscape.com 70b0f261bb Added exports for nsAppShellCIDs.h and nsIWidgetController.h 1999-01-21 07:17:44 +00:00
rpotts%netscape.com e5fca632ae Interface for a non-ui controller component... 1999-01-21 07:17:01 +00:00