Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Bug 164333: Add logging for "WebKit encountered an internal error" me…
…ssages due to Network process crashes <https://webkit.org/b/164333> <rdar://problem/29072727> Reviewed by Alex Christensen. Source/WebCore: * page/DiagnosticLoggingKeys.cpp: (WebCore::DiagnosticLoggingKeys::networkProcessCrashedKey): - Add implementation for new key method. * page/DiagnosticLoggingKeys.h: (WebCore::DiagnosticLoggingKeys::networkProcessCrashedKey): - Add declaration for new key method. Source/WebKit2: * WebProcess/WebProcess.cpp: (WebKit::WebProcess::logDiagnosticMessageForNetworkProcessCrash): Add private method to log diagnostic message. (WebKit::WebProcess::networkProcessConnectionClosed): Call logDiagnosticMessageForNetworkProcessCrash(). * WebProcess/WebProcess.h: (WebKit::WebProcess::logDiagnosticMessageForNetworkProcessCrash): Declare new method. Canonical link: https://commits.webkit.org/182066@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@208307 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
6 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters