[Webkit-unassigned] [Bug 72680] create a "SystemHost" object for webkitpy to slim down the Host object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 17:26:05 PST 2011


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





--- Comment #3 from Dirk Pranke <dpranke at chromium.org>  2011-11-17 17:26:05 PST ---
(In reply to comment #2)
> I support the general idea of more clearly separating webkitpy into layers, including the Host object.  Maybe we should make a top-level package for classes that SystemHost is allowed to depend on and then forbid files in that directory from importing high-level packages?

I'm thinking that webkit.common.system is the package that includes SystemHost and SystemHost is only allowed to include files from the same package. I would be fine if we wanted to move that to webkitpy.system just to flatten the hierarchy a bit, but it actually feels a bit cleaner to leave it under common to me.

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