summaryrefslogtreecommitdiffstats
path: root/ui/events/event_processor.cc
Commit message (Expand)AuthorAgeFilesLines
* Introduce EventProcessor::OnEventProcessingStarted()tdanderson2014-09-301-3/+6
* Remove RootView::DispatchGestureEvent()tdanderson2014-09-101-6/+11
* Convert ui::GestureEvent coordinates during targetingtdanderson2014-09-081-12/+12
* Do not mutate ui::Event properties during nested event processingtdanderson2014-09-051-1/+18
* Allow unhandled ui events to be dispatched to other targetstdanderson@chromium.org2014-03-261-3/+13
* aura: Start using EventPrcessor interface for event dispatch.sadrul@chromium.org2013-12-131-0/+4
* events: Introduce EventProcessor, and EventSource.sadrul@chromium.org2013-12-051-0/+24