[Webkit-unassigned] [Bug 24152] Move the logic to do the unconfirmed message count and pending activity setting from WorkerMessagingProxy to Worker.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 27 10:05:11 PST 2009


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





------- Comment #17 from jianli at chromium.org  2009-02-27 10:05 PDT -------
(In reply to comment #16)
> (In reply to comment #15)
> > Yes, it is already available in the proxy. However it is not exposed in
> > WorkerContextProxy which is the interface Worker knows about. So I have to
> > duplicate the logic.
> 
> Why not expose it then?
> 

We could expose it. However, I think this seems not to be part of communication
between two proxy interfaces. When worker object calls
WorkerContextProxy::terminateWorkerContext, it already knows that it requests
to terminate the context. So it just seems not very natural for the worker
object to ask the corresponding proxy for the information it knows about.


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