Bug 250943
| Summary: | Preface various WebPush related logging strings with WebPush: | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brady Eidson <beidson> |
| Component: | WebKit Misc. | Assignee: | Brady Eidson <beidson> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 16 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brady Eidson
Preface various WebPush related logging strings with WebPush:
Since handling a WebPush message is a complicated back and forth between WebCore, WebKit, and the Application code, and handling a message logically spans multiple logging channels even within the same project (e.g. WebCore), it'll be very useful to develop and debug with a single string you can always find relevant logging statements.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brady Eidson
<rdar://problem/104504173>
Brady Eidson
Pull request: https://github.com/WebKit/WebKit/pull/8923