summaryrefslogtreecommitdiffstats
path: root/content/browser/gamepad
Commit message (Expand)AuthorAgeFilesLines
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-183-4/+4
* Use a direct include of the shared_memory header in content/browser/, content...avi@chromium.org2013-07-172-2/+2
* Gamepad: Don't use DirectInput on Windows XP.teravest@chromium.org2013-07-161-6/+12
* Use a direct include of time headers in content/, part 1.avi@chromium.org2013-06-281-1/+1
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-3/+3
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-244-16/+14
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-113-7/+7
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-072-2/+2
* Update refernces to Blink's Platform API (content)abarth@chromium.org2013-05-305-5/+5
* Fixed button values for mac XBox gamepad userland driver.josephg@gmail.com2013-05-281-2/+2
* Cleanup link dependency and include rules.zmo@chromium.org2013-05-241-3/+0
* Move GPU device/driver info related code from content to gpu.zmo@chromium.org2013-05-231-0/+3
* Fix Mac 64-bit build.avi@chromium.org2013-05-232-4/+4
* Implement support for USB Xbox360 controllers without a driver on Mac.jeremya@chromium.org2013-05-235-61/+1016
* Grab bag of clang fixes for Windows codernk@chromium.org2013-05-171-3/+3
* Gamepad: Don't emit BOM in Gamepad ID.teravest@chromium.org2013-05-131-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-042-12/+12
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-172-3/+3
* Gamepad: Gamepads length should be maximum supported.teravest@chromium.org2013-04-161-1/+1
* content: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-121-1/+1
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-032-11/+0
* Gamepad: Add support for "2Axes 8Keys".teravest@chromium.org2013-03-071-0/+19
* Gamepad: Windows support for Logitech Precision.teravest@chromium.org2013-02-221-0/+26
* Support DirectInput gamepads on Windows.teravest@chromium.org2013-02-213-70/+516
* Fix dependency on scoped_ptr::reset sequencing in GamepadProvider.dcheng@chromium.org2013-02-201-1/+3
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-1/+1
* Gamepad: Linux support for DragonRise Generic USB.teravest@chromium.org2013-02-071-0/+18
* Added correct Mac mappings for the DragonRise Generic USB Gamepad.sylvinus@gmail.com2013-01-161-0/+14
* Revert 175581scottmg@chromium.org2013-01-081-1/+1
* Disable GamepadProviderTest.UserGesture: testing auto-disable scriptscottmg@chromium.org2013-01-081-1/+1
* Update some #includes in content/browser/ for headers in the new Platformpilgrim@chromium.org2013-01-053-3/+3
* Cleanup: Fix some lint errors in content/.thestig@chromium.org2013-01-041-1/+1
* Cleanup: Remove unneeded browser_thread.h includes in contents.thestig@chromium.org2013-01-032-2/+0
* Gamepad: Fix misplaced parenthesis around HANDLE_EINTRhans@chromium.org2012-11-281-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-3/+3
* content/browser: Remove more unnecessary content:: calls.tfarina@chromium.org2012-11-011-2/+1
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-1016-184/+434
* Add linux/mac gamepad mappings for SmartJoy PLUS adapter.jpd@google.com2012-08-142-2/+23
* Use non-exclusive access to gamepad on macscottmg@chromium.org2012-08-131-1/+1
* Add gamepad mapping for XFXforce XGEAR PS2 Controller on OS Xscottmg@chromium.org2012-08-101-19/+39
* Add mapping for XFXforce XGEAR controller on Linuxscottmg@chromium.org2012-08-101-0/+24
* Add support for Macally iShock.avi@chromium.org2012-08-071-0/+41
* add device type as an argument in OnDevicesChanged.wjia@chromium.org2012-07-312-2/+2
* Linux: Refactor udev device monitoring code into its own class so it can be r...thestig@chromium.org2012-07-272-55/+17
* Prevent multile DoPoll() calls from being simultaneously pendingjar@chromium.org2012-07-262-0/+12
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+2