Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Issue 1848063002: Fix page navigation being incorrectly fired on Mac OSX. (Closed)

Created:
4 years, 8 months ago by dtapuska
Modified:
4 years, 8 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, shuchen+watch_chromium.org, jam, nona+watch_chromium.org, darin-cc_chromium.org, James Su, tdresser
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix page navigation being incorrectly fired on Mac OSX. With wheel gestures being enabled the wheel event goes unhandled most of the time. There was specific code for Mac to handle the not handled mouse wheel event that would fire. Instead base it off gestures when we are using this setting. Update unit test to ensure this fires for gestures correctly. BUG=599153 TBR=thestig@chromium.org Committed: https://crrev.com/b2c5c9d8120abd6dd8605ab430ad557857f75bda Cr-Commit-Position: refs/heads/master@{#384770}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Rename variable, add comments and remove ack in unittest #

Messages

Total messages: 42 (15 generated)
dtapuska
4 years, 8 months ago (2016-03-31 22:03:57 UTC) #3
erikchen
Looks like the test failure is real? https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h File chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h (right): https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h#newcode158 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h:158: // renderer. ...
4 years, 8 months ago (2016-04-01 03:44:56 UTC) #4
dtapuska
On 2016/04/01 03:44:56, erikchen wrote: > Looks like the test failure is real? > > ...
4 years, 8 months ago (2016-04-01 04:15:02 UTC) #5
Charlie Reis
[+wjmaclean] Adding James, who has been looking at content-level code for gesture events in https://crbug.com/587023 ...
4 years, 8 months ago (2016-04-01 16:16:50 UTC) #7
erikchen
https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h File chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h (right): https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h#newcode158 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h:158: // renderer. This variables defaults to NO for new ...
4 years, 8 months ago (2016-04-01 16:18:58 UTC) #8
dtapuska
https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h File chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h (right): https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h#newcode158 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h:158: // renderer. This variables defaults to NO for new ...
4 years, 8 months ago (2016-04-01 17:22:25 UTC) #9
wjmaclean
On 2016/04/01 04:15:02, dtapuska wrote: > > Yes that is the right doc. > > ...
4 years, 8 months ago (2016-04-01 17:31:05 UTC) #10
erikchen
https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h File chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h (right): https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h#newcode158 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h:158: // renderer. This variables defaults to NO for new ...
4 years, 8 months ago (2016-04-01 17:57:34 UTC) #12
dtapuska
https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm File chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm (right): https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm#newcode134 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm:134: firstScrollUnconsumed_ = !consumed; On 2016/04/01 17:57:34, erikchen wrote: > ...
4 years, 8 months ago (2016-04-01 18:08:45 UTC) #13
dtapuska
PTAL https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h File chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h (right): https://codereview.chromium.org/1848063002/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h#newcode158 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h:158: // renderer. This variables defaults to NO for ...
4 years, 8 months ago (2016-04-01 19:00:25 UTC) #14
erikchen
lgtm
4 years, 8 months ago (2016-04-01 19:03:46 UTC) #15
Alexei Svitkine (slow)
rubberstamp owners lgtm based on Erik's review
4 years, 8 months ago (2016-04-01 19:10:04 UTC) #17
Charlie Reis
[+tdresser for real, from James's comment.] I'm not a good Mac reviewer, so I can ...
4 years, 8 months ago (2016-04-01 20:48:52 UTC) #18
dtapuska
On 2016/04/01 20:48:52, Charlie Reis (slow til 4-8) wrote: > [+tdresser for real, from James's ...
4 years, 8 months ago (2016-04-01 20:53:01 UTC) #19
wjmaclean
On 2016/04/01 20:53:01, dtapuska wrote: > On 2016/04/01 20:48:52, Charlie Reis (slow til 4-8) wrote: ...
4 years, 8 months ago (2016-04-01 20:56:24 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1848063002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1848063002/20001
4 years, 8 months ago (2016-04-01 21:52:33 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/163767)
4 years, 8 months ago (2016-04-01 22:33:13 UTC) #24
dtapuska
On 2016/04/01 22:33:13, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 8 months ago (2016-04-01 22:41:52 UTC) #26
Avi (use Gerrit)
lgtm stampity stamp
4 years, 8 months ago (2016-04-01 22:50:16 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1848063002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1848063002/20001
4 years, 8 months ago (2016-04-01 23:59:59 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/163836)
4 years, 8 months ago (2016-04-02 00:16:17 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1848063002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1848063002/20001
4 years, 8 months ago (2016-04-02 01:16:35 UTC) #34
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-02 01:23:03 UTC) #36
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/b2c5c9d8120abd6dd8605ab430ad557857f75bda Cr-Commit-Position: refs/heads/master@{#384770}
4 years, 8 months ago (2016-04-02 01:23:59 UTC) #38
Lei Zhang
I never got an email for this, and I have no idea what part of ...
4 years, 8 months ago (2016-04-04 23:14:08 UTC) #40
dtapuska
On 2016/04/04 23:14:08, Lei Zhang wrote: > I never got an email for this, and ...
4 years, 8 months ago (2016-04-04 23:26:19 UTC) #41
Lei Zhang
4 years, 8 months ago (2016-04-05 00:10:04 UTC) #42
Message was sent while issue was closed.
On 2016/04/04 23:26:19, dtapuska wrote:
> On 2016/04/04 23:14:08, Lei Zhang wrote:
> > I never got an email for this, and I have no idea what part of this CL I'm
> > suppose to review.
> 
> The owners files don't apply for the Mac_history_shipper.h because the regex
for
> the owners are *_Mac.h. so I needed a top level owner to stamp. I felt I had
> enough owner stamps to tbr you and not block landing it on your review.

I think you mean chrome_render_widget_host_view_mac_history_swiper.h, and sure,
feel free to TBR, because I'm just going to rubberstamp lgtm anyway.

In general, please remember to add the people you TBR as reviewers. Otherwise,
how would they know to review your CL?

Powered by Google App Engine
This is Rietveld 408576698