Bug 197465
Summary: | Move 'stringByResolvingSymlinksInPath' from SandboxExtensionsCocoa.mm to a better location | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 197389 | ||
Bug Blocks: |
Brent Fulgham
After Bug 197389, the code in 'stringByResolvingSymlinksInPath' is not used by the SandboxExtension logic, though it is used elsewhere.
Since this routine is about doing general filesystem things, it seems like this should live someplace like WTF::FileSystem'.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |