Commit Graph

54961 Commits

Author SHA1 Message Date
norris%netscape.com
060e388a6b Files:
caps/idl/nsICertificatePrincipal.idl
	caps/idl/nsIPrincipal.idl
	caps/src/nsBasePrincipal.cpp
Implement the ability to manipulate multiple capabilties simultaneously.
r=mstoltz@netscape.com

Files:
	caps/src/nsCodebasePrincipal.cpp
Codebase equality should be based upon origin, not full path.
r=mstoltz@netscape.com

Files:
	caps/src/nsScriptSecurityManager.cpp
Change URI checking to deny based upon scheme rather than allow based upon
scheme for greater flexibility.
r=mstoltz@netscape.com

Files:
	dom/public/nsDOMPropEnums.h
	dom/public/nsDOMPropNames.h
	dom/src/base/nsGlobalWindow.cpp
	modules/libpref/src/init/all.js
Fix bug 20469 Seeing JS functions and global variables from arbitrary host
r=vidur@netscape.com

Files:
	dom/src/base/nsJSUtils.cpp
	dom/src/base/nsJSUtils.h
	dom/src/base/nsJSEnvironment.cpp
	dom/tools/JSStubGen.cpp
	layout/base/src/nsDocument.cpp
	layout/html/content/src/nsGenericHTMLElement.cpp
Improve performance by removing NS_WITH_SERVICE call for every DOM access.
Propagate XPCOM failure codes out properly.
r=vidur@netscape.com

Files:
	layout/html/document/src/nsFrameFrame.cpp
Fix 27387 Circumventing Same Origin security policy using setAttribute
r=vidur@netscape.com
2000-03-11 06:32:42 +00:00
pavlov%netscape.com
eef56ae4c6 add to include directory 2000-03-11 05:49:49 +00:00
pavlov%netscape.com
89d57962b8 add directory to include path 2000-03-11 05:49:01 +00:00
pavlov%netscape.com
37f09b396e added files: mozilla/netwerk/protocol/http/src/nsHTTPSHandler.cpp 2000-03-11 05:39:48 +00:00
pavlov%netscape.com
fae2934366 remove the include of domstubs.idl and just forward declare the interfaces to avoid the need for domstubs.idl to be exported before this directory can be built. 2000-03-11 05:33:33 +00:00
pavlov%netscape.com
e2c86d150c argh.. fix mac 2000-03-11 05:18:48 +00:00
pavlov%netscape.com
535c1ec0b8 fix windows... really.... no, seriously. I mean it! 2000-03-11 05:15:44 +00:00
pavlov%netscape.com
fb5234b2f9 fix for windows 2000-03-11 04:55:28 +00:00
pavlov%netscape.com
1c9cecf145 fix speedracer 2000-03-11 04:34:33 +00:00
pavlov%netscape.com
ff7a889382 adding crypto stuff to the tip 2000-03-11 04:33:39 +00:00
pavlov%netscape.com
91e4635bf5 fix windows build problems 2000-03-11 03:35:49 +00:00
norris%netscape.com
5add6838c7 Fix Linux bustage. 2000-03-11 03:20:25 +00:00
leaf%mozilla.org
c69953f151 Automated update 2000-03-11 03:15:13 +00:00
pavlov%netscape.com
ce094b4cfc changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
norris%netscape.com
9b2edd3c59 Remove mURL from nsWebShell, and GetURL from nsIWebShell.
r=travis
2000-03-11 02:57:39 +00:00
slamm%netscape.com
d1cfaee4f4 Run warnings on testfailed builds too. 2000-03-11 02:55:19 +00:00
pavlov%netscape.com
8ddada7465 set IS_COMPONENT to 1 so that we generate a component instead of a 'normal' dynamic library 2000-03-11 02:43:04 +00:00
srinivas%netscape.com
e96f262a4b Handle the ERANGE error on Solaris. Bugzilla 31437. 2000-03-11 02:38:25 +00:00
tbogard%aol.net
953c2ed5fb HandleUnknownContentType is no longer part of nsIDocumentLoaderObserver. 2000-03-11 01:33:13 +00:00
tbogard%aol.net
aad547c864 HandleUnkownContentType is no longer part of the nsIDocumentLoaderObserver interface. Use the DocShell APIs to get the contentViewer instead of the webShell ones. 2000-03-11 01:32:46 +00:00
tbogard%aol.net
dc8e284e04 HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. Use the docShell APIs where possible instead of the webShell ones. 2000-03-11 01:32:16 +00:00
tbogard%aol.net
db6ff68bcd Use the docShell APIs instead of the webshell ones where posssible. Instantiate the webBrowser Object instead of the docShell/webShell one. This starts the path for viewer to start using the embedding object completely rather than directly talking to a docShell. HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:31:28 +00:00
tbogard%aol.net
dbaa1d996e Use the docShell APIs instead of the webShell ones in some places. HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:30:32 +00:00
tbogard%aol.net
9398e6b4f3 GetWebShell became GetDocShell to continue the conversion to talking in terms of DocShells instead of webShells. 2000-03-11 01:30:04 +00:00
tbogard%aol.net
5793dbb53b Remove nsIBrowserWindow as that interface is going away. 2000-03-11 01:29:42 +00:00
tbogard%aol.net
ac58a34a75 Converted to hold on to a docShell instead of a webShell. Interaction with this object that previously was a webShell now is a docShell. 2000-03-11 01:29:15 +00:00
tbogard%aol.net
56238e8905 Converted to hold on to a docShell instead of a webShell. HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. Removed the ifdef for NEW_WEBSHELL_INTERFACES as we are definitely not going back now. 2000-03-11 01:28:46 +00:00
tbogard%aol.net
dceeae290a Hold on to a docShell instead of a webShell. 2000-03-11 01:28:07 +00:00
tbogard%aol.net
b02ae83842 SetWebShell now sets a DocShell instead. 2000-03-11 01:27:42 +00:00
tbogard%aol.net
ac382f95a8 No longer implement the nsIBrowserWindow interface. Changed nsIDocumentLoaderObserver declarations to use the XPIDL generated macro. 2000-03-11 01:26:36 +00:00
tbogard%aol.net
1cf2eba45a 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. 2000-03-11 01:25:54 +00:00
tbogard%aol.net
a069a1170c ContentViewer Initialization now take an nsIWidget instead of a native window. Set status using the nsIWebBrowserChrome interface instead of the old nsIBrowserWindow interface. 2000-03-11 01:25:34 +00:00
tbogard%aol.net
00f72467b3 ContentViewer Initialization now take an nsIWidget instead of a native window. 2000-03-11 01:24:59 +00:00
tbogard%aol.net
e648223c3a HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:24:29 +00:00
tbogard%aol.net
8792647f7b Use the XPIDL macro to declare the nsIDocumentLoaderObserver methods. 2000-03-11 01:23:24 +00:00
tbogard%aol.net
cfb0e95a01 Changed to use the XPIDL generated macro to declare the methods for nsIDocumentLoaderObserver. 2000-03-11 01:22:23 +00:00
tbogard%aol.net
4d0c503919 Get the contentViewer from the docShell instead of the webShell. HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:21:29 +00:00
tbogard%aol.net
8caddbb7e7 Removed the HandleUnknownContentType from the interface. 2000-03-11 01:19:40 +00:00
tbogard%aol.net
a676f8f5a8 ContentViewer now takes an nsIWidget instead of a native window. Don't pass the scrolling preferences through the intialization as they are always the same and ignored. 2000-03-11 01:19:12 +00:00
tbogard%aol.net
4f97edbd5f HandleUnknownContentType is no longer part of nsIDocumentLoaderObserver. 2000-03-11 01:17:00 +00:00
tbogard%aol.net
454da4c056 Changed nsWebBrowser to support nsIWebProgress instead of nsIProgress. Made the new nsDocShellTreeOwner a friend. 2000-03-11 01:16:24 +00:00
tbogard%aol.net
b476940bd0 Got much of the implementation done to actually get this object working. We now instantiate a webshell and pass along most needed calls. This gets the webBrowser object setup to start being used to basic stuff. 2000-03-11 01:12:46 +00:00
tbogard%aol.net
85bc95e6ad Just updated some documentation. 2000-03-11 01:10:57 +00:00
tbogard%aol.net
696a0e7a21 Added SetTreeOwner and SetWebBrowserChrome to do the proper setup of all the different up pointers. 2000-03-11 01:10:13 +00:00
tbogard%aol.net
d5326abffb Added nsDocShellTreeOwner.cpp to the build. 2000-03-11 01:06:03 +00:00
tbogard%aol.net
3a96e93cb8 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
a57c4603d1 Remove Init, SetDocLoaderObserver, GetDocLoaderObserver, SetParent, GetParent, GetChildCount, AddChild, RemoveChild, ChildAt, GetName, SetName, FindChildWithName, SetChromeEventHandler, GetContentViewer, IsBusy, SetDocument, StopBeforeRequestingURL, StopAfterURLAvailable, GetMarginWidth, SetMarginWidth, GetMarginHeight, SetMarginHeight, SetZoom, GetZoom. These should no longer be used. The docShell APIs should be used intead. 2000-03-11 01:04:28 +00:00
tbogard%aol.net
a8cbc78a2e HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:03:08 +00:00
tbogard%aol.net
04645ac524 Use the XPIDL generated macro to declare the methods for nsIDocumentLoaderObserver interface. 2000-03-11 01:01:39 +00:00
tbogard%aol.net
23282f97e8 Converted to talk in terms of the docShell APIs intead of the old webShell ones where possible. HanldeUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:00:48 +00:00