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
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