Bug 128338

Summary: [iOS] Set UIProcess pid in WebProcess initialization for Remote Inspector
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, commit-queue, joepeck, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix sam: review+

Description Joseph Pecoraro 2014-02-06 15:29:05 PST
Remote Inspector relies on pids to map the the WebProcess -> UIProcess relationship. It needs to be set on iOS WebProcess initialization.
Comment 1 Joseph Pecoraro 2014-02-06 15:30:49 PST
Created attachment 223393 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2014-02-06 15:39:14 PST
Comment on attachment 223393 [details]
[PATCH] Proposed Fix

I'll land manually with some other patches. Thanks
Comment 3 Joseph Pecoraro 2014-02-06 15:41:53 PST
<http://trac.webkit.org/changeset/163569>
Comment 4 Alexey Proskuryakov 2014-02-07 12:01:38 PST
See also: <rdar://problem/16014365>