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

Issue 2869273010: aura: Introduce EventInjector. (Closed)

Created:
3 years, 7 months ago by sadrul
Modified:
3 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews, sadrul, jam, darin-cc_chromium.org, dtapuska+chromiumwatch_chromium.org, kalyank
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

aura: Introduce EventInjector. Introduce EventInjector, which can be used to inject events into aura. In LOCAL mode, the events are directly injected on aura::WindowTreeHost. In MUS mode, EventInjector injects the event at the window-server using the WindowServerTest api. BUG=721640 Review-Url: https://codereview.chromium.org/2869273010 Cr-Commit-Position: refs/heads/master@{#471806} Committed: https://chromium.googlesource.com/chromium/src/+/8a7826ac6e0b8e4c18ca72ea7b03436185f199a5

Patch Set 1 #

Total comments: 7

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -5 lines) Patch
M content/browser/renderer_host/input/synthetic_gesture_target_aura.cc View 1 5 chunks +8 lines, -5 lines 0 comments Download
M ui/aura/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/aura/env.h View 1 chunk +1 line, -0 lines 0 comments Download
A ui/aura/event_injector.h View 1 1 chunk +38 lines, -0 lines 0 comments Download
A ui/aura/event_injector.cc View 1 1 chunk +61 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 19 (13 generated)
sadrul
3 years, 7 months ago (2017-05-12 07:24:34 UTC) #7
sky
https://codereview.chromium.org/2869273010/diff/1/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc File content/browser/renderer_host/input/synthetic_gesture_target_aura.cc (right): https://codereview.chromium.org/2869273010/diff/1/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc#newcode50 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc:50: aura::EventInjector injektor; Is there a reason you went for ...
3 years, 7 months ago (2017-05-12 12:11:51 UTC) #8
sadrul
https://codereview.chromium.org/2869273010/diff/1/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc File content/browser/renderer_host/input/synthetic_gesture_target_aura.cc (right): https://codereview.chromium.org/2869273010/diff/1/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc#newcode50 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc:50: aura::EventInjector injektor; On 2017/05/12 12:11:51, sky wrote: > Is ...
3 years, 7 months ago (2017-05-12 21:26:09 UTC) #11
sky
Sadrul and myself talked about this and he is going to sort of the manifest/separate-binary ...
3 years, 7 months ago (2017-05-12 21:50:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2869273010/20001
3 years, 7 months ago (2017-05-15 14:57:03 UTC) #16
commit-bot: I haz the power
3 years, 7 months ago (2017-05-15 17:04:58 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/8a7826ac6e0b8e4c18ca72ea7b03...

Powered by Google App Engine
This is Rietveld 408576698