Bug 115446 - [WK2][Mac] Don't open window server connection in network process
Summary: [WK2][Mac] Don't open window server connection in network process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 14:19 PDT by Alexey Proskuryakov
Modified: 2013-04-30 16:57 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (12.86 KB, patch)
2013-04-30 14:24 PDT, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff
proposed patch (13.24 KB, patch)
2013-04-30 15:15 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.