Chromium Code Reviews
DescriptionDevTools: tab selection after tabclose should not be a user gesture
This patch changes call to 'TabbedPane.selectTab' method to recieve
false as 'userGesture' argument if it's done as a part
of 'TabbedPane.closeTabs' method. This doesn't seem to change any
behavior as the 'TabbedEditorContainer._updateHistory()' will
be called anyway on the previous step of closing tabs, and
subsequent call to this method from 'selectTab' will result
in noop.
BUG=281507
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162574
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||