Bug 206272

Summary: Platform.h is out of control Part 4: Split PLATFORM_* macro definitions out of Platform.h and into a new PlatformLegacy.h
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, annulen, benjamin, cdumez, cmarcelo, dbates, ews-watchlist, gyuyoung.kim, ryuan.choi, saam, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Sam Weinig
Reported 2020-01-14 19:04:49 PST
Platform.h is out of control Part 4: Split PLATFORM_* macro definitions out of Platform.h and into a new PlatformLegacy.h
Attachments
Patch (69.20 KB, patch)
2020-01-14 19:05 PST, Sam Weinig
andersca: review+
Sam Weinig
Comment 1 2020-01-14 19:05:50 PST
Sam Weinig
Comment 2 2020-01-15 09:48:52 PST
Radar WebKit Bug Importer
Comment 3 2020-01-15 09:49:16 PST
Saam Barati
Comment 4 2020-01-16 00:34:31 PST
Comment on attachment 387745 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=387745&action=review > Source/WTF/ChangeLog:8 > + As a another step towards cleaning up Platform.h, split out all the legacy platform What makes these legacy?
Sam Weinig
Comment 5 2020-01-17 08:54:18 PST
(In reply to Saam Barati from comment #4) > Comment on attachment 387745 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=387745&action=review > > > Source/WTF/ChangeLog:8 > > + As a another step towards cleaning up Platform.h, split out all the legacy platform > > What makes these legacy? There has been a long stated though poorly communicated goal of phasing out the use of PLATFORM() macros in favor of the more targeted ones. The comment above the definition has read for quite a while: /* ==== PLATFORM handles OS, operating environment, graphics API, and CPU. This macro will be phased out in favor of platform adaptation macros, policy decision macros, and top-level port definitions. ==== */
Note You need to log in before you can comment on or make changes to this bug.