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

Issue 1949823002: WIP: Eliminate event.target() usage from TrayEventFilter (Closed)

Created:
4 years, 7 months ago by James Cook
Modified:
4 years, 7 months ago
Reviewers:
CC:
chromium-reviews, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP: Eliminate event.target() usage from TrayEventFilter BUG=

Patch Set 1 #

Patch Set 2 : WIP #

Patch Set 3 : rebase onto status container patch #

Patch Set 4 : container delegate #

Unified diffs Side-by-side diffs Delta from patch set Stats (+367 lines, -70 lines) Patch
M ash/ash.gyp View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A ash/container_delegate.h View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A ash/container_delegate_aura.h View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A ash/container_delegate_aura.cc View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
M ash/mus/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A ash/mus/container_delegate_mus.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A ash/mus/container_delegate_mus.cc View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
M ash/mus/shell_delegate_mus.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/shell_delegate_mus.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M ash/pointer_watcher_delegate_aura.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M ash/pointer_watcher_delegate_aura.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M ash/shelf/overflow_bubble.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M ash/shelf/overflow_bubble.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M ash/shelf/shelf_tooltip_manager.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M ash/shelf/shelf_tooltip_manager.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M ash/shell.h View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M ash/shell_delegate.h View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M ash/system/status_area_widget.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M ash/system/status_area_widget.cc View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M ash/system/tray/system_tray.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ash/system/tray/tray_bubble_wrapper.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M ash/system/tray/tray_event_filter.h View 1 1 chunk +7 lines, -4 lines 0 comments Download
M ash/system/tray/tray_event_filter.cc View 1 2 3 4 chunks +26 lines, -23 lines 0 comments Download
M ash/test/test_shell_delegate.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M components/mus/demo/mus_demo.h View 1 1 chunk +1 line, -1 line 0 comments Download
M components/mus/demo/mus_demo.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/mus/public/cpp/lib/window_tree_client_impl.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M components/mus/public/cpp/tests/window_server_test_base.h View 1 1 chunk +1 line, -1 line 0 comments Download
M components/mus/public/cpp/tests/window_server_test_base.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/mus/public/cpp/tests/window_tree_client_impl_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/mus/public/cpp/window_tree_delegate.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M content/renderer/mus/compositor_mus_connection.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/mus/compositor_mus_connection.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M mash/wm/root_window_controller.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M mash/wm/root_window_controller.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M mash/wm/window_manager_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/native_widget_mus.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/mus/native_widget_mus.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M ui/views/mus/window_manager_connection.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/window_manager_connection.cc View 1 2 3 2 chunks +13 lines, -3 lines 0 comments Download
M ui/views/mus/window_manager_connection_unittest.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M ui/views/pointer_watcher.h View 1 2 3 1 chunk +9 lines, -4 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698