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

Issue 42561: Support 2d trackpad and mighty mouse scrolling on OS X. (Closed)

Created:
11 years, 9 months ago by nicothakis
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Support 2d trackpad and mighty mouse scrolling on OS X.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -14 lines) Patch
M webkit/glue/webinputevent_mac.mm View 1 2 3 4 1 chunk +8 lines, -14 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
nicothakis
11 years, 9 months ago (2009-03-24 14:06:08 UTC) #1
Peter Kasting
http://codereview.chromium.org/42561/diff/1002/2001 File webkit/glue/webinputevent_mac.mm (right): http://codereview.chromium.org/42561/diff/1002/2001#newcode148 Line 148: delta_x = delta_lines_y; This isn't right. The desired ...
11 years, 9 months ago (2009-03-24 15:17:22 UTC) #2
Avi (use Gerrit)
Fantastic. A few comments: 1. Have you signed the CLA? I can't find a record ...
11 years, 9 months ago (2009-03-24 15:19:16 UTC) #3
Avi (use Gerrit)
On 2009/03/24 15:17:22, pkasting wrote: > (Note that shift + a 2d trackpad movement is ...
11 years, 9 months ago (2009-03-24 15:21:04 UTC) #4
nicothakis
On 2009/03/24 15:17:22, pkasting wrote: > http://codereview.chromium.org/42561/diff/1002/2001 > File webkit/glue/webinputevent_mac.mm (right): > > http://codereview.chromium.org/42561/diff/1002/2001#newcode148 > ...
11 years, 9 months ago (2009-03-24 16:32:19 UTC) #5
Avi (use Gerrit)
On 2009/03/24 16:32:19, nicothakis wrote: > Oh, I didn't think of those nudge-to-the-side mouse wheels. ...
11 years, 9 months ago (2009-03-24 16:40:13 UTC) #6
nicothakis
That was supposed to be a comment, didn't intend to send just yet. Ignore.
11 years, 9 months ago (2009-03-24 16:41:12 UTC) #7
nicothakis
> 1. Have you signed the CLA? I can't find a record that you've done ...
11 years, 9 months ago (2009-03-24 17:06:14 UTC) #8
Avi (use Gerrit)
On 2009/03/24 17:06:14, nicothakis wrote: > I work at Google. Oh! Sorry; saw your gmail ...
11 years, 9 months ago (2009-03-24 17:18:16 UTC) #9
Avi (use Gerrit)
I have the solution. When you scroll-wheel on a mouse with the shift key down, ...
11 years, 9 months ago (2009-03-24 22:09:30 UTC) #10
nicothakis
Awesome, works.
11 years, 9 months ago (2009-03-25 00:14:30 UTC) #11
Mark Mentovai
...and thanks for the patch! http://codereview.chromium.org/42561/diff/9/4003 File webkit/glue/webinputevent_mac.mm (right): http://codereview.chromium.org/42561/diff/9/4003#newcode149 Line 149: delta_x = delta_lines_x; ...
11 years, 9 months ago (2009-03-25 00:28:43 UTC) #12
nicothakis
http://codereview.chromium.org/42561/diff/9/4003 File webkit/glue/webinputevent_mac.mm (right): http://codereview.chromium.org/42561/diff/9/4003#newcode149 Line 149: delta_x = delta_lines_x; On 2009/03/25 00:28:43, Mark Mentovai ...
11 years, 9 months ago (2009-03-25 00:49:27 UTC) #13
Mark Mentovai
✔+
11 years, 9 months ago (2009-03-25 01:10:37 UTC) #14
Mark Mentovai
This is ready for checkin. How do you want to be attributed in the commit ...
11 years, 9 months ago (2009-03-25 02:02:49 UTC) #15
nicothakis
On 2009/03/25 02:02:49, Mark Mentovai wrote: > This is ready for checkin. > > How ...
11 years, 9 months ago (2009-03-25 03:53:38 UTC) #16
Mark Mentovai
Committed r12433
11 years, 9 months ago (2009-03-25 04:13:05 UTC) #17
nicothakis
11 years, 9 months ago (2009-03-25 04:18:33 UTC) #18
Thanks all!

Powered by Google App Engine
This is Rietveld 408576698