[Webkit-unassigned] [Bug 186192] [GTK][WPE] Add API to run javascript from a WebKitWebView in an isolated world

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 08:49:43 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186192

--- Comment #11 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 341754
  --> https://bugs.webkit.org/attachment.cgi?id=341754
Patch

Patch looks good to me.
Could you detail a little bit more the use case for adding this new capability?

View in context: https://bugs.webkit.org/attachment.cgi?id=341754&action=review

> Source/WebKit/WebProcess/WebPage/WebPage.cpp:2958
> +void WebPage::runJavaScriptInMainFrameScriptWorld(const String& script, bool forceUserGesture, const String& worldName, CallbackID callbackID)

This code looks somewhat similar to WebPage::runJavaScriptInMainFrame.
Maybe we can do some refactoring to share more code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180608/39e9746e/attachment.html>


More information about the webkit-unassigned mailing list