[webkit-reviews] review granted: [Bug 61358] Web Inspector: keyboard shortcuts for debugging are hard to discover. : [Attachment 94594] Patch.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 24 07:25:46 PDT 2011
Yury Semikhatsky <yurys at chromium.org> has granted Pavel Podivilov
<podivilov at chromium.org>'s request for review:
Bug 61358: Web Inspector: keyboard shortcuts for debugging are hard to
discover.
https://bugs.webkit.org/show_bug.cgi?id=61358
Attachment 94594: Patch.
https://bugs.webkit.org/attachment.cgi?id=94594&action=review
------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=94594&action=review
> Source/WebCore/inspector/front-end/Panel.js:444
> + this._shortcuts[key] = handler;
This will fail if registerShortcuts has not been called yet.
More information about the webkit-reviews
mailing list