New issue
Advanced search Search tips

Issue 685881 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Oct 16
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Move PointerWatcher into the aura client-lib

Project Member Reported by sadrul@chromium.org, Jan 27 2017

Issue description

PointerWatcher [1] and PointerWatcherEventRouter [2] currently live in views. views::MusClient owns the PointerWatcherEventRouter instance. It may make sense to move these into the aura client-lib instead, where aura::WindowTreeClient will own the router.

1: https://cs.chromium.org/chromium/src/ui/views/pointer_watcher.h?sq=package:chromium&dr=CSs&l=46
2: https://cs.chromium.org/chromium/src/ui/views/mus/pointer_watcher_event_router.h?sq=package:chromium&dr=CSs&l=32
 

Comment 1 by sadrul@chromium.org, Jul 27 2017

Cc: varkha@chromium.org moh...@chromium.org
Components: Internals>Services>WindowService
Labels: -Proj-Mustash-Aura -Proj-Mustash-Aura-Views Proj-Mustash
Migrating from Proj-Mustash-Aura to components Internals>Aura
Labels: -Proj-Mustash Proj-Mash
Status: WontFix (was: Available)
PointerWatcher has been replaced by ui::EventObserver and Env/EventMonitor/MouseWatcher entry points.

Sign in to add a comment