Commit Graph

551 Commits

Author SHA1 Message Date
mcmullen%netscape.com
9b2634f442 Added nsSessionHistory.cpp for radha. 1999-06-14 22:16:18 +00:00
radha%netscape.com
12d2ec1551 Add Session History to the factory 1999-06-14 22:06:49 +00:00
radha%netscape.com
904c93f3f2 OnEndDocumentLoad() now has the caller as an argument 1999-06-14 22:06:13 +00:00
radha%netscape.com
b13ee0d438 Add session History to build list 1999-06-14 22:05:30 +00:00
radha%netscape.com
495c520804 Initial Checkin 1999-06-14 22:05:07 +00:00
radha%netscape.com
43bdebd085 Session History. Initial checkins 1999-06-14 22:04:15 +00:00
mcmullen%netscape.com
975928a738 First Checked In. 1999-06-14 20:53:23 +00:00
syd%netscape.com
8e3da9f573 Add SetModal() widget interface to nsIWidget, and provide an implementation
for Gtk+. Now, when we do modal dialogs, Gtk+ calls a routine that makes the
dialog modal within Gtk+; this is in addition to the code in nsWebShellWindow
that is being invoked to support modals on the other platforms. For Gtk+, the
nsWebShellWindow code doesn't appear to be enough; in order for the event
plumbing to stay alive, we need to call into Gtk+, and unless we actually make
the dialog modal using Gtk+ mechanisms, the user can still get to the menu bar, which is not good.
1999-06-13 20:56:08 +00:00
danm%netscape.com
9bf4058960 moved GetPrimordialThread from nsAppShellService to nsThread, as suggested by warren 1999-06-13 03:30:38 +00:00
racham%netscape.com
2fe5bb3f0e Method to forget the existing profile dir 1999-06-12 00:42:38 +00:00
danm%netscape.com
a94047bcd2 adding access to primordial thread 1999-06-11 03:44:52 +00:00
danm%netscape.com
ce860be60f adding show/hide support for interior chrome and menubars 1999-06-10 01:27:47 +00:00
law%netscape.com
c384b66233 Stop onload handler firing twice 1999-06-10 00:36:08 +00:00
dp%netscape.com
d7abc3b18a Switching to use Component Registry 1999-06-09 19:19:14 +00:00
danm%netscape.com
11a9b31711 teach top-level windows to show/hide and query visible state of menubars 1999-06-09 19:03:24 +00:00
hyatt%netscape.com
a559fa7866 Ok. 1999-06-09 10:13:46 +00:00
hyatt%netscape.com
34578c73d0 Oops. 1999-06-09 09:44:01 +00:00
hyatt%netscape.com
edee2e9784 Passing the popup alignment info along. 1999-06-09 09:24:10 +00:00
hyatt%netscape.com
feccd6dcff Popups know how to shag, baby. 1999-06-09 09:05:53 +00:00
hyatt%netscape.com
151640cafb Yeah, baby, yeah, baby, YEAH. 1999-06-09 09:02:35 +00:00
hyatt%netscape.com
3c9cbf513e Altering the args for createPopup. 1999-06-09 08:36:06 +00:00
law%netscape.com
00e1d8fd66 Display links in status bar when moused over 1999-06-08 20:59:41 +00:00
hyatt%netscape.com
7a33870b06 Adding code to force the user into STANDARD mode. Otherwise the chrome
malfunctions.
1999-06-08 06:05:53 +00:00
hyatt%netscape.com
89519b109c Removing the destruct from webshellwindow for arbitrary XUL popups. This should
happen on loss of focus instead.
1999-06-08 05:22:01 +00:00
hyatt%netscape.com
ebc88068bb Fix to ensure construct and destruct DOM events fire for popups. 1999-06-08 05:20:04 +00:00
morse%netscape.com
a05bc5737f get initial value for checkbox, save checkbox value when CANCEL is pressed 1999-06-06 15:58:08 +00:00
sspitzer%netscape.com
f076b784a2 fix warnings. use NS_WITH_SERVICE. use NS_DEFINE_CID instead of NS_DEFINE_IID. remove unnecessary static kINetSupportDialogIID 1999-06-06 00:00:39 +00:00
sspitzer%netscape.com
f02dca9e4b fix for #7659 1999-06-05 23:35:24 +00:00
bruce%cybersight.com
1e405a0b63 Explicitly include nsIMenuListener.h. Will be needed for some post-M7 changes that I have. 1999-06-05 12:11:22 +00:00
davidm%netscape.com
e214858035 Add ConfirmCheck 1999-06-05 01:10:18 +00:00
hyatt%netscape.com
1fb68e4d70 Fix to make sure Mac RDF menus still show up. 1999-06-04 22:52:35 +00:00
danm%netscape.com
f2d74e1992 show/hide menubar in chrome settings 1999-06-04 04:01:20 +00:00
mcafee%netscape.com
cfeba2c4fd Fixing warnings. 1999-05-29 19:36:55 +00:00
danm%netscape.com
1a3a09518b disseminate search part of chrome URL to contained webshells as content URLs 1999-05-27 20:36:15 +00:00
bruce%cybersight.com
34547c75a3 Fix a small memory leak. 1999-05-27 05:12:12 +00:00
bruce%cybersight.com
3a3ec68258 Use 'friend class' rather than just 'friend' to fix potential build bustage on HP-UX 1999-05-26 21:55:23 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
danm%netscape.com
9570fc8f44 LoadMenuItem no longer adds the item to mMenuDelegates. Fixes bug 6446. written by saari, r=danm, a=chofmann 1999-05-21 02:34:03 +00:00
rickg%netscape.com
d3f067608e fixed string usage error 1999-05-20 06:19:14 +00:00
danm%netscape.com
8f33434d3e more error checking, a missing GetIID method and another test button should fix bug 6751. a:chofmann 1999-05-20 02:24:31 +00:00
briano%netscape.com
5f5363e5f9 Replaced 'true' and 'false' with 'PR_TRUE' and 'PR_FALSE' to make it compile on Unix. 1999-05-19 09:13:05 +00:00
mcafee%netscape.com
0a78df5232 Fixing missing toolbar problem. r=danm a=me 1999-05-19 07:51:48 +00:00
waterson%netscape.com
7add7b54a9 Fix Linux ambiguity with nsCOMPtr. 1999-05-19 06:10:17 +00:00
gayatrib%netscape.com
ea69e2ee6f modified to support profile locations on all platforms 1999-05-19 04:59:38 +00:00
danm%netscape.com
fbda7ea0d9 adding partial (for DOM elements) chromemask support to apprunner 1999-05-19 04:11:54 +00:00
waterson%netscape.com
c1fecd34b2 Re-arrange to fix win32 bustage. 1999-05-19 03:56:19 +00:00
briano%netscape.com
e42fc819d2 Fixed the typo that was breaking Unix builds. 1999-05-19 03:48:06 +00:00
davidm%netscape.com
45034b539d Add code to post fix string to title and to tell the window mediator about title changes 1999-05-19 03:21:19 +00:00
davidm%netscape.com
63fe3036ab Added code to tell the window mediator about title changes and to post fix titles with a XUL attribute 1999-05-19 03:04:39 +00:00
davidm%netscape.com
e4d3c17a1b Register and Unregister Windows with the window manager 1999-05-19 03:03:48 +00:00
davidm%netscape.com
51921bb50c Add nsWindowMediator to build and factory 1999-05-19 02:57:55 +00:00
davidm%netscape.com
7bf0a0d593 Add nsWindowMediator to the build and the factory 1999-05-19 02:57:00 +00:00
davidm%netscape.com
c616103c59 Update to compile on windows 1999-05-19 02:18:02 +00:00
davidm%netscape.com
e353d1ae50 First Checked In. 1999-05-18 21:44:52 +00:00
davidm%netscape.com
eece072b2b Adding nsIWindowMediator.h 1999-05-18 21:41:13 +00:00
davidm%netscape.com
1b45f564e7 First Checked In. 1999-05-18 21:38:47 +00:00
hyatt%netscape.com
d76b5444cc Popup arbitrary XUL lives! 1999-05-18 10:29:48 +00:00
hyatt%netscape.com
afb79e18c6 Should all work. (Yeah, right.) 1999-05-18 09:03:26 +00:00
hyatt%netscape.com
9e99382cd2 Taking advantage of Nisheeth and Rick's new method. Thanks guys! 1999-05-18 08:04:37 +00:00
waterson%netscape.com
0c9642b383 Move global history implementation out of appshell and into xpfe/components. 1999-05-18 04:11:43 +00:00
ftang%netscape.com
b632169a80 add meta charset service 1999-05-18 01:44:51 +00:00
mcmullen%netscape.com
21f0555a94 Cleaned up the dictionaries. Added partial support for GetURL, OpenURL, quit, and dojavascript apple events. 1999-05-17 07:56:44 +00:00
hyatt%netscape.com
7e7c441e02 Hmm. 1999-05-16 10:02:19 +00:00
hyatt%netscape.com
91a5e4c120 Fixing build bustage. 1999-05-16 08:51:22 +00:00
hyatt%netscape.com
cf055b0421 More savory popup goodness. 1999-05-16 08:10:27 +00:00
hyatt%netscape.com
da564cf9b7 Added an arg to createPopup. 1999-05-16 07:52:02 +00:00
hyatt%netscape.com
5002ac1bb1 Added comments for what I'm about to try to implement. Looks scary. 1999-05-16 05:51:35 +00:00
law%netscape.com
c12ac28eaf Turn off PR_fprintf calls on Mac 1999-05-15 03:02:06 +00:00
hyatt%netscape.com
7372bc2d3f Fixing context menus a bit. 1999-05-15 02:53:43 +00:00
law%netscape.com
0f22a29723 Got one that will make everybody happy (if Mac goes red, I'll scream) 1999-05-15 01:01:29 +00:00
saari%netscape.com
c3a65ffb0a call DoContextMenu 1999-05-15 00:33:11 +00:00
shaver%netscape.com
33c4ab86f2 fix build bustage 1999-05-14 23:49:15 +00:00
hyatt%netscape.com
41b0c0fd27 Ready to rumble. 1999-05-14 23:11:49 +00:00
saari%netscape.com
5497989771 tweaking DoContextMenu 1999-05-14 23:10:46 +00:00
hyatt%netscape.com
12ad2b00ee Should work. 1999-05-14 22:41:09 +00:00
saari%netscape.com
955f0b4d7f Adding DoContextMenu 1999-05-14 22:28:00 +00:00
law%netscape.com
e5ae22b570 "Turn on app shell component autoloading" 1999-05-14 22:02:23 +00:00
warren%netscape.com
87b26617d5 Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +00:00
hyatt%netscape.com
1b41f77bb5 Teaching window.open how to open chrome. 1999-05-12 23:17:40 +00:00
pinkerton%netscape.com
8e75dbcde2 AEDesc data handles are opaque under Carbon. Need a solution, but for now they are commented out with a debugStr when building for Carbon. 1999-05-12 02:41:48 +00:00
davidm%netscape.com
829d7e65c6 4530 Password entry locks Apprunner. 1999-05-11 19:42:14 +00:00
danm%netscape.com
e79a8247b7 moving modal dialog code to one central location, where things won't be allocated and released in separate methods 1999-05-10 18:31:42 +00:00
syd%netscape.com
c54d4167a4 Remove native SetModal() call. 1999-05-08 23:07:10 +00:00
neeti%netscape.com
e4ea5d4480 Landing PICS 1999-05-07 05:32:31 +00:00
sspitzer%netscape.com
688381585c don't do fprintf(stderr,)
turn this on for all platforms, as it is useful to figure out why
profiles aren't working
1999-05-07 00:06:52 +00:00
dp%netscape.com
b5707f7a96 Converting stray UnregisterFactory calls to UnregisterComponent 1999-05-06 01:37:04 +00:00
davidm%netscape.com
bd94f7d993 File Removed. 1999-05-06 00:26:39 +00:00
sspitzer%netscape.com
01a4671875 remove duplicate code.
use #error to let people porting this beast know that they have to do
work to get profiles to work.
1999-05-06 00:11:10 +00:00
sspitzer%netscape.com
df3e4cf496 fix for #5942. make UNIX behave like windows and mac, as far as having
a Users50 directory and having all the profile directories under there.
1999-05-05 23:54:37 +00:00
hyatt%netscape.com
8e28b1814c Commit changes to support window.open and to switch over to nsIEventQueues. 1999-05-04 23:36:42 +00:00
jdunn%netscape.com
dab44a20fd Adding newline to end of file. HP chokes with out a \n at the end 1999-05-04 18:52:12 +00:00
mcmullen%netscape.com
1f50a27f52 Bullet-proofing for bug #5576 (make sure profile directory is always initialized) 1999-05-03 20:27:44 +00:00
evaughan%netscape.com
209e5e101e Fixed bug #5619. With Chris Hofmann's ok. 1999-05-03 19:04:16 +00:00
pinkerton%netscape.com
1680448437 pinkerton/scc. appr chofmann. Bug #4127, et al. Fixing ownership models (more work to come). 1999-04-30 09:04:36 +00:00
nisheeth%netscape.com
696fa5472d Passing in nsIDocumentLoader as a parameter to all functions in nsIDocumentLoaderObserver... 1999-04-28 06:47:40 +00:00
sfraser%netscape.com
706db4dce4 Get Types.h from the system headers, not the user headers. 1999-04-28 06:42:21 +00:00
briano%netscape.com
1b21aeee38 Added a newline at the end of the file to fix some Unix warnings. 1999-04-28 01:29:08 +00:00
davidm%netscape.com
d850b01837 add nsDefaultHelper.obj 1999-04-27 23:50:38 +00:00
davidm%netscape.com
66e640bd2c add nsDefaultHelper.cpp 1999-04-27 23:37:07 +00:00
davidm%netscape.com
0a95cf9c1c added nsdefaulthelper.cpp and nsNetSupportDialog.cpp 1999-04-27 21:34:13 +00:00
davidm%netscape.com
aa13db12e4 enabled support on linux 1999-04-27 21:33:14 +00:00
saari%netscape.com
62978df846 fix nsXULCommand refcount 1999-04-27 09:38:56 +00:00
saari%netscape.com
68615076e1 Mac menu cleanup. No more holding onto the nsWebShell 1999-04-27 09:09:44 +00:00
davidm%netscape.com
3ea798d793 made destructor virtual and fixed include to end with a lowercase .h 1999-04-27 02:54:53 +00:00
mcmullen%netscape.com
324f0b0d96 Added some comments and shortened some heap blocks. Called WaitNextEvent a few times before trying to get high-level events. 1999-04-23 23:09:29 +00:00
saari%netscape.com
a8abd75ab9 enabling dynamic menus on GTK 1999-04-23 23:06:52 +00:00
mcmullen%netscape.com
3353b0003f Command-line documents are now working. 1999-04-23 22:31:44 +00:00
mcmullen%netscape.com
b587975269 Added chrome, plugins, and components directories 1999-04-23 20:19:07 +00:00
mcmullen%netscape.com
7bcca95314 Removed spurious access paths (pointed out by Pinkerton - thanks!) 1999-04-23 17:48:56 +00:00
mcmullen%netscape.com
c621a6eaa8 Added AppleEvent support files 1999-04-23 16:49:49 +00:00
mcmullen%netscape.com
9ad4fb834d Added nsAppleEvents.h 1999-04-23 16:47:06 +00:00
mcmullen%netscape.com
2fbe4c3e49 First Checked In. 1999-04-23 16:46:08 +00:00
rickg%netscape.com
f37212bffa updates to sync with nsString2 api 1999-04-22 00:05:59 +00:00
mcmullen%netscape.com
30cbfcea83 Added nsCommandLineServiceMac.cpp 1999-04-21 23:36:23 +00:00
mcmullen%netscape.com
c72b7426b6 Adding command-line support for Macintosh. 1999-04-21 23:36:02 +00:00
mcmullen%netscape.com
0bac551b79 First Checked In. 1999-04-21 23:35:31 +00:00
bruce%cybersight.com
2e656cee1b Hello. Today, we welcome Mr. New-line-at-end-of-file to class. Please treat him well. 1999-04-21 04:33:32 +00:00
hyatt%netscape.com
d08c62f52c More changes to support window.open() 1999-04-21 00:19:30 +00:00
hyatt%netscape.com
7f8fb78632 window.open lives. 1999-04-20 22:35:11 +00:00
pierre%netscape.com
9bd6d384e9 use eBorderStyle_window instead of eBorderStyle_dialog as part of #4780 1999-04-20 04:01:43 +00:00
hyatt%netscape.com
35c2ef9994 Added a new method so that the web shell window gets notified when new web
shells are added to its hierarchy.
1999-04-20 01:51:37 +00:00
peterl%netscape.com
5548b30fa8 sync to new state change api 1999-04-20 00:06:58 +00:00
mcmullen%netscape.com
e35fc8943f Removed some platform #ifdefs that are no longer needed. 1999-04-19 23:43:01 +00:00
hyatt%netscape.com
69a603c8a9 Adding support for actual tracking of web shell information so that web shells
can be identified later on during parsing and can have the correct URLs loaded
into them.
1999-04-19 22:05:49 +00:00
syd%netscape.com
74fe2092df Support for modal dialogs in Gtk+ xpfe. Reviewed by rods. 1999-04-19 21:18:50 +00:00
hyatt%netscape.com
7b6b2b5684 Changes to enable an asynchronous webshell instantiation in response to a
window.open call.
1999-04-19 21:09:07 +00:00
saari%netscape.com
3678eb9c97 This should be the last of this round of menu checkins 1999-04-19 08:27:57 +00:00
saari%netscape.com
a2bf9cc89d First of a series of menu checkins 1999-04-19 08:23:18 +00:00
alecf%netscape.com
db9707b47e fix nsAutoString->nsString& casting problem on unix by creating a temporary 1999-04-16 20:22:21 +00:00
hyatt%netscape.com
756c4d18bc Web shell window now implements the nsIBrowserWindow interface, which will enable it to support window.xxx() calls from JavaScript (eventually). 1999-04-16 18:40:27 +00:00
hyatt%netscape.com
4de7de6ebc The web shell window sets the outermost webshell's type to be chrome. 1999-04-16 08:12:44 +00:00
sspitzer%netscape.com
e4b0d4b25a changes to port profiles to UNIX 1999-04-16 04:20:15 +00:00
sspitzer%netscape.com
678a1be5cd correctly fix bustage 1999-04-16 00:44:36 +00:00
sspitzer%netscape.com
c0e02a090a fixing UNIX bustage 1999-04-16 00:37:43 +00:00
sspitzer%netscape.com
20fe97a336 whoops. 1999-04-16 00:33:18 +00:00
sspitzer%netscape.com
ae10ea6995 fix a warning and UNIX build bustage 1999-04-16 00:31:13 +00:00
davidm%netscape.com
ddbeb7d312 Fix problem where windows would quit after closing the window 1999-04-16 00:23:44 +00:00
mcmullen%netscape.com
c73621a74f Moved the system and special directory enums into disjoint ranges, so that nsIFileLocator can retrieve both. 1999-04-15 22:45:47 +00:00
mcmullen%netscape.com
4ae6450629 Profile directory support - all platforms 1999-04-15 22:45:42 +00:00
jj%netscape.com
5a6b1126c5 removed NS libraries from the static lib target 1999-04-13 00:53:12 +00:00
saari%netscape.com
b63a2e9a5e menu changes getting ready for dynamic menus 1999-04-13 00:12:40 +00:00
davidm%netscape.com
86b13a8940 added nsDefaultHelper.cpp 1999-04-12 22:33:36 +00:00
davidm%netscape.com
ca43efb383 Changed some code since a variable isn't a COM object. Make Mac use PLEvent queue all the time 1999-04-12 22:32:53 +00:00
davidm%netscape.com
cbe0a8a53d Fix return value error. Fixed #if defined 1999-04-12 22:32:00 +00:00
davidm%netscape.com
08d987bb74 Fix a constant and lack of addref count 1999-04-12 22:29:13 +00:00
joki%netscape.com
4bece97409 New argument to nsIWebShellContainer::FocusAvailable method 1999-04-12 21:25:08 +00:00
gayatrib%netscape.com
d1b4a41cc7 removed BUILD_PROFILE ifdef 1999-04-11 05:13:58 +00:00
braddr%puremagic.com
95df398e3d more BUILD_PROFILE work 1999-04-10 10:57:53 +00:00
gayatrib%netscape.com
078067b4c3 added profile module 1999-04-10 06:52:27 +00:00
gayatrib%netscape.com
84a91f617a added ProfileManager service to inform about the current profile directory 1999-04-10 06:50:46 +00:00
pinkerton%netscape.com
fc0abb60de Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh. 1999-04-10 00:15:14 +00:00
law%netscape.com
134ff18a77 Bug #3735; link targetting; reviewed by matt@netscape.com; approvied by chofmann@netscape.com (via don@netscape.com) 1999-04-08 23:05:23 +00:00
law%netscape.com
18ee0a79d8 Fixing screw-up I had applied earlier to OnEndDocumentLoad 1999-04-08 06:58:13 +00:00
saari%netscape.com
897f0bc9af fix for bug #4562 > mozilla/widget/src/mac/nsMacEventHandler.cpp - commented out 3 lines mozilla/xpfe/appshell/src/nsWebShellWindow.cpp - Added 2 #ifdef XP_MAC changes that should go away by M5. The problem is that the nsMenuBar class doesn't know when it is through building a menubar from XUL since nsWebShellWindow actually does the construction today. That will change when menus build themselves, which needs to be done for M5's dynamic menu construction. So the hack would go away sometime soon. Previously, the nsMacEventHandler would get a deactivate event before bringing up a dialog or another window... why this isn't happening anymore, I don't know. Perhaps this is a bug in itself, but I was the only one relying on the behavior, and that reliance was a hack to begin with. 1999-04-08 04:29:37 +00:00
law%netscape.com
8fd0a4e421 File download; approved by chofmann 1999-04-08 04:21:15 +00:00
davidm%netscape.com
db54b8bde4 Fixed typo 1999-04-07 06:48:13 +00:00
davidm%netscape.com
4248980b5d Added support for nsNetSupportDialog factory 1999-04-07 06:33:11 +00:00
davidm%netscape.com
204e95577b Added nsINetSupportDialogService.h 1999-04-07 06:31:48 +00:00
davidm%netscape.com
a20d78c7ee added nsNetSupportDialog.cpp 1999-04-07 06:30:53 +00:00
davidm%netscape.com
d9c3de5d40 added nsINetSupportDialogService.h 1999-04-07 06:30:28 +00:00
davidm%netscape.com
521221db83 Added nsNetSupportDialog.cp 1999-04-07 06:30:02 +00:00
davidm%netscape.com
cab01f5713 Update routines so that they will be callable through COMConnect. Added routines for listening to mouse events. 1999-04-07 06:17:33 +00:00
davidm%netscape.com
fc9770dadb First Checked In. 1999-04-07 05:02:00 +00:00
davidm%netscape.com
b53049939c Add nsINetSupportDialogService.h 1999-04-07 04:59:56 +00:00
davidm%netscape.com
16e47f0759 First Checked In. 1999-04-07 04:36:29 +00:00
davidm%netscape.com
49984a4c38 Add declaration to prevent hard to figure out compiler error 1999-04-07 04:30:13 +00:00
mcmullen%netscape.com
a8f6667cf9 Prefs directory for unix. 1999-04-06 22:09:27 +00:00
radha%netscape.com
66a9f51d6a Webshellwindow implements the new nsIDocumentLoderObserver. 1999-04-06 21:01:51 +00:00
spence%netscape.com
52fbc442fd netlib protocol dialogs 1999-04-06 04:48:23 +00:00
spence%netscape.com
7bec300981 fixes for netlib protocol dialogs 1999-04-06 04:41:50 +00:00
beard%netscape.com
53d8a1ec67 added #pragma export on/off for nsSpecialFileSpec. 1999-04-03 23:00:59 +00:00
dp%netscape.com
fd70e4f54c Spelling error. 1999-04-03 17:51:11 +00:00
dp%netscape.com
e5374c5fd4 Adding profile directory. Needs more work on windows and mac.
Unix: $HOME/.mozilla
WIN: ./profile
MAC: ./profile
1999-04-03 17:23:44 +00:00
jdunn%netscape.com
d319395da1 fix compiler warning because of 'comment' after endif 1999-04-02 21:03:15 +00:00
mcmullen%netscape.com
44c2ef1651 Make a change for Win32 1999-04-02 20:41:33 +00:00
mcmullen%netscape.com
8cd8b6ad68 nsIFileLocator service. 1999-04-02 20:39:20 +00:00
mcmullen%netscape.com
27b7431787 Added nsIFileLocator service 1999-04-02 20:39:16 +00:00
mcmullen%netscape.com
af53559d09 Added an assignment operator. 1999-04-02 20:39:15 +00:00
radha%netscape.com
a7750b142c Removed that empty line in the OBJS list. Thanks to mcmullen 1999-04-01 20:47:50 +00:00
radha%netscape.com
da948f1dea added files: mozilla/xpfe/appshell/src/nsGlobalHistory.cpp 1999-04-01 20:23:00 +00:00
radha%netscape.com
d399658918 Global history introduced as a service and appropriate changes to
Appshell service and Factory
1999-04-01 20:21:41 +00:00
radha%netscape.com
6b99d39f50 Global history implemented as a service 1999-04-01 20:20:24 +00:00
mcmullen%netscape.com
3a370ba4d6 Added nsIFileLocator.h to the exports. 1999-04-01 19:59:40 +00:00
mcmullen%netscape.com
6165fff1fd First Checked In. 1999-04-01 19:48:59 +00:00
danm%netscape.com
4f3260d4a9 simple ability to at least specify a size for the window in XUL 1999-03-31 04:21:05 +00:00
mcmullen%netscape.com
a563079fa6 Try that without the typo. 1999-03-30 00:08:40 +00:00
danm%netscape.com
df30b4bffc set window title from XUL 1999-03-29 23:57:18 +00:00
mcmullen%netscape.com
66f1506625 Added nsXULWindowCallbacks.h to the build. 1999-03-29 23:37:20 +00:00
rpotts%netscape.com
8eb73e4fce Added more methods to nsIDocumentLoaderObserver in the first stage toward unifying *all* of the different notification mechanisms in the WebShell... 1999-03-29 09:21:01 +00:00
joki%netscape.com
e39e13cf18 Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
mcmullen%netscape.com
607708bd0f Rearrange the code so that windows can be closed programmatically, and deregistration etc all happens, in a more foolproof way. 1999-03-27 00:09:04 +00:00
ramiro%netscape.com
b07b79a055 Fix indiscriminate debug comment spewage. 1999-03-26 11:34:21 +00:00
danm%netscape.com
98ac4e4996 closer to having a modal dialog loop on the Mac 1999-03-24 05:42:21 +00:00
rpotts%netscape.com
e0b3154b5d Treat the progID argument on createInstance(...) as a progID - not a CLSID 1999-03-22 07:51:13 +00:00
rpotts%netscape.com
3f34169f33 Fixed up cut/paste error in NSUnRegisterSelf(...) 1999-03-22 07:50:26 +00:00
rpotts%netscape.com
f2f34ac6be turned on the XPConnectFactory since it is now building on all platforms... 1999-03-22 06:27:36 +00:00
danm%netscape.com
d952c89a07 initial modal dialogs checkin (windows-only, UI thread only) 1999-03-20 04:13:09 +00:00
saari%netscape.com
5671acb49a missing file 1999-03-20 02:56:03 +00:00
davidm%netscape.com
162c72ec5b Added files nsXPConnectFactory.cpp nsJSXPConnectFactory.cpp nsAppShellNameSet.cpp for rpotts 1999-03-20 01:54:24 +00:00
rpotts%netscape.com
120e7c03ea Fix case in include name for unix :-( 1999-03-19 08:44:40 +00:00
rpotts%netscape.com
063b64791e Added XPConnect stuff to the build... 1999-03-19 08:18:18 +00:00
rpotts%netscape.com
e814b5a064 Fixed case in #include for unix :-( 1999-03-19 06:29:10 +00:00
rpotts%netscape.com
00bf8fa217 changes to build the nsXPConnectFactory (and friends...) 1999-03-19 06:19:50 +00:00
rpotts%netscape.com
b9f3e71ae0 remove the reference to nsXPConnectFactory until mac and unix are building it too... 1999-03-19 06:17:05 +00:00
rpotts%netscape.com
0152481885 Temporary XPConnectFactory (until the real one is available...). This will replace the AppCoresManager as the way to create C++ components in javascript... 1999-03-19 06:15:00 +00:00
radha%netscape.com
76fca6a5d0 Implement 2 interfaces to return handle to argc and argv.
Conform to code style standards
1999-03-19 01:15:39 +00:00
radha%netscape.com
b6537651a9 Add 2 interfaces to Get a handle to argc & argv 1999-03-19 01:14:29 +00:00
danm%netscape.com
992125a5c3 D'OH! another tweak to bugs 3676/3900. a:chofmann,cyeh. r:rpotts 1999-03-18 19:19:52 +00:00
danm%netscape.com
10aab839bb Added and used Close() method to nsWebShellWindow. Part of fix for bug 3676 (again) and 3900. Wants to be part of M3 build. r:sdagley,pierre. a:chofmann,cyeh. 1999-03-18 19:08:36 +00:00
leaf%mozilla.org
4ad9f70d5d Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
davidm%netscape.com
b33e477edb Wll eventually provide support for NetLib dialogs. Currently is not being built on any platforms but Don wants me to check in tonight. 1999-03-17 03:25:53 +00:00
davidm%netscape.com
3d711c87a2 First Checked In. 1999-03-17 03:24:35 +00:00
rpotts%netscape.com
8d15a665eb fix for bug #2343 - Preferences are not initialized in the apprunner... 1999-03-16 07:25:43 +00:00
danm%netscape.com
9d08215def disabling ability to specify a parent for a top-level window (until all platforms agree on what this means). fix refcount when registering windows with the window list. 1999-03-14 08:24:21 +00:00
mcmullen%netscape.com
0785e37d6b Added nsFileLocations.cpp/.h to the build. 1999-03-14 00:03:21 +00:00
mcmullen%netscape.com
2acf6407d4 First Checked In. 1999-03-14 00:02:40 +00:00
hyatt%netscape.com
8d985699b7 Menus now handle click events properly (by sending them into the DOM). 1999-03-13 01:03:33 +00:00
rpotts%netscape.com
24d90e1d5d in the process of adding support for a protocol helper component which is responsible for dealing with modal requests from the network protocol handlers (which may be on different threads...) 1999-03-11 11:39:34 +00:00
rpotts%netscape.com
6c860be42e Temporarily added a CID for the default protocol helper component... 1999-03-11 11:35:23 +00:00
ramiro%netscape.com
eb2ce0674f Use the macro on all platforms. Thanks to pierre for helping me make sure
it doesnt break the mac.  I verified that it works on unix and windows.
1999-03-09 19:19:02 +00:00
warren%netscape.com
4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
ramiro%netscape.com
61be65aad6 Memory leak.
delete[] memory returned by nsString::ToNewCString.
1999-03-08 11:38:59 +00:00
ramiro%netscape.com
aea0f271b0 Fix win32, mac breakage. 1999-03-08 11:04:49 +00:00
ramiro%netscape.com
8a849f863a Templates in nsXPComFactory exorcism. Part I.
Replaced the template code with a NS_DEF_FACTORY.
This is temporary.  As soon as I can verify this works on windows and
mac, ill remove the old code.
1999-03-08 09:44:16 +00:00
danm%netscape.com
1c08963168 changed name of onConstruction event to onload 1999-03-05 20:23:19 +00:00
pinkerton%netscape.com
0782b9cfa3 fix for bug #3449 (onClick should be onclick). 1999-03-05 20:18:59 +00:00
rjc%netscape.com
e123cebbe9 Now store pathnames as strings which prevents nr_MacAliasFromPath() from ever being called (it was being passed a Unix path when it really wanted a Mac path anyway). Also, autoregistration now looks inside the "components" directory (which is in the same folder as the program.) Also, bumped up registry version # due to change. Also, at startup, when building up list of arguments, check argv[0] against NULL as it might be (on the Mac). 1999-03-04 03:01:33 +00:00
scc%netscape.com
2ec0a397ea rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
scc%netscape.com
ea755e48f3 fix for nsCOMPtr: no construction/assignment from raw COM interface pointers 1999-03-02 22:44:55 +00:00
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