WebKit Bugzilla
Attachment 339002 Details for
Bug 185082
: Shutdown WindowServer connections after checking in with launch services
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185082-20180427103822.patch (text/plain), 1.50 KB, created by
Per Arne Vollan
on 2018-04-27 10:38:23 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2018-04-27 10:38:23 PDT
Size:
1.50 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 231104) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,17 @@ >+2018-04-27 Per Arne Vollan <pvollan@apple.com> >+ >+ Shutdown WindowServer connections after checking in with launch services >+ https://bugs.webkit.org/show_bug.cgi?id=185082 >+ <rdar://problem/39613173> >+ >+ When WindowServer access is blocked in the WebContent process, we should shutdown all connections >+ after checking in with launch services. >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebProcess/WebProcess.cpp: >+ (WebKit::WebProcess::initializeProcess): >+ > 2018-04-27 Daniel Bates <dabates@apple.com> > > UIDelegate::UIClient::didResignInputElementStrongPasswordAppearance() is applicable to both Mac and iOS >Index: Source/WebKit/WebProcess/WebProcess.cpp >=================================================================== >--- Source/WebKit/WebProcess/WebProcess.cpp (revision 231101) >+++ Source/WebKit/WebProcess/WebProcess.cpp (working copy) >@@ -240,6 +240,10 @@ void WebProcess::initializeProcess(const > // Otherwise, calling enableSandboxStyleFileQuarantine() will fail. > launchServicesCheckIn(); > #endif >+#if ENABLE(WEBPROCESS_WINDOWSERVER_BLOCKING) >+ // Make sure that we close any WindowServer connections after checking in with Launch Services. >+ CGSShutdownServerConnections(); >+#endif > #endif > platformInitializeProcess(parameters); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
bfulgham
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185082
:
339001
| 339002 |
339592
|
339605