Bug 154663 - Web Inspector: Expose Proxy target and handler internal properties to Inspector
Summary: Web Inspector: Expose Proxy target and handler internal properties to Inspector
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-02-24 19:01 PST by Joseph Pecoraro
Modified: 2016-02-24 20:59 PST (History)
12 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (10.76 KB, patch)
2016-02-24 19:13 PST, 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-02-24 19:01:53 PST
* SUMMARY
Expose Proxy target and handler internal properties to Inspector.

* STEPS TO REPRODUCE
1. js> new Proxy({target:1}, {handler:1})
  => expected to be able to see the target/handler objects in the proxy in the inspector's console
Comment 1 Joseph Pecoraro 2016-02-24 19:13:33 PST
Created attachment 272169 [details]
[PATCH] Proposed Fix

cq- to test the non-Mac expected results.
Comment 2 Radar WebKit Bug Importer 2016-02-24 20:10:19 PST
<rdar://problem/24830743>
Comment 3 WebKit Commit Bot 2016-02-24 20:59:14 PST
Comment on attachment 272169 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 272169

Committed r197061: <http://trac.webkit.org/changeset/197061>
Comment 4 WebKit Commit Bot 2016-02-24 20:59:17 PST
All reviewed patches have been landed.  Closing bug.