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

122 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 97672fc945 correctly implement nsIMenuListener. 1999-03-01 17:30:14 +00:00
saari%netscape.com 9bbd0df7f7 make LoadMenus() less nsWebShellWindow specific 1999-02-28 11:14:34 +00:00
peterl%netscape.com 328ef991ee added content state change 1999-02-27 08:34:06 +00:00
cyeh%netscape.com 52650e18b3 add static library targets to allow overriding of functions in an external project 1999-02-26 18:51:32 +00:00
warren%netscape.com 44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
saari%netscape.com a41ddd3f0a Comment out SetLabel in LoadMenuItem SetLabel should be called by the call to Create, to which I added the name back in the call. 1999-02-26 02:50:09 +00:00
danm%netscape.com 1adc0f7aaa adding C XUL window construction callback 1999-02-26 02:22:42 +00:00
sfraser%netscape.com 3a123c982b Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order. 1999-02-26 00:54:57 +00:00
mcafee%netscape.com 639715a349 Adding do_QueryInterface() wrappers for Solaris/CC 1999-02-25 11:08:53 +00:00
saari%netscape.com b361908102 nsWebShellWindow.cpp nsWebShellWindow.h Broke up more of menu loading code into functions for readablity and to allow hierarchical menu loading. 1999-02-23 07:52:14 +00:00
rods%netscape.com 4b8a07665a MOved XULCommand to src and it is now acting like a menu delegate,
all that reminas is to rename it.
1999-02-21 21:04:21 +00:00
rods%netscape.com 08c3f7b32d Remmoved nsIXULCommand.h 1999-02-21 20:52:29 +00:00
rods%netscape.com ff1ed6694d Added static IID method 1999-02-21 20:52:04 +00:00
rods%netscape.com 97846d3f01 MOved from public to src, it doesn't need to be exported 1999-02-21 20:51:12 +00:00
mcafee%netscape.com 802e11a9da Solaris: adding do_QueryInterface() wrapper as part of scc's nsCOMPtr carpool. a=scc 1999-02-19 12:27:19 +00:00
rods%netscape.com ce1c6fcd34 Completed work on -width and -height for specifying the initial size of the window 1999-02-18 21:52:27 +00:00
rods%netscape.com a50a28fae6 Added temporary menu delegate code. This enables menus to invoke JavaScript
BUT it menus can't observe changes or broadcasts
1999-02-18 17:13:30 +00:00
rods%netscape.com 50033001d3 Status bar is now hooked up. 1999-02-18 16:39:32 +00:00
rods%netscape.com b9de8e1a22 Added a little code to find the menus and load them.
They aren't hooked up yet.
1999-02-18 16:32:44 +00:00
mcafee%netscape.com cbff9a4021 Adding newline at end of file for Solaris/CC 1999-02-18 12:14:59 +00:00
hyatt%netscape.com 28e29775fa Commented out some code I shouldn't have in the menu code. 1999-02-18 05:18:18 +00:00
hyatt%netscape.com c05f430b29 Fixing Mac build bustage. 1999-02-18 05:14:30 +00:00
hyatt%netscape.com 88bfd97827 Checking in the new appRunner. 1999-02-18 05:01:03 +00:00
rods%netscape.com 2f3afa94d9 Fixed the termination of the app when a window closes 1999-02-17 16:49:43 +00:00
rods%netscape.com 0fb5fd0b90 Added separators 1999-02-17 16:49:14 +00:00
rods%netscape.com c11d41a73f Added an ifdef to get exit working because the Register and unregister isn't working right 1999-02-17 16:18:17 +00:00
rods%netscape.com 08c883041b Added temporary menu hook up as an experiement 1999-02-17 16:12:10 +00:00
rods%netscape.com 1cdf45be97 Added nsIMenuListener as the base class for nsIXULCommand 1999-02-17 16:11:13 +00:00
mcafee%netscape.com 9a63580434 Adding do_QueryInterface() wrapper for nsCOMPtr carpool. r=scc a=sar 1999-02-17 02:08:00 +00:00
danm%netscape.com e703b1d4ec added beginnings of toolkit dialog factory 1999-02-15 05:38:15 +00:00
danm%netscape.com ce43b5aa79 matching Troy's recent checkins adding const to some method parameters. Didn't compile for me using VC6 until I made these changes. They seem harmless enough. 1999-02-15 05:21:53 +00:00
rods%netscape.com 81515ab405 compare build error fixed 1999-02-12 18:58:39 +00:00
kipp%netscape.com 36c243cdc0 COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
rods%netscape.com bc27e38f36 Fixed loading of commands and toolbars now that we don't have nested windows
Removed UpdateButtons method
1999-02-12 15:56:54 +00:00
rods%netscape.com 13d34afe88 Added some more debugging 1999-02-11 18:42:09 +00:00
dcone%netscape.com 164d8fc794 added nsXULCommand.cpp to project 1999-02-11 15:18:54 +00:00
rods%netscape.com 37cbab4969 Added XULCommand back in fixed commands 1999-02-11 15:14:34 +00:00
pinkerton%netscape.com 6a2150670f add the remaining things in this folder to the manifest so I don't have to do this process again. 1999-02-10 18:39:31 +00:00
pinkerton%netscape.com 88d527bdd9 nsIXULCommand.h doesn't live here anymore. 1999-02-10 18:22:30 +00:00
pinkerton%netscape.com e06997130f export nsIWebShellWindow.h 1999-02-10 18:11:37 +00:00
rods%netscape.com 11d4231326 initial checkin 1999-02-10 17:31:17 +00:00
rods%netscape.com 8b8fdc8ec0 Added new interface nsIAppShellService 1999-02-10 16:38:51 +00:00
rods%netscape.com f66bb4bc53 It now implements nsIDocumentLoaderObserver 1999-02-10 16:32:55 +00:00
sfraser%netscape.com 316640ed6c Revert project back to 1.5 (remove cyeh's static lib targets, which broke the optimized build). On instruction from sar. 1999-02-10 06:50:04 +00:00
cyeh%netscape.com a9faa66dc2 add static lib targets for source files. 1999-02-10 00:04:05 +00:00
rods%netscape.com c05eafb8d4 fixed error checking for command creation. 1999-02-06 06:09:53 +00:00
mcafee%netscape.com d393228221 Moving to mozilla/widget. -- saari 1999-02-05 09:02:03 +00:00
mcafee%netscape.com b0ee995208 moving to mozilla/widget -- saari 1999-02-05 09:01:06 +00:00
saari%netscape.com 67796a307b moving nsIXULCommand.h, nsXULCommand.h, and nsXULCommand.cpp to widget dll from appshell 1999-02-05 08:52:39 +00:00
saari%netscape.com ed2b4684be and this should fix linux.... 1999-02-05 03:09:42 +00:00