[Webkit-unassigned] [Bug 24054] Implement two separate proxy classes in order to split WorkerMessagingProxy.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 23 15:58:10 PST 2009


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





------- Comment #15 from jianli at chromium.org  2009-02-23 15:58 PDT -------
(In reply to comment #14)
> I'm not very sympathetic towards the idea of making the threaded implementation
> so much more complicated. Could you please tell more about what logic will have
> to be duplicated if we don't do this?
> 

The logic is to share as much code as possible for different platforms so that
it will ease the pain of the future integration and merge of WebKit code into
other platform, like Chromium.

Yes, this brings the complexity to the cross-thread implementation for WebKit.
So probably it is not a good idea to do it now. We will not do the splitting
now. Instead, we will implement both proxies by doing similar things as in
WorkerMessagingProxy plus cross-process IPC stuffs.


-- 
Configure bugmail: https://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