Bug 156380 - Remote Inspector: When disallowing remote inspection on a debuggable, a listing is still sent to debuggers
Summary: Remote Inspector: When disallowing remote inspection on a debuggable, a listi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-04-07 17:12 PDT by Joseph Pecoraro
Modified: 2016-04-07 18:27 PDT (History)
12 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.57 KB, patch)
2016-04-07 17:14 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-04-07 17:12:04 PDT
* SUMMARY
When disallowing remote inspection on a debuggable, a listing is still sent to debuggers.

* STEPS TO REPRODUCE
1. Create a WKWebView
2. Disallow remote inspection on it ([wkWebView _setAllowsRemoteInspection:NO])
  => It still shows up in debuggers, it shouldn't. When connecting to it, inspection does not work anyways.
Comment 1 Joseph Pecoraro 2016-04-07 17:12:16 PDT
<rdar://problem/25323727>
Comment 2 Joseph Pecoraro 2016-04-07 17:14:24 PDT
Created attachment 275963 [details]
[PATCH] Proposed Fix

There is no infrastructure to test Remote Inspection semantics. That would be a large project and something we want to do in the future.
Comment 3 WebKit Commit Bot 2016-04-07 18:27:43 PDT
Comment on attachment 275963 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 275963

Committed r199208: <http://trac.webkit.org/changeset/199208>
Comment 4 WebKit Commit Bot 2016-04-07 18:27:47 PDT
All reviewed patches have been landed.  Closing bug.