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

Issue 16466003: Event handling support for ozone. (Closed)

Created:
7 years, 6 months ago by rjkroege
Modified:
7 years, 6 months ago
Reviewers:
sadrul, sky
CC:
chromium-reviews
Visibility:
Public.

Description

Event handling support for ozone. Basic framework for handling events in ozone. Touch events are recognized and dispatched. Some button events are supported. BUG=178543 R=sadrul@chromium.org, sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205324

Patch Set 1 #

Total comments: 18

Patch Set 2 : review comments #

Patch Set 3 : additional fixes #

Patch Set 4 : additional fixes #

Total comments: 13

Patch Set 5 : review comments #

Patch Set 6 : rebase-ed for removal of DRT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1010 lines, -29 lines) Patch
M ui/aura/root_window_host_ozone.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M ui/aura/root_window_host_ozone.cc View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
A ui/base/ozone/event_converter_ozone.h View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
A ui/base/ozone/event_converter_ozone.cc View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A ui/base/ozone/event_factory_ozone.h View 1 chunk +35 lines, -0 lines 0 comments Download
A ui/base/ozone/event_factory_ozone.cc View 1 2 3 4 1 chunk +66 lines, -0 lines 0 comments Download
M ui/base/ozone/events_ozone.cc View 1 2 3 4 3 chunks +68 lines, -16 lines 0 comments Download
A ui/base/ozone/key_event_converter_ozone.h View 1 chunk +27 lines, -0 lines 0 comments Download
A ui/base/ozone/key_event_converter_ozone.cc View 1 2 3 4 1 chunk +64 lines, -0 lines 0 comments Download
M ui/base/ozone/surface_factory_ozone.h View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
A ui/base/ozone/touch_event_converter_ozone.h View 1 1 chunk +77 lines, -0 lines 0 comments Download
A ui/base/ozone/touch_event_converter_ozone.cc View 1 2 3 4 1 chunk +181 lines, -0 lines 0 comments Download
A ui/base/ozone/touch_event_converter_ozone_unittest.cc View 1 2 3 4 1 chunk +397 lines, -0 lines 0 comments Download
M ui/gl/gl_implementation_ozone.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M ui/ui.gyp View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M ui/ui_unittests.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
rjkroege
please take a look.
7 years, 6 months ago (2013-06-05 19:22:06 UTC) #1
sadrul
mostly nits. LGTM https://codereview.chromium.org/16466003/diff/1/ui/base/ozone/event_converter_ozone.h File ui/base/ozone/event_converter_ozone.h (right): https://codereview.chromium.org/16466003/diff/1/ui/base/ozone/event_converter_ozone.h#newcode13 ui/base/ozone/event_converter_ozone.h:13: class EventConverterOzone : public base::MessagePumpLibevent::Watcher { ...
7 years, 6 months ago (2013-06-06 16:54:30 UTC) #2
rjkroege
please take a look. https://codereview.chromium.org/16466003/diff/1/ui/base/ozone/event_converter_ozone.h File ui/base/ozone/event_converter_ozone.h (right): https://codereview.chromium.org/16466003/diff/1/ui/base/ozone/event_converter_ozone.h#newcode13 ui/base/ozone/event_converter_ozone.h:13: class EventConverterOzone : public base::MessagePumpLibevent::Watcher ...
7 years, 6 months ago (2013-06-06 23:05:05 UTC) #3
sky
https://codereview.chromium.org/16466003/diff/15001/ui/base/ozone/event_converter_ozone.h File ui/base/ozone/event_converter_ozone.h (right): https://codereview.chromium.org/16466003/diff/15001/ui/base/ozone/event_converter_ozone.h#newcode22 ui/base/ozone/event_converter_ozone.h:22: EventConverterOzone() {} The style guide says no to inlining ...
7 years, 6 months ago (2013-06-07 04:57:24 UTC) #4
rjkroege
ptal note: I also had to make some additional minor changes to make us build ...
7 years, 6 months ago (2013-06-07 21:10:42 UTC) #5
sky
LGTM
7 years, 6 months ago (2013-06-10 15:01:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rjkroege@chromium.org/16466003/20001
7 years, 6 months ago (2013-06-10 15:03:32 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=136436
7 years, 6 months ago (2013-06-10 17:26:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rjkroege@chromium.org/16466003/61001
7 years, 6 months ago (2013-06-10 18:22:40 UTC) #9
rjkroege
7 years, 6 months ago (2013-06-10 22:11:58 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 manually as r205324 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698