Clarence (Andreas M. Schneider) wrote:
> "Steven T. Hatton" wrote:
>
>>What I'm really
>>looking for is how Window.open() works in JavaScript. How do I find the
>>Window object as it exists in source?
>>
>
> JS/DOM objects are defined in .idl files at
> http://lxr.mozilla.org/seamonkey/source/dom/public/idl/ ,
> window.open() in
> http://lxr.mozilla.org/seamonkey/source/dom/public/idl/base/nsIDOMJSWindow.idl .
> It is implemented in
> http://lxr.mozilla.org/seamonkey/source/dom/src/base/nsGlobalWindow.cpp#2264 .
>
>
>>Greppng the source tree is not
>>proving all that helpful, but who knows perhaps I figure out the magical
>>regexp.
>>
>
> Search with LXR ( http://lxr.mozilla.org/seamonkey/ )!
>
> Clarence
>
Thanks again,
I hit a link off what you pointed to and found this. It may not be what
I need, but at least it will keep me ocupied for a few hours. {;-)>
http://unstable.elemental.com/mozilla/build/latest/mozilla/dom/dox/hierarchy.html
The site actually looks great at first glance. I think it will be helpful.
Steven