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
pollmann%netscape.com
8a83557c05
Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg
...
git-svn-id: svn://10.0.0.236/trunk@61848 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 06:51:48 +00:00
tbogard%aol.net
ec93534c63
Removed RemoveFocus, Stop, Reload, and SetContentViewer as these functions are no longer called. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering
...
git-svn-id: svn://10.0.0.236/trunk@61581 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 04:15:48 +00:00
mscott%netscape.com
4ad088c4aa
Bug #17468 --> LoadURL needs to pass around the window target for now.
...
r=travis
git-svn-id: svn://10.0.0.236/trunk@61104 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 07:29:50 +00:00
joki%netscape.com
70aa75bb28
Fix bug 4167. Fire unload event before all data is gone to allow action during event handlers. r:travis
...
git-svn-id: svn://10.0.0.236/trunk@60953 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 22:55:36 +00:00
tbogard%aol.net
f7b0f70b71
Removed unused method from the interface. r=pavlov
...
git-svn-id: svn://10.0.0.236/trunk@60723 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-14 09:42:30 +00:00
tbogard%aol.net
e0a0579a3e
Remove a number of now defunct methods on nsIWebShellContainer. And a couple more from nsIWebShell. r=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@60467 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 08:29:02 +00:00
mscott%netscape.com
1c48dae33b
remove files that are moving to the uri loader as idl files.
...
git-svn-id: svn://10.0.0.236/trunk@59163 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:05:43 +00:00
mscott%netscape.com
0ed6878663
remove these files from the build.
...
They are being re-added to the uri loader as idl files.
r=travis
git-svn-id: svn://10.0.0.236/trunk@59162 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:05:22 +00:00
mscott%netscape.com
c155b4390b
Remove nsIDocumentloader, nsIDocumentLoaderObserver from the builds. These files are now
...
in the uriloader
r=travis
git-svn-id: svn://10.0.0.236/trunk@59161 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:04:35 +00:00
mscott%netscape.com
4ce527e0ed
Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
...
This header file containst the remanents of stuff that was in nsIDocumentLoader but wasn't really
part of nsIDocumentLoader the interface.
r=travis
(not part of the build yet)
git-svn-id: svn://10.0.0.236/trunk@59153 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 04:27:32 +00:00
hyatt%netscape.com
3766a506c1
Getting rid of createPopup.
...
git-svn-id: svn://10.0.0.236/trunk@59006 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 03:05:17 +00:00
dcone%netscape.com
78a3fc3824
support for regression testing. r=rods
...
git-svn-id: svn://10.0.0.236/trunk@58785 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 15:14:41 +00:00
danm%netscape.com
2b63300d33
adding a parameter to nsIBrowserWindow::SizeWindowTo. part of bug 15555. r:hyatt
...
git-svn-id: svn://10.0.0.236/trunk@57892 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 02:30:34 +00:00
rpotts%netscape.com
5870fbf96d
Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad.
...
git-svn-id: svn://10.0.0.236/trunk@56597 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-29 07:32:59 +00:00
rpotts%netscape.com
6c8a79d72b
Removed obsolete method nsIDocumentLoader::LoadOpenedDocument.
...
git-svn-id: svn://10.0.0.236/trunk@56596 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-29 05:10:21 +00:00
tbogard%aol.net
2eedf1b9fc
Removed GetWebShellType() form the API.
...
git-svn-id: svn://10.0.0.236/trunk@56255 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 00:12:46 +00:00
tbogard%aol.net
0d11af445e
Started removing functions that should no longer be used. Call sites are now using the new docshell interfaces.
...
git-svn-id: svn://10.0.0.236/trunk@56172 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 02:24:45 +00:00
tbogard%aol.net
b37e05608c
Removed nsIMarkupDocumentViewer.h as it is now copied from the docshell directory as part of the parsing of nsIMarkupDocumentViewer.idl.
...
git-svn-id: svn://10.0.0.236/trunk@55055 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-02 09:11:40 +00:00
tbogard%aol.net
bfe63e8f6e
Stop copying the nsIMarkupDocumentViewer.h from this directory into the public directory. Rely on the IDL file in the docshell directory to copy it out.
...
git-svn-id: svn://10.0.0.236/trunk@55054 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-02 09:10:32 +00:00
tbogard%aol.net
ead43e83c0
Put a couple of what were protected member functions of nsWebShell into the public API. This was needed during the period of rebuilding the webshell.
...
git-svn-id: svn://10.0.0.236/trunk@54717 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-30 04:32:42 +00:00
tbogard%aol.net
390f55af09
Changed GetDocumentLoaderObserver to return a ** instead of a *&. This is in sync with the nsIDocShell::GetDocumentLoaderObserver. r=pavlov
...
git-svn-id: svn://10.0.0.236/trunk@54585 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 21:09:47 +00:00
tbogard%aol.net
4cf924be09
Removed the const from GetTitle to reflect the fact that the implementation should return an allocated string.
...
git-svn-id: svn://10.0.0.236/trunk@54489 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-27 02:21:43 +00:00
tbogard%aol.net
54fb5586c4
Removed the const to reflect the fact that the implementation will return an allocated string, not a pointer to the internal string.
...
git-svn-id: svn://10.0.0.236/trunk@54486 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-27 02:08:42 +00:00
tbogard%aol.net
00600f316c
Slight re-arrangement of some methods. Mainly just removed Set and GetURLDispatcher.
...
git-svn-id: svn://10.0.0.236/trunk@54404 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-24 09:39:58 +00:00
tbogard%aol.net
80ea367e86
Changed the concept of the webshell holding an mChromeElement object to it holding a nsIChromeEventHandler interface. This is more generic and allows other apps to plugin nicer into the API.r=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@54270 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-23 09:57:47 +00:00
rpotts%netscape.com
bf7832c37a
bug #15342 and #15560 . Refactored the LoadGroup and DocumentLoader...
...
git-svn-id: svn://10.0.0.236/trunk@54125 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-22 05:46:03 +00:00
buster%netscape.com
1e648d27d6
moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
...
no bug number, this is for webshell redesign work
r=rickg, travis
git-svn-id: svn://10.0.0.236/trunk@53979 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-19 07:35:27 +00:00
warren%netscape.com
cbcd671c5d
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
...
git-svn-id: svn://10.0.0.236/trunk@53856 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-18 07:36:41 +00:00
mscott%netscape.com
00c26ba6bf
Bug #14928 --> phase one of uri dispatching landing. add ability to get/set content listener parent on the webshell
...
r=travis
git-svn-id: svn://10.0.0.236/trunk@53851 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-18 07:06:07 +00:00
mscott%netscape.com
0ed2e8850a
Bug #14928 --> phase one of uri dispatching landing. add ability for doc loader to load
...
an opened channel
r=travis
git-svn-id: svn://10.0.0.236/trunk@53850 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-18 07:05:47 +00:00
warren%netscape.com
d8627fe912
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
...
git-svn-id: svn://10.0.0.236/trunk@53761 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-17 08:14:52 +00:00
tbogard%aol.net
e2ce7a824b
Removed nsIWebShell::GetRootWebShellEvenIfChrome(). Added nsIWebShell::GetTopLevelWindow(). Made GetRootWebShellEvenIfChrome implementation a protected member function.
...
git-svn-id: svn://10.0.0.236/trunk@53677 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-16 20:06:12 +00:00
tbogard%aol.net
b3fbe630a0
Moved GetContainer() from nsIContentViewerContainer to nsIWebShell. r=pavlov
...
git-svn-id: svn://10.0.0.236/trunk@53578 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-16 01:02:17 +00:00
tbogard%aol.net
3332c74e48
Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. r=pavlov
...
git-svn-id: svn://10.0.0.236/trunk@53492 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-15 07:29:23 +00:00
tbogard%aol.net
9336c33e4f
Changed Set and GetContainer to deal with nsISupports instead of nsIContentViewerContainer. r=pavlov
...
git-svn-id: svn://10.0.0.236/trunk@53461 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-14 10:10:32 +00:00
tbogard%aol.net
f33c6ad621
Removed QueryCapability as it is no longer used. r=pavlov
...
git-svn-id: svn://10.0.0.236/trunk@53460 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-14 10:10:05 +00:00
buster%netscape.com
09ff79c694
added nsIWebShell::SetDocument, a new interface for loading a pre-fabricated content model
...
into a webshell synchronously.
This has NOT yet been reviewed, and is not yet used anywhere in the system.
I *will* get a formal code review before enabling it's use. However, I want to get the code into
the tree because keeping my tree in synch is becoming a burden.
git-svn-id: svn://10.0.0.236/trunk@53269 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-11 22:32:13 +00:00
dmose%mozilla.org
0efb7c174c
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
cls%seawood.org
3e1a9ca95a
Removed unused NECKO ifdefs.
...
a=leaf
git-svn-id: svn://10.0.0.236/trunk@52607 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 23:34:03 +00:00
bienvenu%netscape.com
226d2a5c5f
add accessor for load group on doc loader r=rpotts
...
git-svn-id: svn://10.0.0.236/trunk@51941 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 04:44:42 +00:00
norris%netscape.com
2c73987122
Expose referrer from web shell.
...
r=travis
needed for bug 11963.
git-svn-id: svn://10.0.0.236/trunk@51753 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-25 22:20:10 +00:00
danm%netscape.com
fe06bcf74b
no longer used
...
git-svn-id: svn://10.0.0.236/trunk@51287 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 20:51:16 +00:00
danm%netscape.com
2d0400db89
removing nsIModalWindowSupport r:hyatt@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@50989 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 15:05:17 +00:00
rpotts%netscape.com
fa598b6cae
bug #15341 and bug #15344 . Use the documentloader observer instead of a stream observer.
...
git-svn-id: svn://10.0.0.236/trunk@49795 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:04:16 +00:00
kipp%netscape.com
d37c5bc446
Don't export nuked nsIThrobber
...
git-svn-id: svn://10.0.0.236/trunk@49060 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-25 20:08:21 +00:00
nisheeth%netscape.com
bc496bb171
Changed the ifdef NS_DEBUG around webshell leak detection code to ifdef DETECT_WEBSHELL_LEAKS.
...
git-svn-id: svn://10.0.0.236/trunk@48718 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 01:24:20 +00:00
hyatt%netscape.com
bd258f4733
chrome event stuff
...
git-svn-id: svn://10.0.0.236/trunk@48457 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 01:02:29 +00:00
davidm%netscape.com
043f45044f
Add extra chrome flag for the sidebar and taskbar
...
git-svn-id: svn://10.0.0.236/trunk@48165 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-18 03:23:52 +00:00
rpotts%netscape.com
2f9360a53b
Removed NECKO ifdefs...
...
git-svn-id: svn://10.0.0.236/trunk@47952 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 07:54:11 +00:00