[Webkit-unassigned] [Bug 72961] [WK2][X11] Plugins should not be loaded into the UI process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 23 10:06:53 PST 2011


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





--- Comment #6 from Balazs Kelemen <kbalazs at webkit.org>  2011-11-23 10:06:52 PST ---
(In reply to comment #5)
> Would it be possible to use CoreIPC for all the IPC stuff, instead of custom code and parsing stdout output?

I was also thinking about that. Our case is a bit trickier than the property list file thing what Andresca suggested. In that case there is no need to communicate with the plugin porcess but it just being launched and it creates the file. In our situation we are in the middle of a sync message from web process to ui process and we need to reply that. So we would have to launch the process and wait for a sync message from it and then reply to the web process. Maybe this could be done with a timer based approach (an inner run loop until got the message or a timout expires), I'm not sure. So basically it is not trivial with CoreIPC - that's why I found adding a bit of custom IPC easier.

-- 
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