Summary: | MASTER: Move WebCore/platform into its own Platform directory | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Normal | CC: | abarth, cdumez, jamesr, jesus, kenneth, laszlo.gombos, luiz, mikhail.pozdnyakov, noam, tmpsantos |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 110330, 75653, 75663, 75674 | ||
Bug Blocks: | 21354 |
Description
Eric Seidel (no email)
2012-01-05 15:42:51 PST
Based on IRC discussion it might be useful to move code into Source/Platform but leave it in the WebCore namespace. Having a separate directory and include paths will let us enforce strict dependency ordering, as code in Source/Platform/ will not have any paths in Source/WebCore/* on its include path, but leaving it in the WebCore namespace can ease the transition. Retitling bug to be more general (even if we change the namespaces of things we will definitely also change the directory). |