mscott%netscape.com
8777c84eb5
backing out my bug fix because it appears to have broken the page cycler.
...
thanks to sspitzer for helping me figure this out.
2000-04-07 21:36:09 +00:00
mscott%netscape.com
b171246cb6
Bug #34769 --> don't set the refferer as the original url on the channel in the webshell.
...
r=warren
a=leaf
2000-04-07 19:25:42 +00:00
tbogard%aol.net
6df17bc247
Seems the conditional as a parameter was too much for speedracer's little brain.
2000-04-04 03:31:57 +00:00
tbogard%aol.net
c6f1b601bf
CreateContentViewer() and NewContentViewer() no longer take the uri loading command as a parameter since they don't use it. InternalLoad now takes a window target parameter. DoURILoad now takes the uriloader command and a window target.
2000-04-04 00:04:04 +00:00
tbogard%aol.net
b3add04b33
Removed some old code that was ifdefed out. Removed the isMail test in webshell as that path is no longer being hit due to the fact that "mailto" does succeed in creating a nsIURI. Changed InternalLoadURI due to changes in the docshell parameter list.
2000-04-04 00:03:11 +00:00
tbogard%aol.net
3659345765
The layoutState is actually a nsILayoutHistoryState not just an nsISupports.
2000-04-03 00:47:15 +00:00
erik%netscape.com
08e80dd504
bug 30022; added Set/Get TextZoom for enlarging/reducing fonts only
2000-04-02 21:53:46 +00:00
mscott%netscape.com
ffe651e6f2
Make sure nsIWebProgressListener is added to the GetInterface method for docshell.
2000-04-02 21:00:26 +00:00
tbogard%aol.net
09cf5babc0
Updated documentation to be clear about ownership model of the parentURIContentListener.
2000-04-02 20:31:12 +00:00
tbogard%aol.net
1cb2071636
My webshell, your diet is working, you've lost some more weight..... Removed one of the LoadURL calls and combined it with the other. Removed the localIP address parameter as it is not used and is not the way we will specify binding. Removed ProgressLoadURL as it is no longer needed (the rest of nsIWebShellContainer will go away when we finish landing the nsIWebProgressListener interfaces.) Removed CaptureHistoryState and GetHistoryState. Prompter is now retrieved through the correct path, up the treeOwner.
2000-04-02 01:19:27 +00:00
tbogard%aol.net
40d8536d0a
Removed the unused mViewSource member. Fixed ::InternalLoad to call ::LoadURI instead of LoadURL since destroying and then re-creating the uri is pointless when it's passed in for us. Not to mention if the person calling this load had actually setup listeners on this uri then this information would be lost (which is actually causing bug 34167).
2000-04-01 23:28:31 +00:00
nisheeth%netscape.com
db554bcdd5
Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches.
2000-04-01 00:39:15 +00:00
tbogard%aol.net
6a1681322b
Removed all the LoadURL methods from the webshell API. Added a new API to allow loading for the old session history. This is needed until the new session history is online.
2000-04-01 00:29:36 +00:00
mccabe%netscape.com
fddee86d15
Error reporting mechanisms for nsDocShell (xul js and content js) and mosJSComponentLoader (JS components) now pipe error objects to the JavaScript console.
2000-03-31 11:19:51 +00:00
tbogard%aol.net
bd79d0b0ac
Implemented EnsureWebProgressListener(). You can now call GetInterface on the docshell to get to a nsIWebProgressListener interface.
2000-03-31 04:11:29 +00:00
tbogard%aol.net
90adad7595
The OverLink handler no longer caches the current over and target link to ensure we aren't called for the same link more than once. The lower level is assuring we aren't execpt in on case where a popup is up and then you move over links. This is a small case. Since string copies were actually showing up on some profiles I'm removing this caching of the string for some small amount of performance and bloat benefit as well as code cleanup.
2000-03-31 02:47:04 +00:00
tbogard%aol.net
4b1749a5e9
Slight re-ordering of the destruction of the children. First we kill the content viewer then release our children.
2000-03-31 01:19:28 +00:00
tbogard%aol.net
b12e1479c3
Rely on the docshell for the implementation of destroy.
2000-03-31 00:15:55 +00:00
tbogard%aol.net
9f625e0689
Fully implement nsDocShell::Destroy() so that webShell can rely on it for it's implementation.
2000-03-31 00:15:17 +00:00
tbogard%aol.net
5bfd3cc997
nsIDocShell::LoadURI now takes a nsIDocShellLoadInfo parameter to do fancier loads which include replacing current history slots and passing in a referrer. In the future more things may be set on the nsIDocShellLoadInfo interface. This allows us to not have to add a new parameter for every new type of load info that might be needed in different loads.
2000-03-30 22:38:32 +00:00
tbogard%aol.net
10bf011db2
Added a CreateLoadInfo to nsIDocShell to facilitate creating a loadInfo object without having to go through xpcom. This also allows the docshell to do any setup it may need to do.
2000-03-30 12:52:02 +00:00
tbogard%aol.net
cbaf389627
Finished implementing nsDocShellLoadInfo and hooked up to the build.
2000-03-30 12:38:18 +00:00
tbogard%aol.net
1d5fc1a3fe
First checkin of the docShellLoadInfo objects.
2000-03-30 12:32:18 +00:00
tbogard%aol.net
ccb815cf1b
added files: mozilla/docshell/base/nsIDocShellLoadInfo.idl
2000-03-30 12:31:21 +00:00
tbogard%aol.net
a8d56e25fd
Adding nsIDocShellLoadInfo.idl to the make system.
2000-03-30 12:29:51 +00:00
tbogard%aol.net
fc811e226a
Adding the new docShellLoadInfo interface that will be used for starting loads.
2000-03-30 12:29:11 +00:00
tbogard%aol.net
6a06f69242
the RefreshURI code now talks in terms of nsIURI instead of strings. Removed unused member variable mScrollPref. Cleaned refreshData up to follow xpcom rules better and to deal with nsIURI instead of strings. It also now talks in terms of docshells instead of webshells.
2000-03-30 05:02:28 +00:00
tbogard%aol.net
393b6b8b13
OnLoadingSite now takes a channel instead of a uri. Also we now don't set the currentURI or the referrer during a normal load in DoLoadURL. We make sure to do it after the content has been targetted which is when DoContent is called.
2000-03-30 02:24:18 +00:00
tbogard%aol.net
f3c5352218
OnLoadingSite now takes a nsIChannel instead of a nsIURI. This allows us to get information out of the channel we may need such as the referrer. We now make sure we set the referrer during OnLoadingSite. Fixed a bug where the nsIWebProgressListener was getting found on the treeOwner even for frames. This was causing the the treeOwner to get notified of all actions happening in the children. Now we make sure to only set the listener for the top level frame.
2000-03-30 02:24:17 +00:00
tbogard%aol.net
37403beb95
Provided implementation for the nsIWebProgressListener interface.
2000-03-29 10:32:45 +00:00
tbogard%aol.net
d68da2bdc7
Now properly enable retrieving the nsIWebProgressListener interface from the owning treeOwner. Added firing methods for all the methods in nsIWebProgressListener. onLocationChange is currently the only one that is validly firing however.
2000-03-29 10:29:58 +00:00
alecf%netscape.com
5c41d1b889
remove unnecessary nsIPref.idl dependancies
2000-03-29 09:50:07 +00:00
warren%netscape.com
a9c46925a4
Better fix for SetOriginalURI nsCOMPtr problem.
2000-03-29 06:43:04 +00:00
tbogard%aol.net
9db042ace5
Adding nsWebProgressListener to the build.
2000-03-29 05:58:24 +00:00
warren%netscape.com
a80eb29199
Fixed linux nsCOMPtr bustage.
2000-03-29 05:40:47 +00:00
tbogard%aol.net
a451421024
First checkin of this class. This will be the home of the webProgressListener for the uriloader loads.
2000-03-29 05:33:09 +00:00
warren%netscape.com
d60b12b153
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
jdunn%netscape.com
9f8f763f57
fixing build bustage
...
a= ducarroz@netscape.com
2000-03-28 01:38:40 +00:00
tbogard%aol.net
f40d154bf2
Removed the command member from the nsIWebShellServices inteface as it is no longer needed. InternalLoad now has implementation that works in cases other than just the session history loading.
2000-03-27 02:35:05 +00:00
scc%netscape.com
a6cbaa2590
small changes to clients of string converting APIs
2000-03-26 10:23:40 +00:00
tbogard%aol.net
78708e1cb6
Provided implementation for Add and RemoveProgressListener.
2000-03-26 04:52:06 +00:00
cls%seawood.org
13d301bd22
Some compilers (HP-UX) don't like it when the file doesn't end in a newline.
2000-03-25 07:58:28 +00:00
tbogard%aol.net
c568a5cd6f
Removed the Set and GetPresContext as they were not being used.
2000-03-25 03:43:58 +00:00
tbogard%aol.net
abbf7a0baa
Updated the loadURI methods to reflect changes in the nsIDocShell API. ::Reload() now makes sure to pass the type on to the InternalLoad() call. ::Destroy() makes sure to properly tear down the script objects by setting the docshell and owner on those to null. When Scrolling to an anchor, make sure to update the current URI. The ::InternalLoad function now is responsible for updating the mUpdateHistoryOnLoad member, rather than relying on callers to set it first. When loading the site, only apply histories if we mUpdateHistoryOnLoad is set. Stubbed out a new function ::ShouldPersistInSessionHistory() that allows us to put all the code in place for items pages that shouldn't be persisted in the list, meaning items that are overwritten when new ones are added.
2000-03-25 03:43:27 +00:00
tbogard%aol.net
1bf2b885c3
Removed the loadURIVia as it is not needed. Setting the binding will be done through a setup, not through each load. loadURI now takes a referrer URI as the second paramater. We weren't doing anything with the presContext so that was removed (it was put there early before the design all fleshed out.)
2000-03-25 03:42:49 +00:00
pollmann%netscape.com
f177f98edc
Bug 32702: Rename GetHistoryState to CaptureHistoryState (as it is), and add GetHistoryState method, r=nisheeth
2000-03-24 03:36:58 +00:00
tbogard%aol.net
af8e50477d
Adding implementation for the new method OnStartURIOpen on nsIURIContentListener.
2000-03-24 01:04:47 +00:00
tbogard%aol.net
8a87bb6f94
Adding implementation for the new method OnStartURIOpen on nsIURIContentListener.
2000-03-24 00:26:51 +00:00
radha%netscape.com
af3be20faa
Fix for bug #s 28758, 29609. When loading a url over and over again, it is added
...
to SH each time there by causing multiple entries for that url in go menu.
r=law
2000-03-23 23:00:17 +00:00
norris%netscape.com
437a7174ea
Fix a number of security bugs. (I can't see the numbers at home because
...
they have restricted visibility.)
r=mstoltz
2000-03-18 17:48:12 +00:00
mccabe%netscape.com
7cef346a78
Add [noscript] to a number of non-scriptable attributes in [scriptable] interfaces. (They're not scriptable, because they refer to native types.) This is in preparation for a new compile-time check in xpidl to require the [noscript] annotation for attributes, as it is required for methods.
...
Preparatory to fix to 11454.
r=jband
2000-03-17 23:47:48 +00:00
scc%netscape.com
083f64f051
replaced use of private type with |getter_AddRefs|, r=travis
2000-03-17 01:19:33 +00:00
jband%netscape.com
89b6af14cc
fix typo in user message. bug 31950. You'd think we'd know how to spell netscape!
2000-03-16 05:45:16 +00:00
tbogard%aol.net
c1479d9d99
Call SetOverLink instead of SetJSStatus when over a link.
2000-03-16 01:02:23 +00:00
pavlov%netscape.com
6de8e5ec9c
forward declare the interface instead of using ptr native for nsIDocumentLoaderObserver r=rginda
2000-03-15 08:41:52 +00:00
tbogard%aol.net
7528e5d71e
Removed unused parameter.
2000-03-14 08:53:46 +00:00
tbogard%aol.net
5c69fc88bb
When setting the viewMode, dont' do a reload if there isn't already an URL loaded.
2000-03-14 06:30:30 +00:00
tbogard%aol.net
3df03018f3
Added support for setting a docShell into viewSource mode or viewNormal mode. Changed calls to creating the contentViewer to rely on the mode of the docshell for deciding the state it is in. Made docShell support the nsIWebProgress interface. Stubbed out the methods for it's implementation.
2000-03-14 04:36:55 +00:00
tbogard%aol.net
2881558b53
Added support for setting a docShell into viewSource mode or viewNormal mode.
2000-03-14 04:35:37 +00:00
rickg%netscape.com
4791ab3e8f
removed calls to deprecated string methods
2000-03-12 09:14:14 +00:00
tbogard%aol.net
ddc1a0c773
Removed include of "windows.h". I'm sure at one point it was needed, but it should not need to be as webShell is XP code.
2000-03-12 06:34:30 +00:00
tbogard%aol.net
c015ced3ec
Added overides for the Session History navigation in docShell. Removed some old ones that were recently removed from nsIWebShell.
2000-03-11 12:02:06 +00:00
tbogard%aol.net
fdfd66677a
Temporarily disable the assertion since it really is aggrevated on viewer.
2000-03-11 11:56:33 +00:00
norris%netscape.com
df1f76464f
Fix Linux bustage.
2000-03-11 03:20:25 +00:00
pavlov%netscape.com
33ce2d4e90
changes to let us build on MacOS X
2000-03-11 03:08:04 +00:00
norris%netscape.com
772f1f0cad
Remove mURL from nsWebShell, and GetURL from nsIWebShell.
...
r=travis
2000-03-11 02:57:39 +00:00
tbogard%aol.net
026c7850d4
Don't override every method in docShell, only those where webShell needs to do different things. Remove dependency on nsIBrowserWindow. WebShell should no longer create the native widget. Removed a number of APIs from nsIWebShell to continue thining it down until it is completely removed. Other general cleanup and removal of dead code. Sizing and positioning is left nearly completely up to docShell. The bounds must be stored locally for now as there is a problem with the sizeToContent when the child has already been reflowed on an unconstrained basis, this will be fixed soon thus allowing the removal of the locally cached bounds. HandleUnknownContentType is no longer part of nsIDocumentLoaderObserver.
2000-03-11 01:05:08 +00:00
tbogard%aol.net
627255c4d8
Added a paramater for stating if children of a different type should be returned from FindChildWithName or not.
2000-03-11 00:55:39 +00:00
tbogard%aol.net
13a0c0a34b
HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface. Added a member for stating if this docShell supports plugins or not.
2000-03-11 00:55:00 +00:00
tbogard%aol.net
6934cf3ab7
Added new attribute for stating if a docShell supports plugins or not. FindItemWithName should only return children of the same type. Added support for FindChildWithName to only return children of the same type. SetSize relies on SetPositionAndSize for implementation. Repaint now has an implementation stolen from the old webShell. GetMainWidget just gets the parentWidget since docShell doesnt' create it's own. Pass the widget to the creation of a contentViewer rather than a native window.
2000-03-11 00:53:48 +00:00
tbogard%aol.net
086aae8fec
Reordered methods to be the same as the interface.
2000-03-11 00:49:47 +00:00
tbogard%aol.net
832a77d610
Added new type for TreeItems that simply wrap a content treeItem. Embedding is an example of this.
2000-03-11 00:48:54 +00:00
tbogard%aol.net
cdcf127807
Added attributes for stating if a docshell should allow plugins or not.
2000-03-11 00:47:59 +00:00
tbogard%aol.net
2a8ab084c3
Now that docShell implements SetZoom and GetZoom, just pass those function calls on to it. This frees us to clear some bloat in webShell's holding on to float mZoom. bug #30625 . r=jud, waterson a=jevering
2000-03-08 04:00:31 +00:00
tbogard%aol.net
e823201370
Don't rely on the parent widget to have a device context. Create and cache our own just like the old webShell wolrd. Since we have our own, it can now cache the zoom state too. bug #30625 . r=jud, waterson a=jevering
2000-03-08 03:58:33 +00:00
gagan%netscape.com
e1b2683e7d
webshell's GetInterface continues with DocShell's GetInterface. r=travis. (reviewed docshell changes too) this allows necko to use the interface requester (webshell) to ask for nsIPrompt and display dialog boxes (for auths, etc)
2000-03-08 00:40:49 +00:00
gagan%netscape.com
7a1f29757d
docshell's GetInterface returns nsIPrompt to allow dialog boxes on a per window basis.
2000-03-08 00:38:58 +00:00
mccabe%netscape.com
7956d87f43
Fix to 30547
...
JavaScript error alert popups are now controlled by the "javascript.error.alerts" pref, initially defaulting to false.
In response to to various emails and newsgroup pressure.
a=jar
2000-03-07 07:41:29 +00:00
mscott%netscape.com
42800f579b
Bug #21358 --> Make sure we only call the on load handler ONCE per document. This prevents a nasty loop if
...
the onload handler tries to load an ftp url.
r=travis
a=jar
2000-03-07 06:02:04 +00:00
warren%netscape.com
7e37f4f478
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
mccabe%netscape.com
d85ba16fa4
Looks like mac doesn't like the spurious ; in
...
#ifdef DEBUG;
... removing it.
2000-03-04 02:09:26 +00:00
mccabe%netscape.com
f0495c0d95
Fix to 30123. Pop up an alert for JavaScript errors rather than printing them to the system console (which results in silent failure on release builds).
...
r=jband, a=jar
2000-03-04 01:28:06 +00:00
norris%netscape.com
a5c6bcf187
Fix 29541
...
r=travis,a=jar
2000-03-03 22:55:40 +00:00
tbogard%aol.net
5c166f4fd5
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
2000-03-02 07:13:02 +00:00
tbogard%aol.net
8f194033ba
GetPositionAndSize returns the size from the stored bounds rather than relying on the incorrect widget. This should fix the viewer bustage. r=jevering, buster a=jevering.
2000-03-01 23:46:03 +00:00
tbogard%aol.net
d0e3a6e6b9
Removed call to add items to the GlobalHistory at the beginning of the load. This was causing them to be added twice. Now instead, they are added at when OnLoading is called from the DoContent. r=mscott a=jar
2000-03-01 05:25:36 +00:00
tbogard%aol.net
9193f16d19
ShouldAddGlobalHistory is now a little smarter. It will only add items that are loaded in contentType'd docShells. I'm sure there are more things we should restrict on, but this is a start. r=mscott, a=jar
2000-03-01 05:18:04 +00:00
tbogard%aol.net
99da589234
mPrefs were shadowing the ones in docShell. This fixes the bug where prefs weren't being found in presContext because the contentViewer is now being created in docShell which had a different set of prefs. r=beard a=rickg.
2000-03-01 03:22:14 +00:00
tbogard%aol.net
475e8aede4
WebShell now relies on the docShell for the creation of the content viewer. WebShell also provides and implementation for LoadURI that overrides the docShells so we can later do a ifdef on who should do the load. Before adding to GlobalHistory we call ShouldAddToGlobalHistory. Implemented GetMainWidget. This is work to allow getting new session history/ url loading working and work on master bug 13374. r=mscott a=jevering
2000-02-29 22:35:33 +00:00
tbogard%aol.net
50e31a9326
DoContent now call CreateContentViewer on the docShell to get the viewer created. Implemented CreateContentViewer(), NewContentViewer(), and SetupNewViewer() methods in the docshell. This gets docshell setup to be able to create it's own content viewers for loads. This is work to getting session history stuff working and bug 13374. r=mscott a=jevering
2000-02-29 22:32:24 +00:00
ftang%netscape.com
ccd9da69af
fix problem I instroduced last night which do not expand "hostname" to " http://hostname "
2000-02-29 20:38:16 +00:00
ftang%netscape.com
31db5167ab
fix bug 28171 14155 28784. escape keyword URI before pass to NS_NewURI. Correct the convertToFileURI function.
...
convert file: uri to be escped with the file system charset before pass to NS_NweURI
r=warren a=bobj
2000-02-29 07:07:36 +00:00
pollmann%netscape.com
3a67f9317c
Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg
2000-02-29 06:51:48 +00:00
mkaply%us.ibm.com
2e7d5d35d0
# 25555
...
r= mscott@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-28 14:51:35 +00:00
sspitzer%netscape.com
f29abcb66f
fix for #26773 , alert when there is a network error in mailnews. r=mscott, a=phil
2000-02-26 01:04:50 +00:00
danm%netscape.com
53f2d06536
arrRRRHRHRHHRHH fixing some bloody grammar in the comments. r=mrsprieb@thirdgrade.edu
2000-02-25 23:13:47 +00:00
tbogard%aol.net
2d6e00f505
Removed RemoveFocus, Stop, Reload, and SetContentViewer to reflect removal from nsIWebShell. Removed GetTarget() as it is no longer called. Removed ReleaseChildren as it is never called. The referrer is now stored down in docshell. CurrentURI is now set for docshell's benefit. A hacked implementation of InternalLoad is provided for the Reload case. OnLoading is now called for docshell sake. Stop now relies on docShell's Stop(). Other versions of Stop now call either Stop or StopLoad depending on the case. GlobalHistory code has moved down to docshell. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering
2000-02-24 04:16:17 +00:00
tbogard%aol.net
8afcd5e683
mLoadCookie is now stored on the docshell instead of the contentListener. Started framing out the different parts of a load and management of session history and global history. Reload is now live. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering
2000-02-24 04:15:22 +00:00
tbogard%aol.net
d78526a7a5
Added a StopLoad method. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering
2000-02-24 04:14:13 +00:00
tbogard%aol.net
34d48e7719
Now call OnLoadingSite() when DoContent is processed. mLoadCookie is now stored on the docshell instead of the contentListenr. Work for 13374 and landing of new session history/ uriloading. r=mscott a=jevering
2000-02-24 04:13:31 +00:00