Bug 116898
Summary: | [Windows] Revise DumpRenderTree to use fewer WebCore features | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P4 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Brent Fulgham
Several methods in WebCore are exposed so that they can be used by DumpRenderTree. While these utility functions are convenient, they expose implementation details of WebCore that we do not want to be forced to maintain for the benefit of WebKit clients.
Revise DumpRenderTree to remove the use of methods like WebCore::directoryName and WebCore::pathByAppendingComponent, and remove them from the set of exports exposed by the DLL.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |