Chromium Code Reviews
        
  DescriptionDevTools: fix Ctrl-Plus/Ctrl-Minus shortcuts for zooming in hosted mode
As action system handles global shortcuts asynchronously, it
optimistically captures event to prevent the default browser action.
This behavior results in unfunctioning zoom in/out shortcuts in
hosted mode.
The patch adds a workaround which doesn't let the action system
a chance to step in and prevent default behavior for the zooming
shortcuts in hosted mode.
R=pfeldman
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184274
   
  Patch Set 1 #Patch Set 2 : renaming #
      Total comments: 1
      
     
  
  
  
  Patch Set 3 : fix compilation #Messages
    Total messages: 8 (2 generated)
     
  
  
       |