Chromium Code Reviews
DescriptionMD History: Fix crash when opening Synced Tab links with touch
The event handler for synced tab clicks needs to know what modifier keys
were pressed during the click, but Polymer tap events do not include this
information from touch events. Instead, this changes the handler to
listen to a plain 'click' event, which will always include this
information.
BUG=634236
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/ec398f6d0d29522ae9b7cd07ac611e8e82e05e8e
Cr-Commit-Position: refs/heads/master@{#410597}
Patch Set 1 #Patch Set 2 : Rewrite patch to listen to click event, add regression test #
Total comments: 2
Patch Set 3 : Rename closure type #
Messages
Total messages: 27 (19 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||