[Webkit-unassigned] [Bug 15255] GTK+ WebKit should allow the application to execute Javascript on it.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 22 15:33:10 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15255





------- Comment #8 from aroben at apple.com  2007-09-22 15:33 PDT -------
(In reply to comment #7)
> I'll go ahead and move everything into Frame, then. Should I keep convenience
> functions in Page that call the new functions on the main Frame, or just move
> it all outright?

We have no such convenience methods on Mac/Windows, and I don't think they're
all that necessary, given that

webkit_gtk_frame_execute_script(webkit_gtk_page_get_main_frame(page), script)

is pretty readable/simple. It also makes it clearer what's going on, especially
since the DOM window object (which is the global object) is different for each
frame, so the behavior of the script could be different depending on which
frame it executes on.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list