Bug 130853 - Web Inspector: Provide SPI to disallow remote inspection of a JSContext
Summary: Web Inspector: Provide SPI to disallow remote inspection of a JSContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-27 12:21 PDT by Joseph Pecoraro
Modified: 2014-03-27 13:02 PDT (History)
7 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (10.91 KB, patch)
2014-03-27 12:25 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 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.