Bug 115446

Summary: [WK2][Mac] Don't open window server connection in network process
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch
andersca: review+
proposed patch none

Description Alexey Proskuryakov 2013-04-30 14:19:47 PDT
We currently shut down a window server connection after setting process name, but we don't need the connection at all.
Comment 1 Alexey Proskuryakov 2013-04-30 14:24:20 PDT
Created attachment 200148 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2013-04-30 15:08:15 PDT
Comment on attachment 200148 [details]
proposed patch

This needs more work to function across all OS X version.
Comment 3 Alexey Proskuryakov 2013-04-30 15:15:51 PDT
Created attachment 200160 [details]
proposed patch

This should work better.
Comment 4 Alexey Proskuryakov 2013-04-30 16:20:29 PDT
Comment on attachment 200148 [details]
proposed patch

Actually my testing was wrong, this seems fine.
Comment 5 Alexey Proskuryakov 2013-04-30 16:57:34 PDT
Committed <http://trac.webkit.org/changeset/149413>.