1021 Commits

Author SHA1 Message Date
jst%netscape.com
1ac1a8e171 Updating the DOM Attr interface to match the DOM Level 2 spec. r=waterson@netscape.com
git-svn-id: svn://10.0.0.236/trunk@65032 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-03 13:40:04 +00:00
scc%netscape.com
50e8e3beb4 making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@65026 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-03 09:03:21 +00:00
jst%netscape.com
c76b431214 Updating the interfaces Document and HTMLDocument to comply with DOM Level 2, only stubs for new methods for now.
git-svn-id: svn://10.0.0.236/trunk@64942 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 17:46:30 +00:00
jst%netscape.com
3efeaf17d3 Updating HTMLFrameElement and HTMLIFrameElement to comply with the Level 2 DOM, this adds a 'contentDocument' attribute to those two interfaces that can be used to access the document contained in the frame.
git-svn-id: svn://10.0.0.236/trunk@64937 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 14:04:19 +00:00
jst%netscape.com
d7813a8ad1 Reorder member initialzers to fix fompiler wirknings.
git-svn-id: svn://10.0.0.236/trunk@64934 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 13:54:45 +00:00
jst%netscape.com
ea8acd1a55 Fixing compiler warnings and possible UMR's.
git-svn-id: svn://10.0.0.236/trunk@64933 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 13:50:36 +00:00
scc%netscape.com
6dd035308a making string conversions explicit
git-svn-id: svn://10.0.0.236/trunk@64926 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 08:22:56 +00:00
jim_nance%yahoo.com
5cf59a3a32 Fixed possible uninitialized return value
r=jst@netscape.com


git-svn-id: svn://10.0.0.236/trunk@64916 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-02 00:53:21 +00:00
danm%netscape.com
d44d354050 implement alwaysRaised,alwaysLowered,z-lock window.open feature flags
git-svn-id: svn://10.0.0.236/trunk@64903 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 22:17:48 +00:00
jst%netscape.com
2b2767bff4 Updating the DOM Node interface to match the DOM Level 2 interface, only stub implemetations so far.
git-svn-id: svn://10.0.0.236/trunk@64881 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 13:31:23 +00:00
jband%netscape.com
cb6bfbdb6e hold an extra ref on mContext while we are calling GC. a=leaf to checkin while tree is closed
git-svn-id: svn://10.0.0.236/trunk@64824 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-01 00:33:10 +00:00
tbogard%aol.net
8f256d3ee5 Changed nsPIDOMWindow::GetXPConnectObject to GetObjectProperty and the same change to Set.
git-svn-id: svn://10.0.0.236/trunk@64739 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-31 09:26:02 +00:00
tbogard%aol.net
705b5f1fcc When height or width are specified in window.open we now properly apply it to the content area and not to the outer window's size. Fixes #32663.
git-svn-id: svn://10.0.0.236/trunk@64728 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-31 07:34:32 +00:00
tbogard%aol.net
25d2d618a0 Removed the nsIDOMWindow::GetXPConnectObject, AddXPConnectObject, and RemoveXPConnectObject methods. This feature can be done through properties or through nsPIDOMWindow::GetXPConnectObject.
git-svn-id: svn://10.0.0.236/trunk@64706 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-31 06:59:30 +00:00
tbogard%aol.net
e6a3bc342c Removed GetDocShell from nsPIDOMWindow as it can be retrieved using nsIScriptGlobalObject. Added SetXPConnectObject and GetXPConnectObject which hooks up or retrieves an xpconnect object to a property on the dom window. Removed some old XXXEMBEDDING comments as they were wrong. The old methods on nsIDOMWindow for adding and getting an object now call through to the property code. Those methods will soon be removed.
git-svn-id: svn://10.0.0.236/trunk@64681 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-31 03:33:49 +00:00
jst%netscape.com
fe11dafadf Add null ptr checks to avoid crashing, this fixes #30372. r=av@netscape.com
git-svn-id: svn://10.0.0.236/trunk@64653 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-31 00:31:44 +00:00
tbogard%aol.net
4bf1724534 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.
git-svn-id: svn://10.0.0.236/trunk@64626 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-30 22:38:32 +00:00
tbogard%aol.net
448dc8d3b8 Don't get the referrer spec when the referrer is null.
git-svn-id: svn://10.0.0.236/trunk@64589 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-30 08:07:18 +00:00
pavlov%netscape.com
e43fbae023 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@64575 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-30 05:23:20 +00:00
tbogard%aol.net
3c612b4436 Changed CheckURL to return a nsIURI for the referrer instead of a nsString. SetURL now calls nsIDocShell to do it's load instead of nsIWebShell.
git-svn-id: svn://10.0.0.236/trunk@64568 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-30 04:55:38 +00:00
jim_nance%yahoo.com
b1ccfbf2cb Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on.  r=troy@netscape.com


git-svn-id: svn://10.0.0.236/trunk@64566 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-30 03:21:26 +00:00
alecf%netscape.com
b04c14f231 add local nsIPref.h dependancy to remove global one
git-svn-id: svn://10.0.0.236/trunk@64476 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-29 09:48:41 +00:00
tbogard%aol.net
f88ca076d9 Make sure to dump the xpConnectObjectHash when we load a new document. Use the new docShell API for loading a URI rather than the old nsIWebShell code. Since this takes a uri, this also allows us to avoid creating and destructing a uri/ a character spec. We can now just pass the URI to be loaded.
git-svn-id: svn://10.0.0.236/trunk@64461 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-29 06:16:16 +00:00
warren%netscape.com
9fa657f1cd 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.
git-svn-id: svn://10.0.0.236/trunk@64449 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-29 03:58:50 +00:00
hyatt%netscape.com
81bbe05843 Enhancements to nsIScriptcontext. r=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@64420 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-29 01:18:21 +00:00
akkana%netscape.com
418dacce26 9266: Disable JS in the editor (and allow for disabling it anywhere). r=brendan,jband,norris,sfraser
git-svn-id: svn://10.0.0.236/trunk@64271 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-28 00:15:56 +00:00
scc%netscape.com
3556911209 small changes to clients of string converting APIs
git-svn-id: svn://10.0.0.236/trunk@64163 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-26 09:07:50 +00:00
norris%netscape.com
953def32a1 Fix
32088 Circumventing Same Origin security policy using javascript: URLs
        32040 about: can't be link
Also remove deprecated method
r=mstoltz


git-svn-id: svn://10.0.0.236/trunk@64066 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-24 22:15:37 +00:00
tbogard%aol.net
7286e61a81 Provided implementation for GetXPConnectObject, AddXPConnectObject and RemoveXPConnectObject. Changed RemoveXPConnectObject to only take the id since taking the pointer as well was useless. Also fixed an error in nsGlobalWindow.cpp with signed against unsigned of string lengths.
git-svn-id: svn://10.0.0.236/trunk@63942 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-24 00:11:48 +00:00
norris%netscape.com
a563d78680 Fix bug 32904 Asserts at startup in nsScriptSecurityManager.cpp
r=mstoltz


git-svn-id: svn://10.0.0.236/trunk@63928 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-23 23:42:46 +00:00
hyatt%netscape.com
d413f7ff84 Adding a couple of props.
git-svn-id: svn://10.0.0.236/trunk@63893 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-23 22:20:34 +00:00
hyatt%netscape.com
2262937e5a XUL <textfield> lives!
git-svn-id: svn://10.0.0.236/trunk@63890 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-23 22:17:37 +00:00
av%netscape.com
bd3e898b0f Fixing null-pointer access causing variuos crashes, bug #30372, r=jst
git-svn-id: svn://10.0.0.236/trunk@63884 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-23 21:42:23 +00:00
tbogard%aol.net
bf74c53128 Adding new methods to domwindow to be able to set and get at XPConnect Objects based on an ID. This allows attaching an object from JS to the window and then retrieving and calling it from C++. This is just the specification for the interfaces. The implementation is not yet fully there.
git-svn-id: svn://10.0.0.236/trunk@63824 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-23 04:23:26 +00:00
jst%netscape.com
0436606d70 Update DOMImplementation, DocumentType and DOM Error codes to match the current DOM Level 2 recommendation, also make HTML documents have a DocumentType if one is given in the file. r=joki@netscape.com
git-svn-id: svn://10.0.0.236/trunk@63772 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-22 22:16:14 +00:00
norris%netscape.com
2018e8127d Fix
28387 nBookmarking javascript: URLs is dangerous
32343 Components object appears to be accessible via javascript: u
31707 Crash when logging into hotoffice.com
r=mstoltz


git-svn-id: svn://10.0.0.236/trunk@63650 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 23:16:55 +00:00
valeski%netscape.com
36b71dc717 r=jst. 30067. we now expose OSCPU, vendor and product attributes of the user agent string through the JS navigator object.
git-svn-id: svn://10.0.0.236/trunk@63633 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 22:39:54 +00:00
hyatt%netscape.com
fc694d48d6 Fix for bug #32587.
git-svn-id: svn://10.0.0.236/trunk@63522 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 02:05:15 +00:00
jst%netscape.com
33e1ca7b34 Checking in patch from jband@netscape.com that makes it possible to build on Win98 again. r=me
git-svn-id: svn://10.0.0.236/trunk@63459 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-20 14:12:57 +00:00
norris%netscape.com
09ff59d528 Fix a number of security bugs. (I can't see the numbers at home because
they have restricted visibility.)
r=mstoltz


git-svn-id: svn://10.0.0.236/trunk@63404 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-18 17:48:12 +00:00
norris%netscape.com
45bf4315ea Remove comment that is no longer true.
git-svn-id: svn://10.0.0.236/trunk@63324 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-17 22:18:54 +00:00
jst%netscape.com
96aefc9b5d Landing changes Vidur made while the tree was closed for beta1 work, here's a list of the changes. r=me
[1] Cutting down the size of content. Made nsIJSScriptObject inherit from nsIScriptObjectOwner
[2] Cutting down the size of content. Made nsITextContent inherit from nsIContent.
[3] Cutting down the size of content. Moved implementation of nsIDOMReceiver to nsListenerManager. This is not true aggregation since it isn't transitive, but it's OK for now. It will be necessary for nsListenerManager to have a reference to its content in the future anyway, so the transitivity could be done.

dom/public/nsDOMPropEnums.h,v  - bug 12559
dom/public/nsIJSScriptObject.h,v - [1]
dom/public/html/MANIFEST,v - bug 12559
dom/public/html/Makefile.in,v - bug 12559
dom/public/html/makefile.win,v -  bug 12559
dom/public/html/nsIDOMHTMLInputElement.h,v - bug 17544
dom/public/idl/html/HTMLAnchorElement.idl,v - bug 12559
dom/public/idl/html/HTMLAreaElement.idl,v - bug 12559
dom/public/idl/html/HTMLInputElement.idl,v - bug 17544
dom/src/base/nsGlobalWindow.cpp,v - bug 30700
dom/src/base/nsGlobalWindow.h,v - [1]
dom/src/base/nsLocation.cpp,v - [1]
dom/src/html/nsJSHTMLAnchorElement.cpp,v - bug 12559
dom/src/html/nsJSHTMLAreaElement.cpp,v - bug 12559
dom/src/html/nsJSHTMLInputElement.cpp,v - bug 17544
layout/base/public/nsIDocument.h,v - bug 27953
layout/base/public/nsITextContent.h,v - [2]
layout/base/src/nsCommentNode.cpp,v - [2]
layout/base/src/nsDocument.cpp,v - bug 27953
layout/base/src/nsDocument.h,v - bug 27953
layout/base/src/nsDocumentViewer.cpp,v - bug 27953
layout/base/src/nsGenericDOMDataNode.cpp,v - [3]
layout/base/src/nsGenericDOMDataNode.h,v - [3]
layout/base/src/nsGenericElement.cpp,v - [3]
layout/base/src/nsGenericElement.h,v - [3]
layout/base/src/nsNameSpaceManager.cpp,v - bug 7834
layout/base/src/nsStyleContext.cpp,v - outline property shouldn't reflow
layout/base/src/nsTextNode.cpp,v - [2]
layout/events/src/nsEventListenerManager.cpp,v - [3]
layout/events/src/nsEventListenerManager.h,v - [3]
layout/html/base/src/nsGfxScrollFrame.cpp,v - nsString->nsAutoString
layout/html/content/src/nsAttributeContent.cpp,v - [2]
layout/html/content/src/nsHTMLAnchorElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLAppletElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLAreaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBRElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBaseElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBaseFontElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBodyElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLButtonElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDelElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDirectoryElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDivElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLEmbedElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFieldSetElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFontElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFormElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFrameElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFrameSetElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHRElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHeadElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHeadingElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHtmlElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLIFrameElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLImageElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLInputElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLInsElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLIsIndexElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLIElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLabelElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLayerElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLegendElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLinkElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMapElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMenuElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMetaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLModElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLObjectElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOptGroupElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOptionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLParagraphElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLParamElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLPreElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLQuoteElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLScriptElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSelectElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSpacerElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSpanElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLStyleElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableCaptionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableCellElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableColElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableColGroupElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableRowElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableSectionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTextAreaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTitleElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLUListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLWBRElement.cpp,v - [1][3]
layout/html/document/src/nsHTMLDocument.cpp,v - bug 27953
layout/html/document/src/nsHTMLDocument.h,v - bug 27953
layout/xml/content/src/nsXMLCDATASection.cpp,v - [1][2]
layout/xml/content/src/nsXMLDocumentType.cpp,v - [1][2]
layout/xml/content/src/nsXMLElement.h,v - [1][2]
layout/xml/content/src/nsXMLEntity.cpp,v - [1][2]
layout/xml/content/src/nsXMLNotation.cpp,v - [1][2]
layout/xml/content/src/nsXMLProcessingInstruction.cpp,v - [1][2]
layout/xul/base/src/nsBoxFrame.cpp,v - nsString->nsAutoString
layout/xul/base/src/nsSliderFrame.cpp,v - nsString->nsAutoString
netwerk/protocol/http/src/nsHTTPRequest.cpp,v - nsString->nsAutoString
rdf/content/src/nsXULDocument.cpp,v - bug 27953
rdf/content/src/nsXULDocument.h,v - bug 27953
rdf/content/src/nsXULElement.h,v - [1]
xpcom/base/IIDS.h,v  - bug 12559


git-svn-id: svn://10.0.0.236/trunk@63290 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-17 13:27:00 +00:00
cmanske%netscape.com
46e0d0143a Removed tableselection notification from nsIDOMSelectionListener -- no longer needed. r=mjudge
git-svn-id: svn://10.0.0.236/trunk@63200 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-16 23:44:49 +00:00
rickg%netscape.com
65135726ce landing phase 2 to remove deprecated string calls
git-svn-id: svn://10.0.0.236/trunk@62718 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-12 11:10:07 +00:00
rickg%netscape.com
1bd57cb94b removed calls to deprecated string methods
git-svn-id: svn://10.0.0.236/trunk@62707 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-12 09:14:14 +00:00
tbogard%aol.net
0c25de61c2 Fixed ordering of member variable initialization to fix compiler warnings. Back() and Forward() now use the nsIWebNavigation interface instead of the old nsIWebShell one.
git-svn-id: svn://10.0.0.236/trunk@62650 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 11:58:13 +00:00
norris%netscape.com
fab29b0e70 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


git-svn-id: svn://10.0.0.236/trunk@62633 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 06:32:42 +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
3dd2de0292 Use the nsIWebNavigation interface for loading an URL where possible instead of the old webShell one. When calling FindChildWithName add the new parameter to state that a child of a different type if ok to return.
git-svn-id: svn://10.0.0.236/trunk@62582 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 00:59:08 +00:00
tbogard%aol.net
f2e6238146 FindChildWithName now takes a new parameter for if children of different types should be returned. We pass FALSE here to say children of a different type is fine.
git-svn-id: svn://10.0.0.236/trunk@62581 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-11 00:57:01 +00:00