[webkit-reviews] review granted: [Bug 39952] [v8] Web Inspector: allow hiding Scripts panel from Chromium code : [Attachment 57457] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 07:08:17 PDT 2010


Pavel Feldman <pfeldman at chromium.org> has granted Yury Semikhatsky
<yurys at chromium.org>'s request for review:
Bug 39952: [v8] Web Inspector: allow hiding Scripts panel from Chromium code
https://bugs.webkit.org/show_bug.cgi?id=39952

Attachment 57457: Patch
https://bugs.webkit.org/attachment.cgi?id=57457&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
WebKit/chromium/public/WebDevToolsFrontendClient.h:45
 +	virtual void sendDebuggerPauseScript()	{}
missed it!

WebKit/chromium/public/WebDevToolsFrontendClient.h:52
 +	virtual bool hideScriptsPanel() { return false; }
shouldHideScriptsPanel


More information about the webkit-reviews mailing list