commit | e7f4f591552ef15d405047d90df54c3e97d4608c | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu May 14 17:54:07 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri May 15 15:41:08 2009 -0700 |
tree | cce750d4f19fd4982ddb62512d24fb0cd5148aa5 | |
parent | 5e77caee6b54a58b59686575518726f9ce887ce8 [diff] |
Remove the FocusPanel wrapping hack we used to disable Safari Using FocusPanel is generally just busted in GWT. We are much better served by registering a global keyboard handler for actions that we really care about getting keystrokes for. So this wrapper / not-wrap hack isn't a good idea. Signed-off-by: Shawn O. Pearce <sop@google.com>