DescriptionMac: Make Cmd-[ and Cmd-] work properly again.
I had accidentally made them open new tabs. I added a |-commandDispatchUsingKeyModifiers:| method to the browser window controller and made the back/forward buttons send this selector instead (this is how Toolbar.xib was changed).
[N.B.: As of this writing, Cmd+Shift-back/forwards is broken, but that's a separate, non-Mac-specific, issue.]
BUG=25810
TEST=Make sure Cmd-[ and Cmd-] work as expected (not opening history items in new tabs). Make sure back and forward buttons work properly (including while holding down Cmd and Cmd+Shift).
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30059
Patch Set 1 #Patch Set 2 : Changed to just use a different selector instead (per Nico's comment on IRC). #
Messages
Total messages: 5 (0 generated)
|