Bug 128338 - [iOS] Set UIProcess pid in WebProcess initialization for Remote Inspector
Summary: [iOS] Set UIProcess pid in WebProcess initialization for Remote Inspector
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-06 15:29 PST by Joseph Pecoraro
Modified: 2014-02-07 12:01 PST (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.60 KB, patch)
2014-02-06 15:30 PST, Joseph Pecoraro
sam: review+
Details | Formatted Diff | Diff

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