Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Log using differential privacy domains where the WebContent process c…
…rashes https://bugs.webkit.org/show_bug.cgi?id=178346 <rdar://problem/33293830> Reviewed by Alex Christensen. Source/WebCore: Add new diagnostic logging key for domain causing crashes. * page/DiagnosticLoggingKeys.cpp: (WebCore::DiagnosticLoggingKeys::domainCausingCrashKey): * page/DiagnosticLoggingKeys.h: Source/WebKit: * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::reload): (WebKit::WebPageProxy::currentURL const): (WebKit::WebPageProxy::processDidTerminate): * UIProcess/WebPageProxy.h: * UIProcess/WebProcessProxy.cpp: (WebKit::WebProcessProxy::didClose): Canonical link: https://commits.webkit.org/194578@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@223436 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
58 additions
and 8 deletions.
- +14 −0 Source/WebCore/ChangeLog
- +5 −0 Source/WebCore/page/DiagnosticLoggingKeys.cpp
- +1 −0 Source/WebCore/page/DiagnosticLoggingKeys.h
- +16 −0 Source/WebKit/ChangeLog
- +10 −8 Source/WebKit/UIProcess/WebPageProxy.cpp
- +2 −0 Source/WebKit/UIProcess/WebPageProxy.h
- +10 −0 Source/WebKit/UIProcess/WebProcessProxy.cpp
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
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