RESOLVED FIXED 72265
Web Inspector: add 'Show function definition' context menu item for function values
https://bugs.webkit.org/show_bug.cgi?id=72265
Summary Web Inspector: add 'Show function definition' context menu item for function ...
Yury Semikhatsky
Reported 2011-11-14 06:19:31 PST
Web Inspector: add 'Show function definition' context menu item for function values
Attachments
Patch (6.33 KB, patch)
2011-11-14 06:21 PST, Yury Semikhatsky
no flags
Patch (6.47 KB, patch)
2011-11-14 06:24 PST, Yury Semikhatsky
no flags
Patch (6.47 KB, patch)
2011-11-14 06:26 PST, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2011-11-14 06:21:35 PST
Yury Semikhatsky
Comment 2 2011-11-14 06:24:54 PST
Yury Semikhatsky
Comment 3 2011-11-14 06:26:11 PST
Pavel Feldman
Comment 4 2011-11-14 06:37:53 PST
Comment on attachment 114934 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=114934&action=review > Source/WebCore/inspector/front-end/ObjectPropertiesSection.js:265 > + WebInspector.showPanelForAnchorNavigation(WebInspector.panels.scripts); Call this from the one below. > Source/WebCore/inspector/front-end/inspector.js:840 > if (this.drawer) You don't need this.
Yury Semikhatsky
Comment 5 2011-11-14 06:44:16 PST
(In reply to comment #4) > (From update of attachment 114934 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=114934&action=review > > > Source/WebCore/inspector/front-end/ObjectPropertiesSection.js:265 > > + WebInspector.showPanelForAnchorNavigation(WebInspector.panels.scripts); > > Call this from the one below. > Done. > > Source/WebCore/inspector/front-end/inspector.js:840 > > if (this.drawer) > > You don't need this. Done.
Yury Semikhatsky
Comment 6 2011-11-14 07:56:27 PST
Note You need to log in before you can comment on or make changes to this bug.