Commit Graph

574 Commits

Author SHA1 Message Date
hyatt%netscape.com
f080c0cae8 Phase 3. Enabling XP menus on the menu bar. 1999-07-31 11:29:03 +00:00
hyatt%netscape.com
8614f2dad0 Patching non-dynamic native menu impls. These include the Mac and BeOS.
Note that the only XUL files currently patched as of this checkin are
the global overlays and navigator.xul.  You won't see any menus in any
other windows right now.

I will now begin patching XUL files.  Once I am finished with the XUL,
phase 2 will be complete (i.e., as of this checkin, all C++ code for
phase 2 is in).
1999-07-31 07:15:20 +00:00
briano%netscape.com
24c649b4b4 Added a newline to the end of file to fix the Unix native compiler builds. 1999-07-30 21:49:32 +00:00
cltbld%netscape.com
05a753d774 anal cleanup. 1999-07-29 20:02:29 +00:00
mscott%netscape.com
aa51635bc8 fix build breakage...include config.mak 1999-07-29 03:59:32 +00:00
mscott%netscape.com
0e85f5c4eb add one more necko ifdef for davidm. 1999-07-28 03:40:03 +00:00
davidm%netscape.com
4c354b1d55 #if def out the code so NECKO doesn't break 1999-07-28 03:37:30 +00:00
davidm%netscape.com
11dbdfa4d5 4279 [FEATURE] JavaScript Alert dialogs 1999-07-28 02:52:14 +00:00
davidm%netscape.com
1e472c4a3d Change code so JS doesn't throw 1999-07-27 23:16:52 +00:00
danm%netscape.com
a5bfeab9c4 straighten out OS chrome flags and synchronize in Windows source 1999-07-27 22:42:34 +00:00
danm%netscape.com
25c2d9c6ad hooking up window OS border control from JS/C++ 1999-07-27 06:34:25 +00:00
pavlov%netscape.com
96b4208fe4 window creation changes 1999-07-27 04:27:17 +00:00
joki%netscape.com
f1c8421c61 Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus. 1999-07-26 15:02:19 +00:00
hyatt%netscape.com
d8006d31ac Changing the popup events' names. 1999-07-26 09:19:45 +00:00
rickg%netscape.com
5669f40143 replaced call to deprecated string API 1999-07-26 00:51:00 +00:00
davidm%netscape.com
7a35ca58bf Change return value when no window is found to NS_OK. Init variable to NULL 1999-07-23 03:14:43 +00:00
danm%netscape.com
402548e533 reversing inadvertent removal of dynamic menubar 1999-07-23 02:37:14 +00:00
danm%netscape.com
b4e60f5b6c removing IsMenuBarVisible -- it was a mistake, and unused 1999-07-22 23:41:50 +00:00
hyatt%netscape.com
daac4ceb51 Fixing a security violation in GetContentWebShell. When no shell was found, it
was returning the chrome shell.  It should just return nsnull instead.
1999-07-22 22:48:23 +00:00
nisheeth%netscape.com
a14ff6dcb2 Fix for bug 10028. We handle mixed case mailto urls properly now. 1999-07-22 22:34:28 +00:00
danm%netscape.com
5b90e50be0 make window.open windows visible 1999-07-21 06:37:58 +00:00
danm%netscape.com
6293a9fad0 necko-copacetic version of last checkin 1999-07-21 02:58:26 +00:00
danm%netscape.com
c2f8e4becf last fix won't actually work. it's too early. 1999-07-20 15:38:36 +00:00
danm%netscape.com
c3ede5045d temporary build redness fix disables hidden window 1999-07-20 15:26:44 +00:00
danm%netscape.com
11f522bc8c adding initial hidden window to AppRunner 1999-07-20 14:40:55 +00:00
joki%netscape.com
d752334449 Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods. 1999-07-19 19:54:34 +00:00
davidm%netscape.com
2900380668 Fix a couple of refcount bugs. Add routine to convert from nsISupports to nsIDOMWindow object 1999-07-18 23:46:04 +00:00
morse%netscape.com
24ad17fdfd xul files have moved 1999-07-17 02:04:09 +00:00
warren%netscape.com
84bd74a4fd Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
gordon%netscape.com
bed996ead3 Changed value returned inside #ifdef NECKO. 1999-07-14 21:17:40 +00:00
blizzard%redhat.com
6080b734d6 Make sure that mWebShell has the Show() method called on it when mWindow does. This fixes the xlib gray screen and should allow some hacks to be removed from the gtk code. Checkin approved by hyatt and cyeh. 1999-07-12 20:31:03 +00:00
duncan%be.com
4a3451e3dc Temporary fix for BeOS menus: do not load dynamically. Will try to
fix this for M9.
BeOS only checkin authorized by cyeh.
1999-07-12 19:15:01 +00:00
radha%netscape.com
afcae1c632 Don't include MsgCompose header files to invoke the Messenger when a mailto: is clicked.
Use ToolkitCore.ShowWindowWithArgs instead. I know about all that is going on
regarding using window.open instead of showwindowwithargs. But in this case,
I really have no choice. Plus, this code will go away when I get to use
NECKO's protocol registry.
1999-07-10 00:15:04 +00:00
pavlov%pavlov.net
1845e72687 fix bug 9564 r=mcafee a=cyeh 1999-07-09 23:41:29 +00:00
pavlov%pavlov.net
92fbe9c78e turning intrinsic sizing on for unix part 2 r=saari a=chofmann 1999-07-09 17:25:14 +00:00
racham%netscape.com
2b96bde315 Profiledefaults dir is the install directory. Rev by gayatri. Approved by chofmann 1999-07-09 04:33:32 +00:00
sdagley%netscape.com
ed43893377 Part deux of the fix for #8491. Had to add the ability to externally re-init NSPR's log feature as we were reading the environemnt vars on the Mac after the initial init. Reviewed saari. 1999-07-09 04:03:51 +00:00
sdagley%netscape.com
b74558da9b Fix for bug #8491. Reviewed scc, approved chofmann. Provide support for environment variables on the Mac so PR_Log can query for what modules are actually supposed to be logged. See the bug comments for a description of how to set the enviroment variables. 1999-07-09 02:44:31 +00:00
hyatt%netscape.com
b0d76a8031 Fixing redraw problems on initial show of window 1999-07-07 22:33:26 +00:00
gayatrib%netscape.com
6e5c5c9344 Added new file spec for profile defaults folder 1999-07-07 01:05:39 +00:00
saari%netscape.com
5296bf1511 Fix for bug #8990 1999-07-07 00:48:06 +00:00
pinkerton%netscape.com
9ec6bdb3b1 Allow for oncreate handler to stop creation of popups by returning false from event handler. 1999-07-06 23:21:23 +00:00
sspitzer%netscape.com
0e665162cb temporary fix for the "window is 1x1 and blank on startup" problem.
hyatt / pavlov are working on a better fix.
1999-07-06 21:32:44 +00:00
hyatt%netscape.com
5101e52906 Trying to fix build bustage. 1999-07-06 18:53:41 +00:00
ramiro%netscape.com
fb45aae516 Protect the mail news "dirty hack" with MOZ_MAIL_NEWS defines. 1999-07-06 14:51:33 +00:00
hyatt%netscape.com
1178bcf511 Make popups work with intrinsic sizing. 1999-07-05 23:45:24 +00:00
hyatt%netscape.com
2336371f60 Making sure dialogs really look like dialogs. 1999-07-05 19:38:43 +00:00
hyatt%netscape.com
01fcc007c0 Keep the initial width and height from being 0. Set it to 1 instead. 1999-07-05 16:53:43 +00:00
radha%netscape.com
c75a8d3c38 Activate the mailcomposer code only if NECKO is *not*
defined. Mail composer header files are not found if
NECKO is defined and thereby NECKO build fails.
1999-07-05 00:53:20 +00:00
radha%netscape.com
32eddfe0b4 WebShellWindow is now a url dispatcher until a common app independant module is
identified. Add url dispatcher related functions
1999-07-04 23:41:32 +00:00
hyatt%netscape.com
a34b9faa23 Removing the obsolete nsIWidgetController interface. 1999-07-04 19:46:05 +00:00
sdagley%netscape.com
d2ace9f0ad File Removed. 1999-07-04 06:16:08 +00:00
sdagley%netscape.com
fbaa167a38 Another shot at fixing hyatt's build bustage. This file isn't actually generated even though there's a corresponding .idl file. Since hyatt added the define of NS_SIZETOCONTENT to the .idl file the Mac isn't finding it. 1999-07-04 06:00:14 +00:00
hyatt%netscape.com
73b08a974d Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
saari%netscape.com
77096ca1e6 fix bug 9032, check for null crash 1999-07-04 02:43:58 +00:00
saari%netscape.com
f54cb5007b fix build breakage 1999-07-03 00:31:23 +00:00
saari%netscape.com
af57c2ec66 adding MacOS support for menu accelerators 1999-07-02 23:57:29 +00:00
joki%netscape.com
f550a8be68 New focus stuff for getting focus to the content area of the apprunner window. 1999-07-02 19:43:26 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
hyatt%netscape.com
dab707cc61 You can specify the size of the popup. 1999-07-01 06:01:03 +00:00
hyatt%netscape.com
67544d190d Implementing borderless top level windows. 1999-07-01 02:50:53 +00:00
leaf%mozilla.org
7a4d4cb63d Preparing for distribution of fullsoft headers, dlls, and exes 1999-07-01 01:48:08 +00:00
pierre%netscape.com
12de00ed62 added nsIAppShellService.idl to fix build breakage 1999-07-01 01:14:34 +00:00
pinkerton%netscape.com
358bcc130a Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well. 1999-07-01 00:07:41 +00:00
nisheeth%netscape.com
957d5a4f73 Enabling IDL'ized nsIAppShellService on the Mac. 1999-06-30 23:55:10 +00:00
warren%netscape.com
fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
danm%netscape.com
e1ea10a32d adding _content target 1999-06-27 00:35:21 +00:00
danm%netscape.com
b4fcbcd0b1 added 'content' property to JS window 1999-06-26 21:48:29 +00:00
mcafee%netscape.com
6574c7355a Adding cases for BeOS. 1999-06-26 07:40:25 +00:00
rjc%netscape.com
fd3783d4aa Oops, also missed this WindowMediator which needs to have a GetAllCmds() method as well. 1999-06-26 02:02:18 +00:00
nisheeth%netscape.com
f75c847482 Turning on IDL'ization of nsIAppShellService on Unix.
VS: ----------------------------------------------------------------------
1999-06-25 19:44:18 +00:00
nisheeth%netscape.com
3a7eef5d91 IDL'ized nsIAppShellService. Only enabling for windows right now... 1999-06-25 01:15:19 +00:00
radha%netscape.com
e1f307bbfd Implement Reload feature 1999-06-24 20:16:59 +00:00
radha%netscape.com
af6a9ae400 Implement reload feature 1999-06-24 20:16:38 +00:00
danm%netscape.com
e18b5e37c8 oops 1999-06-24 04:25:57 +00:00
danm%netscape.com
582ad47b3f teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references 1999-06-24 03:29:22 +00:00
waterson%netscape.com
820a647acb Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers. Miscellaneous XPCOM fixage. 1999-06-24 00:23:52 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
sspitzer%netscape.com
0904d62ab0 fix warnings 1999-06-23 01:05:03 +00:00
ftang%netscape.com
28bbc5a3f1 add XMLEncodingService 1999-06-22 22:30:33 +00:00
briano%netscape.com
8172e87a12 Changed 'true' to 'PR_TRUE' to fix the non-gcc Unix builds. 1999-06-22 19:57:46 +00:00
dp%netscape.com
9be26e6da2 Make VC5.0 happy with pointers to member function. 1999-06-22 17:26:26 +00:00
davidm%netscape.com
299fe94f32 screwed up adding .idl file 1999-06-22 03:27:38 +00:00
davidm%netscape.com
f0c8c84616 File Removed. 1999-06-22 03:15:35 +00:00
davidm%netscape.com
f286a2b334 enable window mediation 1999-06-22 03:06:19 +00:00
davidm%netscape.com
7cf4134594 Update to new nsIWindowMediator API 1999-06-22 03:04:11 +00:00
davidm%netscape.com
23ab3b881a update to be idlized 1999-06-22 02:56:58 +00:00
davidm%netscape.com
c858dd7820 add nsIWindowMediator.idl 1999-06-22 02:56:42 +00:00
davidm%netscape.com
24509d64d5 add nsIWindowMediator.idl to build 1999-06-22 02:56:29 +00:00
danm%netscape.com
5ed779328d teach FindWebShellWithName to look outside the current window 1999-06-22 01:38:28 +00:00
radha%netscape.com
9c06856501 New interfaces to get and set url for a particular entry. Remove unused code.
Fix few reference errors. More error checks
1999-06-21 22:16:24 +00:00
radha%netscape.com
993eef4613 New interfaces to get and set urls for aparticular history entry 1999-06-21 22:14:27 +00:00
sspitzer%netscape.com
d1b8548b1e fix warnings. these classes have virtual functions but non-virtual destructors 1999-06-21 01:59:44 +00:00
bruce%cybersight.com
08de02b16c Add |GetIID()| implementations. 1999-06-20 22:31:32 +00:00
sfraser%netscape.com
b400f22d26 Explode addref & release macros to make debugging easier. 1999-06-19 22:07:13 +00:00
sfraser%netscape.com
0e2aa5d823 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 21:53:00 +00:00
sfraser%netscape.com
81eb5e97f2 Comments to make the ownership model clearer 1999-06-19 21:48:53 +00:00
valeski%netscape.com
e23b3c673c NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
mcmullen%netscape.com
f331296542 #8326: Get rid of "Default" profile creation. Change nsFileLocations to return an error (or a null pointer) when there are no profiles. Fix wallet/singsign.cpp to check for the error. Code by racham: Fix nsFileLocations with new enum selectors for the profile root (code by racham) Fix nsProfile.cpp to use profileroot instead of profile when making profiles. r=racham@netscape.com, a=don@netscape.com 1999-06-17 23:02:39 +00:00
morse%netscape.com
682215d4ef fix bug 8383, approved by chofmann 1999-06-17 22:03:31 +00:00
sspitzer%netscape.com
34576fe309 fix warnings.
also Back() and Back(nsIWebShell *) existed, and this is bad.
Renamed Back(nsIWebShell *) to GoBack(nsIWebShell *).
1999-06-16 06:38:44 +00:00
sfraser%netscape.com
aff5a4563d Fix some really weird casting bugs. Details are in bug 8277. 1999-06-16 05:44:07 +00:00
davidm%netscape.com
6fa8ebb978 First Checked In. 1999-06-16 04:23:37 +00:00
davidm%netscape.com
ae8a42c7c0 I am going blind. Was calling register rather than unregister function 1999-06-16 04:13:03 +00:00
sspitzer%netscape.com
bb7b1337ab fix build bustage 1999-06-16 03:51:08 +00:00
sspitzer%netscape.com
68cc9abca3 fix build bustage 1999-06-16 03:50:00 +00:00
sspitzer%netscape.com
f35543f9bc fix windows build bustage. 1999-06-16 03:34:37 +00:00
sspitzer%netscape.com
e6d83cd3e9 more fixes for build bustage 1999-06-16 02:25:34 +00:00
sspitzer%netscape.com
c8a83b6b4f more build bustage fixes 1999-06-16 02:21:19 +00:00
danm%netscape.com
4824d684b1 more careful with dialog webshellwindow member variable. fixes bug 7858. also, release appshell service correctly 1999-06-16 00:38:22 +00:00
radha%netscape.com
2007f6c72d OOps. Commented out NS_NewSessionHistory() by mistake in the previous checkin 1999-06-16 00:35:53 +00:00
danm%netscape.com
0dc63e6385 just added some usage notes and a bit of extra care during window initialization 1999-06-16 00:27:41 +00:00
radha%netscape.com
737af32b7f Better behavior with nested frames 1999-06-15 23:26:06 +00:00
mcmullen%netscape.com
b51d1cea7b Remove the trailing space in the module name. 1999-06-15 08:22:10 +00:00
mcmullen%netscape.com
c6c534a6b6 Fix up registration of nsIFileLocator to use ProgIDs 1999-06-15 08:07:58 +00:00
mcmullen%netscape.com
862ba7d95d oh, that ./ again. 1999-06-15 05:57:17 +00:00
mcmullen%netscape.com
47bf693970 oh, that ./ again. 1999-06-15 05:56:33 +00:00
mcmullen%netscape.com
d81f9630c0 idlized now 1999-06-15 05:29:54 +00:00
mcmullen%netscape.com
d92e35fc40 Added inline convenience methods. 1999-06-15 05:18:04 +00:00
mcmullen%netscape.com
49cadd76f2 idlized nsIFileLocator 1999-06-15 05:18:02 +00:00
mcmullen%netscape.com
adac70ab87 idlized nsIFileLocator. 1999-06-15 05:17:57 +00:00
radha%netscape.com
f8ca53874b Added nsISessionHistory.h 1999-06-14 22:36:46 +00:00
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