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

Issue 149503003: Remove common EventConverterOzone class & move to EventConverterEvdev (Closed)

Created:
6 years, 10 months ago by spang
Modified:
6 years, 10 months ago
Reviewers:
rjkroege
CC:
chromium-reviews, kalyank, ozone-reviews_chromium.org
Visibility:
Public.

Description

Remove common EventConverterOzone class & move to EventConverterEvdev There's no need for this interface in common code; the DispatchEvent function can be moved onto EventFactoryOzone. We're still relying on this class in the evdev implementation for - unifying storage of TouchEventConverter & KeyEventConverter instances - overriding event dispatching in the tests Therefore, move it into evdev as EventConverterEvdev. R=rjkroege TEST=events_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247997

Patch Set 1 #

Total comments: 2

Patch Set 2 : s/DispatchEventHelper/DispatchEventTask/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -80 lines) Patch
M ui/events/events.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
A ui/events/ozone/evdev/event_converter.h View 1 chunk +33 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_converter.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M ui/events/ozone/evdev/event_factory.h View 2 chunks +2 lines, -1 line 0 comments Download
M ui/events/ozone/evdev/event_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/ozone/evdev/event_modifiers.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/ozone/evdev/key_event_converter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/ozone/evdev/key_event_converter.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/events/ozone/evdev/touch_event_converter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/ozone/evdev/touch_event_converter.cc View 1 chunk +1 line, -0 lines 0 comments Download
D ui/events/ozone/event_converter_ozone.h View 1 chunk +0 lines, -35 lines 0 comments Download
D ui/events/ozone/event_converter_ozone.cc View 1 chunk +0 lines, -35 lines 0 comments Download
M ui/events/ozone/event_factory_ozone.h View 2 chunks +7 lines, -1 line 0 comments Download
M ui/events/ozone/event_factory_ozone.cc View 1 2 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
spang
6 years, 10 months ago (2014-01-29 14:21:47 UTC) #1
rjkroege
lgtm https://codereview.chromium.org/149503003/diff/1/ui/events/ozone/event_factory_ozone.cc File ui/events/ozone/event_factory_ozone.cc (right): https://codereview.chromium.org/149503003/diff/1/ui/events/ozone/event_factory_ozone.cc#newcode19 ui/events/ozone/event_factory_ozone.cc:19: TRACE_EVENT1("ozone", "DispatchEventHelper", "type", key->type()); it is worth perhaps ...
6 years, 10 months ago (2014-01-29 17:01:43 UTC) #2
spang
https://codereview.chromium.org/149503003/diff/1/ui/events/ozone/event_factory_ozone.cc File ui/events/ozone/event_factory_ozone.cc (right): https://codereview.chromium.org/149503003/diff/1/ui/events/ozone/event_factory_ozone.cc#newcode19 ui/events/ozone/event_factory_ozone.cc:19: TRACE_EVENT1("ozone", "DispatchEventHelper", "type", key->type()); On 2014/01/29 17:01:43, rjkroege wrote: ...
6 years, 10 months ago (2014-01-29 17:58:55 UTC) #3
rjkroege
On 2014/01/29 17:58:55, spang wrote: > https://codereview.chromium.org/149503003/diff/1/ui/events/ozone/event_factory_ozone.cc > File ui/events/ozone/event_factory_ozone.cc (right): > > https://codereview.chromium.org/149503003/diff/1/ui/events/ozone/event_factory_ozone.cc#newcode19 > ...
6 years, 10 months ago (2014-01-29 21:08:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/spang@chromium.org/149503003/10015
6 years, 10 months ago (2014-01-30 15:02:15 UTC) #5
commit-bot: I haz the power
Change committed as 247997
6 years, 10 months ago (2014-01-30 18:10:57 UTC) #6
commit-bot: I haz the power
6 years, 10 months ago (2014-01-30 18:11:30 UTC) #7
Message was sent while issue was closed.
CQ bit was unchecked on CL. Ignoring.

Powered by Google App Engine
This is Rietveld 408576698