Bug 181355 - Add the ability to conditionally compile development and test code
Summary: Add the ability to conditionally compile development and test code
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-05 16:50 PST by Michael Saboff
Modified: 2018-01-18 16:29 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2018-01-05 16:50:47 PST
There are internal testing and debugging tools that are not needed or desired for production builds.  We should add the capability to conditionally compile such code.
Comment 1 Radar WebKit Bug Importer 2018-01-05 16:52:04 PST
<rdar://problem/36330845>
Comment 2 Ryosuke Niwa 2018-01-18 16:29:16 PST
We don't need to do this because the DOM gadget is guarded by internals settings now.