RESOLVED FIXED Bug 154663
Web Inspector: Expose Proxy target and handler internal properties to Inspector
https://bugs.webkit.org/show_bug.cgi?id=154663
Summary Web Inspector: Expose Proxy target and handler internal properties to Inspector
Joseph Pecoraro
Reported 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
Attachments
[PATCH] Proposed Fix (10.76 KB, patch)
2016-02-24 19:13 PST, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2016-02-24 19:13:33 PST
Created attachment 272169 [details] [PATCH] Proposed Fix cq- to test the non-Mac expected results.
Radar WebKit Bug Importer
Comment 2 2016-02-24 20:10:19 PST
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2016-02-24 20:59:17 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.