Bug 130853

Summary: Web Inspector: Provide SPI to disallow remote inspection of a JSContext
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ggaren, graouts, joepeck, mhahnenberg, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2014-03-27 12:21:58 PDT
WebView and WKWebView have disallow remote inspection SPIs. Lets add it to JSContext as well. We may want to make API for this in the future.

Related: <rdar://problem/16392366>
Comment 1 Radar WebKit Bug Importer 2014-03-27 12:22:28 PDT
<rdar://problem/16447446>
Comment 2 Joseph Pecoraro 2014-03-27 12:25:27 PDT
Created attachment 227963 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2014-03-27 12:26:56 PDT
Attachment 227963 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/API/JSContextPrivate.h:39:  Missing spaces around =  [whitespace/operators] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 WebKit Commit Bot 2014-03-27 13:02:00 PDT
Comment on attachment 227963 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 227963

Committed r166367: <http://trac.webkit.org/changeset/166367>
Comment 5 WebKit Commit Bot 2014-03-27 13:02:07 PDT
All reviewed patches have been landed.  Closing bug.