Commit Graph

891 Commits

Author SHA1 Message Date
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
sspitzer%netscape.com
50a7c50455 this call to GetFileLocation() is not needed.
we were calling it so that as a side effect, it would set the global profile
and prefs dir, but we don't need to do this.  We are already calling it
directly before we get here.

other changes to move #ifdef to the first column (follow convention) and to
get rid of four warings,
1999-04-20 00:12:57 +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
radha%netscape.com
38050d253e Disable/Enable the back/forward buttons depending on the current
position in the history list
1999-04-19 21:19:05 +00:00
syd%netscape.com
74fe2092df Support for modal dialogs in Gtk+ xpfe. Reviewed by rods. 1999-04-19 21:18:50 +00:00
radha%netscape.com
e1ddf7f16e Call in to BrowserAppcore for back and forward buttons.
Disable the back & forward buttons when you can't go back or forward anymore
1999-04-19 21:18:20 +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
jfrancis%netscape.com
bdc8801844 redid html to be a better testbed for editor 1999-04-16 22:44:51 +00:00
law%netscape.com
a63c874f60 Turning on File->ViewSource and File->Open 1999-04-16 22:34:55 +00:00
pinkerton%netscape.com
0472e14502 fix "depressed state" css rules to look better. 1999-04-16 22:04:12 +00:00
putterman%netscape.com
0c71660a0b use chrome url for messenger. 1999-04-16 22:02:52 +00:00
putterman%netscape.com
366ef1e1b5 Use chrome url with Messenger. 1999-04-16 22:01:56 +00:00
slamm%netscape.com
dca948d257 Add descriptive names to viewer demo menu items. 1999-04-16 21:43:54 +00:00
rods%netscape.com
6aa2a28834 removed mail 1999-04-16 21:00:44 +00:00
rods%netscape.com
2a60f956ca Removed clipboard code on exit of appcore 1999-04-16 20:39:28 +00:00
rods%netscape.com
ca89d9cd66 Added nsIDOMBaseAppCore.h 1999-04-16 20:22:38 +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
rods%netscape.com
1902331069 removed mail 1999-04-16 20:18:01 +00:00
rods%netscape.com
4d918398d9 removed 1999-04-16 20:12:48 +00:00
rods%netscape.com
7dda0122d5 removed mail files 1999-04-16 20:11:06 +00:00
rods%netscape.com
25c532c154 Removed the mail files 1999-04-16 20:08:42 +00:00
rods%netscape.com
12ed8dd702 Old files no longer needed 1999-04-16 20:06:19 +00:00
rods%netscape.com
cc6d2337f6 removed the "set" enable/disable methods 1999-04-16 20:03:32 +00:00
rods%netscape.com
a6b341e525 removed nsIDOMMailCore.h 1999-04-16 20:02:27 +00:00
rods%netscape.com
5e485b0086 removed the all mail core files 1999-04-16 20:01:44 +00:00
rods%netscape.com
094e319485 removed enable/disable methods "set" methods 1999-04-16 20:01:09 +00:00
rods%netscape.com
d388a8a039 Removed the "set" enable/disable callback methods 1999-04-16 19:58:55 +00:00
rods%netscape.com
b3a6cba1c5 Removed MailCore.idl 1999-04-16 19:56:04 +00:00
rods%netscape.com
ec513cc8ac Remove the disable/enable callback methods 1999-04-16 19:53:45 +00:00
rods%netscape.com
f7c20decbf removed files: mozilla/xpfe/AppCores/src/nsJSMailCore.cpp, mozilla/xpfe/AppCores/src/nsMailCoreFactory.cpp, mozilla/xpfe/AppCores/src/nsMailCore.cpp 1999-04-16 19:52:06 +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
law%netscape.com
be67233af2 Add File->Open support and some null-pointer defenses 1999-04-16 17:46:51 +00:00
mcafee%netscape.com
3dc8a10efc Removing //#define NEW_CLIPBOARD_SUPPORT 1999-04-16 17:36:33 +00:00
pinkerton%netscape.com
3446a8d3d8 added classes for tristate checkbox. 1999-04-16 17:15:43 +00:00
hyatt%netscape.com
c4555bdd9f Removing the SetParent to null hack on the content iframe. This causes all
sorts of things to break.  Landing the real fix for this problem.
1999-04-16 08:13:48 +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
hyatt%netscape.com
37228ee2b2 Fixing the XUL file to support the new sandboxing syntax. 1999-04-16 08:12:11 +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
radha%netscape.com
ba735cf206 Call into BrowserAppcore for Back & Forward instead of calling javascript 1999-04-15 23:30:49 +00:00
radha%netscape.com
74e724c1f0 Call nsWebShell's Back() and Forward().nstead of Javascript's. Make sure
that urls that are
entered manually in the urlbar go to the history list maintained by
nsWebShell.
1999-04-15 22:46:38 +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