Bug 116898

Summary: [Windows] Revise DumpRenderTree to use fewer WebCore features
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Brent Fulgham
Reported 2013-05-28 16:19:51 PDT
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
Note You need to log in before you can comment on or make changes to this bug.