Hi, On 3/27/08, Maheswari Govindaraju <[EMAIL PROTECTED]> wrote: > Hi, > > I am currently using the Webkit revision 26699. > In this version, the window.location.replace() is implemented in the > file Webcore/bindings/js/kjs_window.cpp. > > This function currently doesn't seem to support parameter passing > along with the urls, in this revision. > (I found this to be supported in Firefox. ) > > I wanted to check in the latest revision, but couldn't locate the file. > Could you please let me know in which file directory the window > functionalities are implemented?
The JS bindings are done in WebCore/bindings/js/JSDOMWindow* and the functionnalities are in WebCore/page/DOMWindow.*. Hope it helps, Julien _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

