[Webkit-unassigned] [Bug 76751] Need Chromium implementation of RunLoop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 18:03:58 PST 2012


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





--- Comment #5 from James Robinson <jamesr at chromium.org>  2012-01-20 18:03:58 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #2)
> > > (In reply to comment #1)
> > > > I think in Chromium this could be implemented on top of WebThread once https://bugs.webkit.org/show_bug.cgi?id=76012 lands.
> > > 
> > > That seems like it would be wrong from a layering perspective.  WebCore should not depend on WebKit.  Perhaps WebThread could be implemented in terms of RunLoop, or whatever WebThread is implemented in terms of could be the basis for both.
> > 
> > We're planning to move WebThread to Platform/ to resolve this.
> 
> Hm. The Source/Platform directory is very confusing to me at the moment.  It was supposed to be where we moved Source/WebCore/platform initially, but it seems like it is holding some Chrome API right now, and nothing that should be used from cross platform code.

That's just because we haven't figured out how to move WebCore/platform code into there in a way that compiles on all platforms yet.  I've been planning to wait for the Source/WTF move to happen successfully, then do whatever was necessary to make that happen and start moving WebCore/platform code there.

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