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

Issue 133233008: evdev: Move EventConverterOzone ownership from EventFactoryOzone to subclass (Closed)

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

Description

evdev: Move EventConverterOzone ownership from EventFactoryOzone to subclass That way, event converters can be organized in whichever way is most useful for the platform. For evdev, organize by device path. This will let us find out which which devices have already been opened and is needed for hotplug. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247764

Patch Set 1 #

Patch Set 2 : dropped EventConverterEvdev #

Total comments: 2

Patch Set 3 : unbreak events_unittests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -73 lines) Patch
M ui/events/ozone/evdev/event_factory.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ui/events/ozone/evdev/event_factory.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M ui/events/ozone/evdev/key_event_converter.h View 1 4 chunks +11 lines, -1 line 0 comments Download
M ui/events/ozone/evdev/key_event_converter.cc View 1 2 chunks +13 lines, -2 lines 0 comments Download
M ui/events/ozone/evdev/key_event_converter_unittest.cc View 1 2 3 chunks +25 lines, -7 lines 0 comments Download
M ui/events/ozone/evdev/touch_event_converter.h View 1 4 chunks +11 lines, -1 line 0 comments Download
M ui/events/ozone/evdev/touch_event_converter.cc View 1 3 chunks +12 lines, -3 lines 0 comments Download
M ui/events/ozone/evdev/touch_event_converter_unittest.cc View 1 2 3 chunks +12 lines, -2 lines 0 comments Download
M ui/events/ozone/event_converter_ozone.h View 1 2 1 chunk +5 lines, -10 lines 0 comments Download
M ui/events/ozone/event_factory_ozone.h View 1 1 chunk +0 lines, -13 lines 0 comments Download
M ui/events/ozone/event_factory_ozone.cc View 1 3 chunks +1 line, -32 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
spang
on top of https://codereview.chromium.org/144233006/
6 years, 11 months ago (2014-01-24 17:56:38 UTC) #1
spang
On 2014/01/24 17:56:38, spang wrote: > on top of https://codereview.chromium.org/144233006/ this is now standalone.
6 years, 10 months ago (2014-01-28 21:54:43 UTC) #2
spang
https://codereview.chromium.org/133233008/diff/40001/ui/events/ozone/event_converter_ozone.h File ui/events/ozone/event_converter_ozone.h (right): https://codereview.chromium.org/133233008/diff/40001/ui/events/ozone/event_converter_ozone.h#newcode27 ui/events/ozone/event_converter_ozone.h:27: static void DispatchEvent(scoped_ptr<ui::Event> event); This is looking pretty lonely. ...
6 years, 10 months ago (2014-01-28 22:01:31 UTC) #3
rjkroege
lgtm https://codereview.chromium.org/133233008/diff/40001/ui/events/ozone/event_converter_ozone.h File ui/events/ozone/event_converter_ozone.h (right): https://codereview.chromium.org/133233008/diff/40001/ui/events/ozone/event_converter_ozone.h#newcode27 ui/events/ozone/event_converter_ozone.h:27: static void DispatchEvent(scoped_ptr<ui::Event> event); On 2014/01/28 22:01:32, spang ...
6 years, 10 months ago (2014-01-28 23:27:54 UTC) #4
spang
On 2014/01/28 23:27:54, rjkroege wrote: > lgtm > > https://codereview.chromium.org/133233008/diff/40001/ui/events/ozone/event_converter_ozone.h > File ui/events/ozone/event_converter_ozone.h (right): > ...
6 years, 10 months ago (2014-01-29 00:46:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/spang@chromium.org/133233008/60001
6 years, 10 months ago (2014-01-29 12:34:50 UTC) #6
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) remoting_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=217873
6 years, 10 months ago (2014-01-29 13:10:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/spang@chromium.org/133233008/60001
6 years, 10 months ago (2014-01-29 13:11:48 UTC) #8
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) remoting_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=217899
6 years, 10 months ago (2014-01-29 14:52:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/spang@chromium.org/133233008/60001
6 years, 10 months ago (2014-01-29 16:15:56 UTC) #10
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) remoting_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=217990
6 years, 10 months ago (2014-01-29 18:06:50 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/spang@chromium.org/133233008/60001
6 years, 10 months ago (2014-01-29 18:11:06 UTC) #12
commit-bot: I haz the power
6 years, 10 months ago (2014-01-29 22:50:04 UTC) #13
Message was sent while issue was closed.
Change committed as 247764

Powered by Google App Engine
This is Rietveld 408576698