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

Issue 2089183003: mus: Introduce API for embedder to dispatch event to the embeded client.

Created:
4 years, 6 months ago by sadrul
Modified:
4 years, 6 months ago
Reviewers:
CC:
chromium-reviews, rjkroege, mlamouri+watch-content_chromium.org, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, nona+watch_chromium.org, shuchen+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, dtapuska+chromiumwatch_chromium.org, piman+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, kalyank, darin (slow to review), James Su, ben+mojo_chromium.org, yusukes+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@mus-parent-window-receives-child-event
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mus: Introduce API for embedder to dispatch event to the embeded client. chrome browser uses this API to dispatch events to the renderer. BUG=621085

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -23 lines) Patch
M ash/mus/window_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/mus/public/cpp/lib/window.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/mus/public/cpp/lib/window_tree_client.cc View 5 chunks +30 lines, -0 lines 0 comments Download
M components/mus/public/cpp/window.h View 4 chunks +6 lines, -6 lines 0 comments Download
M components/mus/public/cpp/window_tree_client.h View 4 chunks +9 lines, -0 lines 0 comments Download
M components/mus/public/interfaces/window_tree.mojom View 3 chunks +7 lines, -1 line 0 comments Download
M components/mus/ws/window_tree.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/ws/window_tree.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mus.h View 3 chunks +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mus.cc View 4 chunks +36 lines, -2 lines 0 comments Download
M content/renderer/input/render_widget_input_handler.cc View 1 chunk +3 lines, -1 line 0 comments Download
M content/renderer/mus/compositor_mus_connection.cc View 2 chunks +7 lines, -3 lines 0 comments Download
M content/renderer/mus/render_widget_mus_connection.cc View 3 chunks +4 lines, -1 line 0 comments Download
M mojo/public/cpp/bindings/lib/validation_errors.cc View 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698