tbogard%aol.net
d31f977574
Now when we want to tell the XUL Window of changes in progress, or status or overlink we use the new nsIDOMWindow::GetXPConnectObject functionality. This replaces our need for the broadcaster observer stuff along with the expensive setAttribute calls.
...
git-svn-id: svn://10.0.0.236/trunk@63985 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-24 03:46:15 +00:00
pollmann%netscape.com
109ad2d952
Bug 32702: Rename GetHistoryState to CaptureHistoryState (as it is), r=nisheeth
...
git-svn-id: svn://10.0.0.236/trunk@63983 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-24 03:37:03 +00:00
tbogard%aol.net
681b9a073d
Added new file nsIXULBrowserWindow.idl.
...
git-svn-id: svn://10.0.0.236/trunk@63973 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-24 03:09:39 +00:00
dougt%netscape.com
22c9da9e08
Adding AlertCheck() to common dialogs. r=davidm@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@63831 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-23 06:38:35 +00:00
norris%netscape.com
be61bd35ae
Fix 32595 BAD: browser crashed on links.
...
r=mstoltz
git-svn-id: svn://10.0.0.236/trunk@63649 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 23:14:29 +00:00
danm%netscape.com
fe4224121c
specify no min/max buttons for resizeable dialogs. bug 7372. code by roc+moz@cs.cmu.edu
...
git-svn-id: svn://10.0.0.236/trunk@63532 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 03:38:24 +00:00
sspitzer%netscape.com
4603f3e977
clean up nsUserInfoUnix.cpp. fix from Chris Seawood <cls@seawood.org>.
...
r=sspitzer, tested by colin blake on vms.
git-svn-id: svn://10.0.0.236/trunk@63276 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-17 07:53:19 +00:00
tbogard%aol.net
bb30d7f409
SetJSStatus, SetJSDefaultStatus and SetOverLink now poke a DOM attribute on element WebBrowserChrome in the xul window if one exists. Renamed nsXULWindow::GetDOMElementFromDocShell to be nsXULWindow::GetWindowDOMElement. This cleans up having to pass in the same docShell over and over and make it mean more of what it is. Added a nsXULWindow::GetElementById which returns an element of the specified id within the xul window. nsContentTreeOwner doesn't need to cache the defaultStatus. nsWebShellWindow doesn't need to call ExecutStartupCode anymore as that was only there for nsIXULWindowCallbacks code which is gone. nsWebShellWindow doesn't need to cache mStatus or mDefaultStatus.
...
git-svn-id: svn://10.0.0.236/trunk@63143 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-16 05:45:26 +00:00
tbogard%aol.net
854e3803a9
Change nsIWebShell::LoadURL calls to use nsIWebNavigation::LoadURI.
...
git-svn-id: svn://10.0.0.236/trunk@63122 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-16 02:20:26 +00:00
tbogard%aol.net
2a1ac4d9c8
Providing implementation for SetOverLink.
...
git-svn-id: svn://10.0.0.236/trunk@63104 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-16 01:01:57 +00:00
sspitzer%netscape.com
6039850a16
fix to get this to build on VMS. thanks to colin blake for this patch. r=sspitzer
...
git-svn-id: svn://10.0.0.236/trunk@63013 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-15 05:30:13 +00:00
tbogard%aol.net
835feeed94
Updated paramaters to FindNamedBrowserChrome() and changed it to FindNamedBrowser() to reflect changes in the API.
...
git-svn-id: svn://10.0.0.236/trunk@63003 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-15 04:34:29 +00:00
tbogard%aol.net
391789552a
Updated paramaters to GetNewBrowserChrome() and changed it to GetNewBrowser() to reflect changes in the API. Added new functions SizeBrowserTo() and ShowAsModal() that were added to the nsIWebBrowserChrome API.
...
git-svn-id: svn://10.0.0.236/trunk@62897 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-14 07:06:07 +00:00
sspitzer%netscape.com
4d874c7968
all three platforms have an implementation of nsIUserInfo now.
...
(but mac and windows impls need work, see bugs #29594 and #29596 )
git-svn-id: svn://10.0.0.236/trunk@62724 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-12 11:59:34 +00:00
sspitzer%netscape.com
704f26f305
added files: mozilla/xpfe/appshell/src/nsUserInfoMac.cpp
...
git-svn-id: svn://10.0.0.236/trunk@62723 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-12 11:57:56 +00:00
sspitzer%netscape.com
682ee0d43a
minor tweakage, not part of the build yet.
...
git-svn-id: svn://10.0.0.236/trunk@62722 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-12 11:52:02 +00:00
sspitzer%netscape.com
4114f9fc66
we now have an implementation of nsIUserInfo for windows.
...
only GetUsername is implemented.
git-svn-id: svn://10.0.0.236/trunk@62721 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-12 11:49:28 +00:00
sspitzer%netscape.com
55980945a5
fix build bustage. I need to make this code more portable across unixes.
...
git-svn-id: svn://10.0.0.236/trunk@62713 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-12 10:26:09 +00:00
sspitzer%netscape.com
affdbcf82a
turn on nsUserInfo for unix only right now. windows and mac to follow.
...
git-svn-id: svn://10.0.0.236/trunk@62700 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-12 08:17:43 +00:00
sspitzer%netscape.com
c1e13e0401
added files: mozilla/xpfe/appshell/public/nsIUserInfo.idl
...
git-svn-id: svn://10.0.0.236/trunk@62696 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-12 07:58:13 +00:00
sspitzer%netscape.com
1a22a24373
adding nsIUserInfo the the build
...
git-svn-id: svn://10.0.0.236/trunk@62695 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-12 07:51:35 +00:00
pavlov%netscape.com
1fdd348954
changes to let us build on MacOS X
...
git-svn-id: svn://10.0.0.236/trunk@62619 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 03:08:04 +00:00
norris%netscape.com
732190b52e
Remove mURL from nsWebShell, and GetURL from nsIWebShell.
...
r=travis
git-svn-id: svn://10.0.0.236/trunk@62618 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 02:57:39 +00:00
tbogard%aol.net
34e1095aaf
Hold on to a docShell instead of a webShell.
...
git-svn-id: svn://10.0.0.236/trunk@62605 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 01:28:07 +00:00
tbogard%aol.net
23a61b3621
SetWebShell now sets a DocShell instead.
...
git-svn-id: svn://10.0.0.236/trunk@62604 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 01:27:42 +00:00
tbogard%aol.net
d70cb1282d
No longer implement the nsIBrowserWindow interface. Changed nsIDocumentLoaderObserver declarations to use the XPIDL generated macro.
...
git-svn-id: svn://10.0.0.236/trunk@62603 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 01:26:36 +00:00
tbogard%aol.net
bc3d57f677
No longer implement the nsIBrowserWindow interface. HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. Use the docShell APIs to initialize creation of the docShell/ webShell.
...
git-svn-id: svn://10.0.0.236/trunk@62602 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 01:25:54 +00:00
tbogard%aol.net
4b4acb4d28
Remove dependency on nsIBrowserWindow.
...
git-svn-id: svn://10.0.0.236/trunk@62559 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 00:21:27 +00:00
tbogard%aol.net
b68419de41
Use the docShell APIs to navigate through children of the docShell.
...
git-svn-id: svn://10.0.0.236/trunk@62553 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 00:14:50 +00:00
danm%netscape.com
2fed3ce184
persist size only when window is not minimized or maximized. bug 30116 r=scc a=jevering
...
git-svn-id: svn://10.0.0.236/trunk@62437 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-09 02:00:20 +00:00
warren%netscape.com
d100457780
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
...
git-svn-id: svn://10.0.0.236/trunk@62243 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-05 21:26:01 +00:00
jj%netscape.com
ffc2df4d9d
Removed references to MOZ_FULLCIRCLE in mozilla. a=leaf r=sfraser
...
git-svn-id: svn://10.0.0.236/trunk@62201 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-04 01:52:50 +00:00
tbogard%aol.net
495826cccc
nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg
...
git-svn-id: svn://10.0.0.236/trunk@62038 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 07:13:02 +00:00
sspitzer%netscape.com
273b9dc121
add some comments / todo items. not part of the build.
...
git-svn-id: svn://10.0.0.236/trunk@62010 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 00:59:58 +00:00
sspitzer%netscape.com
02ecab8ef9
not part of the build yet.
...
git-svn-id: svn://10.0.0.236/trunk@61975 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 19:52:43 +00:00
sspitzer%netscape.com
77bd241684
not part of the build yet.
...
git-svn-id: svn://10.0.0.236/trunk@61974 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 19:03:33 +00:00
sspitzer%netscape.com
fc57b16d62
not part of the build.
...
git-svn-id: svn://10.0.0.236/trunk@61971 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 17:24:12 +00:00
sspitzer%netscape.com
c4e9f18235
not part of the build yet.
...
git-svn-id: svn://10.0.0.236/trunk@61959 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 05:55:19 +00:00
sspitzer%netscape.com
1902232a14
not part of the build yet.
...
git-svn-id: svn://10.0.0.236/trunk@61954 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 05:17:06 +00:00
tbogard%aol.net
9aaaeb8cad
Removing nsIXULWindowCallbacks as it is no longer used. r=danm a=jevering
...
git-svn-id: svn://10.0.0.236/trunk@61911 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 22:11:33 +00:00
tbogard%aol.net
944a114b68
Removing nsIXULWindowCallbacks from the build as it is no longer used. r=danm a=jevering.
...
git-svn-id: svn://10.0.0.236/trunk@61909 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 22:10:06 +00:00
tbogard%aol.net
7475e9b9b5
Removing nsIXULWindowCallbacks as they were removed from active use nearly 8 or more months ago. Getting rid of having to pass it around as a parameter and all that fun stuff. r=danm a=jevering
...
git-svn-id: svn://10.0.0.236/trunk@61907 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 22:03:49 +00:00
mkaply%us.ibm.com
ac2a40f738
# 25555
...
r= sobotka (per jdunn@netscape.com )
OS/2 changes for Mozilla - add #ifdef, change #ifdef
git-svn-id: svn://10.0.0.236/trunk@61875 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 15:52:31 +00:00
pollmann%netscape.com
57b64b6c81
Bug 28670: Remove unneeded scroll param to webshell::Init r=travis a=rickg
...
git-svn-id: svn://10.0.0.236/trunk@61844 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 06:50:27 +00:00
dougt%netscape.com
730cbc17af
Adding a windows implementation of GetUserName().
...
Adding a check on unix to ensure that the out param is not null when return
NS_OK.
Not in the build.
git-svn-id: svn://10.0.0.236/trunk@61837 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 04:39:54 +00:00
danm%netscape.com
436cf3dbc4
fixing build bustage by obliterating the entire offending function, which appears to be unused.
...
git-svn-id: svn://10.0.0.236/trunk@61828 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 02:50:06 +00:00
sspitzer%netscape.com
404ef02ec2
change this to a wstring. not part of the build.
...
git-svn-id: svn://10.0.0.236/trunk@61825 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 01:38:45 +00:00
tbogard%aol.net
d885bd50bb
This should fix the mac bustage.
...
git-svn-id: svn://10.0.0.236/trunk@61824 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 01:37:49 +00:00
sspitzer%netscape.com
e64ecc0632
not part of the build.
...
git-svn-id: svn://10.0.0.236/trunk@61819 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 00:49:46 +00:00
tbogard%aol.net
13b61ed851
Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering
...
git-svn-id: svn://10.0.0.236/trunk@61816 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 00:20:55 +00:00