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

2102 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 793e49c199 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 29c35b283d Removing module name that does not apply. 1999-01-27 19:54:36 +00:00
saari%netscape.com 483bcdb3ba /m/pub/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Several menu construction changes 1999-01-27 16:25:22 +00:00
rods%netscape.com 3bb837335c Commented out some debug statements 1999-01-27 15:32:19 +00:00
rods%netscape.com 8735cfa4de Added Throbber 1999-01-27 15:15:21 +00:00
saari%netscape.com 1f05fc29a1 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 4999ccae6a 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 e65332688f Added setting of the initial URL in the URL Bar 1999-01-27 04:53:10 +00:00
rods%netscape.com 1601763249 Added a lot code for M1 1999-01-27 04:02:33 +00:00
slamm%netscape.com c8af8f749e 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 3c2a98da74 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 18bcc9d0de Added nsXULCommand 1999-01-26 15:59:53 +00:00
rods%netscape.com 17e7e6b057 It now derives from nsIDocumentLoader and it processes and itstalls XULCommands 1999-01-26 15:58:58 +00:00
rods%netscape.com 4face17c36 It now derives from nsIDocumentLoader and I added the XUL Command list 1999-01-26 15:57:59 +00:00
rods%netscape.com 1a0e515e0b Added cast for mWindowList methods 1999-01-26 15:55:44 +00:00
rods%netscape.com b3581edf7d added nsXULCommand 1999-01-26 15:45:35 +00:00
dcone%netscape.com e47ece3fb8 Added nsXULCommand.cpp for Rod Spears 1999-01-26 15:30:43 +00:00
rods%netscape.com 975dd2c36f Initial checkin 1999-01-26 15:08:23 +00:00
rods%netscape.com 4e1c6c2d09 Added nsIXULCommand 1999-01-26 15:06:21 +00:00
rpotts%netscape.com 537f3e20b1 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 6a44c89eef Added nsCommandLineArgs to the build... 1999-01-25 08:34:02 +00:00
rpotts%netscape.com 8c9ab579cb Added nsICmdLineService.h to the exports list... 1999-01-25 08:24:26 +00:00
sudu%netscape.com c94385ee94 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
saari%netscape.com e5940b559a 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 1a33f8d8fb 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 a7d1af8e49 Command line service provider. Initial checkin 1999-01-22 22:21:45 +00:00
radha%netscape.com 110c8f9d1e Add factory instanciation for command line service provider 1999-01-22 22:20:57 +00:00
radha%netscape.com 318714e1c3 Added nsICmdLineService.h 1999-01-22 22:20:23 +00:00
radha%netscape.com 09d0b2aeb4 Added nsCommandLineService.cpp 1999-01-22 22:19:18 +00:00
radha%netscape.com 208296d78b Interface for command line service provider 1999-01-22 22:18:49 +00:00
rpotts%netscape.com 13f103dae3 whacked the default size of the webshellwindow for now... 1999-01-21 09:59:26 +00:00
rpotts%netscape.com d42e7d078c The WebShellWindow now implements nsIWebShellContainer. Added a controller argument to CreateTopLevelWindow() 1999-01-21 07:24:01 +00:00
rpotts%netscape.com 9620b02d48 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 9562c088aa Added the DOM to the include path... 1999-01-21 07:20:32 +00:00
rpotts%netscape.com 038df08a5d CIDs are now kept in nsAppShellCIDs.h 1999-01-21 07:20:01 +00:00
rpotts%netscape.com fbffd07ed8 Added a controller CID string argument to createTopLevelWindow (for now)... 1999-01-21 07:18:30 +00:00
rpotts%netscape.com 41ba04040b Added exports for nsAppShellCIDs.h and nsIWidgetController.h 1999-01-21 07:17:44 +00:00
rpotts%netscape.com 3aebcba442 Interface for a non-ui controller component... 1999-01-21 07:17:01 +00:00
rpotts%netscape.com 92f469f365 AppShell CID file... 1999-01-21 07:15:52 +00:00
rpotts%netscape.com 1eaaee2a7c Added support for terminating the app when all of the top level windows have been closed... 1998-12-30 00:03:52 +00:00
rpotts%netscape.com e05245631f changed to use nscore.h for the NS_APPSHELL definition... 1998-12-30 00:03:00 +00:00
cls%seawood.org 0d4267a93f Apparently, nsIURL::GetSpec changed... 1998-12-16 11:33:33 +00:00
ramiro%netscape.com 4a0908a2d8 Ignore generated files. 1998-12-14 16:27:13 +00:00
beard%netscape.com 18984e5a80 First Checked In. 1998-12-13 05:01:04 +00:00
davidm%netscape.com c7c4eabc9d First Checked In. 1998-12-10 01:23:18 +00:00
davidm%netscape.com 47ed9eb886 First Checked In. 1998-12-09 20:42:35 +00:00
davidm%netscape.com 69ec199432 modifiy initialize to return nsresult rather than an implicit int 1998-12-09 20:39:51 +00:00
radha%netscape.com 120857fdc3 Initial checkin 1998-12-08 22:46:35 +00:00
radha%netscape.com a6b6a5b195 Initial Checkin 1998-12-08 22:45:58 +00:00
rpotts%netscape.com 13abf47c83 public headers for the Application SHell services... 1998-12-03 01:36:47 +00:00
rpotts%netscape.com 3749d60a22 Application Shell services... 1998-12-03 01:35:53 +00:00
rpotts%netscape.com 9c17f97184 Windows makefile... 1998-12-03 01:17:32 +00:00