summaryrefslogtreecommitdiffstats
path: root/media/base/user_input_monitor_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in media/, take 2.avi2015-12-231-0/+2
* Switch to standard integer types in media/.Avi Drissman2015-12-191-1/+0
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-2/+2
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-1/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-10/+10
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-8/+8
* linux_aura: Add a "--display=" switch like GTK+ has.erg@chromium.org2014-05-301-2/+3
* WeakPtr destruction order cleanup: media edition.dalecurtis@google.com2014-03-181-1/+0
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+0
* Make UserInputMonitorCore listen to MessageLoop destruction to clean up befor...jiayl@chromium.org2013-09-301-9/+31
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Adds the UserInputMonitor implementation for Windows.jiayl@chromium.org2013-09-141-94/+120
* Revert 223223 "Adds the UserInputMonitor implementation for Wind..."rouslan@chromium.org2013-09-141-120/+94
* Adds the UserInputMonitor implementation for Windows.jiayl@chromium.org2013-09-141-94/+120
* Adds key press detection for Mac by detecting the increase of key down event ...jiayl@chromium.org2013-08-281-102/+100
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-0/+338
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-151-338/+0
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-0/+338