[Webkit-unassigned] [Bug 47884] should we allow multiple inheritance in python code in webkit?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 09:56:49 PDT 2010


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





--- Comment #3 from Tony Chang <tony at chromium.org>  2010-10-19 09:56:48 PST ---
I'm fine with pure virtual interfaces and to a lesser degree, mixin.

The proper way to refactor the google_chrome and chromium_gpu ports would be to have delegate classes for specific functionality of a port.  For example, having a delegate that provides a few path functions (e.g., baseline search path and path to expectations) and have it be a member variable of Port.  This could also be done via mixins, but I think the delegate pattern is more widely used in WebKit code.

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