[Webkit-unassigned] [Bug 131434] [WK2] When running in multi-process mode, opening link in new window from context menu creates blank window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 11 10:23:50 PDT 2014


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2014-04-11 10:24:07 PST ---
New windows opened with window.open need to be in the same WebProcess, because they are accessible via JavaScript.

So, this is an issue in Efl on UI side, it should know to create a new WebPageProxy in the same process.

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



More information about the webkit-unassigned mailing list