[webkit-dev] Clarification regarding window.location.replace() in Webcore bindings.
Julien Chaffraix
julien.chaffraix at gmail.com
Thu Mar 27 06:12:06 PDT 2008
Hi,
On 3/27/08, Maheswari Govindaraju <gmaheswari at gmail.com> 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
More information about the webkit-dev
mailing list