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

Issue 8907005: Add support for new scroll valuators coming from CMT (Closed)

Created:
9 years ago by DaveMoore
Modified:
9 years ago
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, ben+watch_chromium.org, dhollowa+watch_chromium.org, jam, penghuang+watch_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, tfarina, James Su
Visibility:
Public.

Description

CMT can now generate motion events w/ valuators instead of a sequence of button events. This supports them BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114660

Patch Set 1 #

Patch Set 2 : Dynamically determine scroll valuators #

Patch Set 3 : Added windows stub #

Patch Set 4 : Cleanup and comments #

Total comments: 4

Patch Set 5 : Moved scroll event code into events_x.cc #

Patch Set 6 : Review nit #

Patch Set 7 : Added comment #

Patch Set 8 : Removed comment #

Total comments: 10

Patch Set 9 : Review nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+318 lines, -23 lines) Patch
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aura.h View 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aura.cc View 2 chunks +25 lines, -0 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aurax11.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download
M ui/aura/event.h View 1 chunk +23 lines, -0 lines 0 comments Download
M ui/aura/event.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M ui/aura/root_window.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M ui/aura/root_window.cc View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M ui/aura/root_window_host_linux.cc View 1 2 3 4 5 6 7 5 chunks +23 lines, -12 lines 0 comments Download
M ui/base/events.h View 1 2 3 4 5 6 3 chunks +10 lines, -0 lines 0 comments Download
M ui/base/win/events_win.cc View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -0 lines 0 comments Download
M ui/base/x/events_x.cc View 1 2 3 4 5 6 7 8 5 chunks +149 lines, -11 lines 0 comments Download
M ui/views/events/event.h View 1 chunk +13 lines, -0 lines 0 comments Download
M ui/views/events/event_aura.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M ui/views/widget/native_widget_aura.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
DaveMoore
9 years ago (2011-12-14 18:37:55 UTC) #1
Ben Goodger (Google)
http://codereview.chromium.org/8907005/diff/14001/ui/base/events.h File ui/base/events.h (right): http://codereview.chromium.org/8907005/diff/14001/ui/base/events.h#newcode115 ui/base/events.h:115: UI_EXPORT bool GetScrollOffsets(const base::NativeEvent& native_event, Offset from what? http://codereview.chromium.org/8907005/diff/14001/ui/base/x/scroll_factory.h ...
9 years ago (2011-12-14 19:01:38 UTC) #2
DaveMoore
http://codereview.chromium.org/8907005/diff/14001/ui/base/events.h File ui/base/events.h (right): http://codereview.chromium.org/8907005/diff/14001/ui/base/events.h#newcode115 ui/base/events.h:115: UI_EXPORT bool GetScrollOffsets(const base::NativeEvent& native_event, Scrolls are always deltas. ...
9 years ago (2011-12-14 21:26:04 UTC) #3
Ben Goodger (Google)
On Wed, Dec 14, 2011 at 1:26 PM, <davemoore@chromium.org> wrote: > > http://codereview.chromium.**org/8907005/diff/14001/ui/**base/events.h<http://codereview.chromium.org/8907005/diff/14001/ui/base/events.h> > File ...
9 years ago (2011-12-14 21:41:52 UTC) #4
Daniel Erat
lgtm http://codereview.chromium.org/8907005/diff/1018/ui/base/events.h File ui/base/events.h (right): http://codereview.chromium.org/8907005/diff/1018/ui/base/events.h#newcode75 ui/base/events.h:75: UI_EXPORT void UpdateDeviceList(); nit: need empty windows implementation ...
9 years ago (2011-12-14 21:49:07 UTC) #5
DaveMoore
Ben: I had already added the comment you suggested. http://codereview.chromium.org/8907005/diff/1018/ui/base/events.h File ui/base/events.h (right): http://codereview.chromium.org/8907005/diff/1018/ui/base/events.h#newcode75 ui/base/events.h:75: ...
9 years ago (2011-12-15 17:07:15 UTC) #6
Ben Goodger (Google)
9 years ago (2011-12-15 17:44:49 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698