[Webkit-unassigned] [Bug 39589] Add LayoutTestController methods to test DeviceOrientation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 26 08:45:13 PDT 2010


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





--- Comment #17 from Satish Sampath <satish at chromium.org>  2010-07-26 08:45:13 PST ---
The file WebGeolocationclient.h is present under WebKit/mock, even though the interface defined seems to be useful for both the mock and the real implementation. How about moving it to somewhere like WebKit/common?

In fact a slightly better layout for the mock and common code in WebKit may be
  WebKit/common/public : platform independent public headers like the one above
  WebKit/common/src : platform independent .cpp/.h internal to WebKit
The mock headers could go under /public and implementation could go under /src. Or if you prefer there could be a /mock directory under /public and /src.

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