Bug 292419
| Summary: | WebContent should receive `com.apple.system.console_mode_changed` notifications from libnotifyd. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Tools / Tests | Assignee: | Ben Schwartz <ben_schwartz> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=292442 | ||
Ben Schwartz
Due to the absence of "com.apple.system.console_mode_changed" in `EmbeddedForwardedNotifications.def`, we're seeing a lot of user fault logs being generated. We should add this to the list of notifications we forward from UIProcess to the WebContent process.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ben Schwartz
<rdar://problem/149724385>
Ben Schwartz
Pull request: https://github.com/WebKit/WebKit/pull/44828
Ben Schwartz
Looks like there's another fault being thrown due to the absence of "com.apple.coreaudio.audioanalytics.tailspin.defaultsChanged". I'm going to add that to this PR as well.
Ben Schwartz
Nvm, gonna make that a separate PR.
EWS
Committed 294438@main (8338f541ed04): <https://commits.webkit.org/294438@main>
Reviewed commits have been landed. Closing PR #44828 and removing active labels.