[Webkit-unassigned] [Bug 221684] New: Do not differentiate between Release and Production via ENABLE_DEVELOPER_MODE
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 10 10:02:55 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221684
Bug ID: 221684
Summary: Do not differentiate between Release and Production
via ENABLE_DEVELOPER_MODE
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ap at webkit.org
CC: drousso at apple.com
There is some code that sets ENABLE_DEVELOPER_MODE in xcconfigs depending on whether the build is Production or Debug/Release.
It is invalid to create behaviors that are different between these. There is almost no difference in usage scenarios between build modes - either can be produced by CI for validation, either can be used for local testing, etc.
Seeing how it's used for making media elements debuggable, I'm certain that there is a better way to achieve the goal. I don't think that implementing this better way needs to be done as part of this patch.
Not really sure what's up with developer modein WebInspectorUI, seems unused?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210210/b22ba658/attachment.htm>
More information about the webkit-unassigned
mailing list