DescriptionMacViews: Fix duplicate definition of ExtensionKeyBindingRegistry::SetShortcutHandlingSuspended
ExtensionKeyBindingRegistry::SetShortcutHandlingSuspended currently has 2
definitions (Cocoa and Views).
Consolidate them into one definition that just sets a flag.
Now we can't easily tell FocusManager that shortcuts are disabled, so we
make ExtensionKeyBindingRegistryViews install a pre-target handler on the
window and consume accelerator events while recording extension shortcuts.
BUG=425229
Committed: https://crrev.com/de66e360e2a2944bdf71608726b19b3bf2a2a6ff
Cr-Commit-Position: refs/heads/master@{#312220}
Patch Set 1 #
Total comments: 19
Patch Set 2 : Fixes for sky #Patch Set 3 : #
Total comments: 1
Patch Set 4 : Simpler using EventMonitor #Patch Set 5 : Observe widget to cleanup event monitor #
Total comments: 10
Patch Set 6 : Fixes for Finnur #Patch Set 7 : Use callback #
Total comments: 7
Patch Set 8 : Use overrides #
Total comments: 8
Patch Set 9 : Fix for Devlin #
Total comments: 3
Patch Set 10 : Fix Mac #Messages
Total messages: 41 (9 generated)
|