Ehsan Akhgari
|
13533598f5
|
Bug 1038152 - Make the destructor of WindowsGamepad.cpp's Observer private; r=bjacob
|
2014-07-14 21:49:23 -04:00 |
|
Ted Mielczarek
|
9ca7ade729
|
Bug 1014162 - Make Gamepad.mapping into an enum. r=smaug
|
2014-05-23 07:39:13 -04:00 |
|
Jacek Caban
|
70d3d7939f
|
Bug 690937 - Fixed compilation on mingw
--HG--
extra : rebase_source : 3ff75ba5d6c9fe68a3f195c86176f498db0db5a4
|
2014-05-12 11:02:40 +02:00 |
|
Ted Mielczarek
|
ef5ccd9de9
|
bug 690937 - Add XInput support to the Windows gamepad backend. r=jimm
|
2014-04-16 19:43:39 -04:00 |
|
Ted Mielczarek
|
873a726a19
|
Bug 996078 - Replace Windows Gamepad DirectInput backend with Raw Input. r=jimm
|
2014-04-14 13:18:51 -04:00 |
|
Birunthan Mohanathas
|
5f1fde8824
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Ted Mielczarek
|
bddbb12352
|
bug 980876 - null check GamepadService in case of events still in play during shutdown. r=smaug
|
2014-04-07 14:28:41 -04:00 |
|
Ted Mielczarek
|
ec6a7031f0
|
bug 980876 - be smarter about sending gamepad updates from the background thread. r=smaug
|
2014-04-07 14:28:08 -04:00 |
|
Masatoshi Kimura
|
8ddf7de8a5
|
Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc
|
2014-02-18 07:32:52 +09:00 |
|
Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Ehsan Akhgari
|
322dd501b7
|
Bug 942334 - Build hal in unified mode; r=cjones
--HG--
extra : rebase_source : b3fae3b4456bfa8ef9920038668b403cc7c8accf
|
2013-11-25 14:57:18 -05:00 |
|
Ted Mielczarek
|
817ac2fa3a
|
bug 921565 - look for WM_DEVICECHANGE in Windows gamepad backend and rescan for devices. r=jimm
|
2013-10-24 15:06:19 -04:00 |
|
Masatoshi Kimura
|
571b0da3ca
|
Bug 925599 - Introduce version test functions using VerifyVersionInfo(). r=bbondy
|
2013-10-19 03:14:31 +09:00 |
|
Nathan Froyd
|
e8316ed759
|
Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
|
2013-09-10 16:56:05 -04:00 |
|
Birunthan Mohanathas
|
0d87358ff5
|
Bug 784739 - Switch from NULL to nullptr in hal/. r=ehsan
|
2013-08-23 15:51:15 -04:00 |
|
Ted Mielczarek
|
98dadecb4e
|
bug 860413 - Allow setting standard gamepad mapping. r=smaug
|
2013-04-09 08:43:25 -04:00 |
|
Ehsan Akhgari
|
3e4289068c
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2013-04-02 20:59:27 -04:00 |
|
Ted Mielczarek
|
cf2ab7274a
|
bug 604039 - Windows gamepad backend using DirectInput. r=bas
--HG--
extra : rebase_source : 9a4e13dea21f6f57a8ca2bf677ff0a2f0a0dc4eb
|
2011-08-03 14:12:08 -04:00 |
|
Trevor Saunders
|
cd9ce5e64f
|
no bug - mark several classes final to avoid warnings about deleting objects of polymorphic type
|
2013-01-11 04:43:29 -05:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Brian R. Bondy
|
21c143f097
|
Bug 774140 - Remove code duplication for IsVistaOrLater. r=bsmedberg
|
2012-07-25 10:23:26 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Mounir Lamouri
|
566a670f97
|
Bug 749645 - Use fallback files in hal/ when a backend isn't implemneted instead of having randomly defined methods. r=cjones
--HG--
rename : hal/fallback/ScreenOrientationFallback.cpp => hal/fallback/FallbackScreenOrientation.cpp
rename : hal/linux/Power.cpp => hal/linux/LinuxPower.cpp
|
2012-05-03 12:05:32 +02:00 |
|
Makoto Kato
|
aac13b73c5
|
Bug 625664 - accelerometer support using Windows 7 Sensor API. r=dougt
|
2012-05-01 12:04:30 +09:00 |
|
Ryan VanderMeulen
|
0f578d67d8
|
Back out entire dd28759eba7b push (bug 739913 and bug 742226) due to OSX 10.7 and b2g bustage. r=shouldausedtry
|
2012-04-12 20:00:57 -04:00 |
|
Kan-Ru Chen
|
14c301c057
|
Bug 739913 - Use kernel wake lock when the "cpu" topic is locked. r=cjones
|
2012-04-12 19:24:20 -04:00 |
|
Masatoshi Kimura
|
651eabedd7
|
Bug 699247 - Remove Win2K related code. r=jimm, sr=neil
|
2012-02-23 08:53:55 -06:00 |
|
Mark Capella
|
3a0b126058
|
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
|
2012-02-23 01:33:19 +01:00 |
|
Ed Morley
|
91422f00de
|
Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression
|
2012-02-08 21:04:21 +00:00 |
|
Masatoshi Kimura
|
b40c031d6c
|
Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil
|
2012-02-08 10:00:45 -06:00 |
|
Kan-Ru Chen
|
f54487e0fe
|
Bug 709585 - Part 5, hal code for the Power API. r=cjones
--HG--
extra : rebase_source : 49c8cb29be617293eb9143b3e3c760229b37943c
|
2012-01-31 01:08:00 -05:00 |
|
Mounir Lamouri
|
7f5c471516
|
Bug 677166 - Part 6 - Add NetworkInformation handling into hal. r=jlebar
|
2012-01-16 14:39:57 +01:00 |
|
Makoto Kato
|
b847b80445
|
Bug 710178 - ASSERTION: Battery API: When charging and level at 1.0, remaining time should be 0. Please fix your backend. r=mounir
|
2011-12-19 12:23:13 +09:00 |
|
Mounir Lamouri
|
c5f39a761e
|
Bug 710793 - Move hal's private methods outside of Hal.h. r=jlebar sr=cjones
|
2011-12-17 22:04:51 +01:00 |
|
Justin Lebar
|
cbab1727e4
|
Bug 702256 - "[Gonk] Add DOM API for turning screen on/off and adjusting the screen's brightness" r=cjones,mounir
|
2011-12-05 01:07:00 +08:00 |
|
Makoto Kato
|
7a9046338e
|
Bug 696049 - Battery API: Windows backend. r=mounir,jimm
|
2011-12-05 19:34:27 +09:00 |
|