[webkit-reviews] review denied: [Bug 31400] Web Inspector: Support Ctrl+P, Ctrl+N, and other Readline keyboard shortcuts in the Console : [Attachment 43644] [PATCH] Ctrl+P, Ctrl+N, Ctrl+U for Macs Only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 21 00:21:44 PST 2009


Timothy Hatcher <timothy at hatcher.name> has denied Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 31400: Web Inspector: Support Ctrl+P, Ctrl+N, and other Readline keyboard
shortcuts in the Console
https://bugs.webkit.org/show_bug.cgi?id=31400

Attachment 43644: [PATCH] Ctrl+P, Ctrl+N, Ctrl+U for Macs Only
https://bugs.webkit.org/attachment.cgi?id=43644&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
The switch needs fixed.

Example:

switch(true) {
  case false:
    alert('false');
  case true:
    alert('true');
  case false:
    alert('false');
  case false:
    alert('false');
  default:
    alert('default');
}


More information about the webkit-reviews mailing list