Bug 116898 - [Windows] Revise DumpRenderTree to use fewer WebCore features
Summary: [Windows] Revise DumpRenderTree to use fewer WebCore features
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P4 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-28 16:19 PDT by Brent Fulgham
Modified: 2015-02-02 15:23 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 Brent Fulgham 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.