[webkit-reviews] review granted: [Bug 50893] Web Inspector: [REGRESSION] Cmd (Ctrl) + G does not search next in Scripts panel. : [Attachment 76864] [PATCH] Even better fix.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 17 04:37:56 PST 2010


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 50893: Web Inspector: [REGRESSION] Cmd (Ctrl) + G does not search next in
Scripts panel.
https://bugs.webkit.org/show_bug.cgi?id=50893

Attachment 76864: [PATCH] Even better fix.
https://bugs.webkit.org/attachment.cgi?id=76864&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=76864&action=review

> WebCore/inspector/front-end/inspector.js:880
> +	       if (isMac && event.metaKey && !event.ctrlKey && !event.altKey) {


Before landing, please make sure that Enter/Shift+Enter works in Chromium on
Linux


More information about the webkit-reviews mailing list