Bug 49734 - Refactor Mac Port to use common GeolocationClientMock
Summary: Refactor Mac Port to use common GeolocationClientMock
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 49258
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-18 08:22 PST by John Knottenbelt
Modified: 2010-11-18 08:22 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Knottenbelt 2010-11-18 08:22:08 PST
Bug https://bugs.webkit.org/show_bug.cgi?id=49258 adds a mock for GeolocationClient to WebCore. Reusing this implementation across ports has the benefit that changes in the mock will be tested in all ports that use it.