Mason Chang
c7ee984e04
Bug 970751 Resample touch events. r=mwu,kats. a=kwierso
2014-08-29 16:18:04 -07:00
Doug Sherk
2c65e9a6aa
Backed out changeset 8a06f8cd41a9 (bug 1037066) for regressions: bug 1055214, bug 1049250, bug 1055203.
2014-08-22 15:12:13 -04:00
Kartikaya Gupta
f4c9a619d1
Bug 1055532 - Don't dispatch useless widget events from gonk. r=mwu
2014-08-19 10:57:29 -04:00
Doug Sherk
de539ae60d
Bug 1037066 - Simulate a touchmove in Gonk immediately after a touchstart in the same location. r=kats, r=mwu
2014-08-13 18:28:04 -04:00
Kartikaya Gupta
65339af962
Bug 1047639 - Use the touch pointer id instead of the index when tracking up/downs. r=mwu
2014-08-11 19:12:30 -04:00
Anup Kumar
698ccb6738
Bug 1005209 - Warn anyone looking at the b2g-emulator stdout to look at logcat instead. r=dhylands
...
DONTBUILD
2014-07-09 23:15:00 -04:00
Ryan VanderMeulen
47386b0779
Backed out changeset c3cca6dfcaa7 for landing with the wrong bug number.
2014-07-11 09:28:14 -04:00
Anup Kumar
a292ea3126
Bug 1002509 - Warn anyone looking at the b2g-emulator stdout to look at logcat instead. r=dhylands
2014-07-09 23:15:00 -04:00
Kershaw Chang
fe241d7909
Bug 964154 - To Detect Whether Headset Event is Came from Input Dev or /sys Node in Runtime Not by Property. r=dhylands
2014-07-01 19:52:00 +02:00
Mason Chang
779e81e88e
Bug 990832 - Build a tool to visualize frame uniformity. r=mchang, benwa.
2014-06-19 09:33:00 +02:00
Victor Porof
298ca2ed1b
Bug 1007203 - Always add categories when pushing to the pseudostack, r=djvj
2014-05-23 17:12:29 -04:00
Masayuki Nakano
d0d0af96fc
Bug 865649 part.5 Set KeyboardEvent.code value on Android and Gonk r=smaug+nchen+mwu
2014-05-25 11:09:00 +09:00
Birunthan Mohanathas
eeb9aaaa94
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
Star Cheng
eea4b54aa2
Bug 987545 - The device support microphone is headset instead of headphone. r=mwu
2014-04-11 10:04:49 +08:00
Viral Wang
e8b8e09626
Bug 988110 - check the event index in action to make sure we have correct mTouchDownCount. r=gal
2014-04-09 20:24:00 +02:00
John Shih
2f092e6795
Bug 960426 - Part 4: Support Network Information API in Fifrefox OS. r=vchang
2014-03-17 14:33:48 +08:00
Eric Rahm
3489e35ab2
Bug 971633 - Add filtering of expired input events. r=mwu
2014-03-12 17:31:09 -07:00
Thomas Zimmermann
84049a0a67
Bug 978700: Fix warnings about comparison of values with different signs, r=roc
2014-03-04 09:45:51 +01:00
Thomas Zimmermann
754a120548
Bug 978700: Fix warnings about uninitialized variables, r=roc
2014-03-04 09:45:51 +01:00
Thomas Zimmermann
2c032b7909
Bug 978700: Fix some warnings about redefined preprocessor tokens, r=roc
2014-03-04 09:45:50 +01:00
Dave Hylands
345bfbe51f
Bug 851680 - Set kernel timezone so that external sdcards get local time rather than UTC time.
2014-01-28 13:33:15 -08:00
Doug Sherk
e3ddbf0acd
Bug 960846: Round Gonk touches instead of truncating them. r=mwu
2014-01-28 12:55:46 -05:00
Marco Chen
941f313062
Bug 958963 - Headset status from input device didn't be recorded by GonkSwitch.r=dhylands.
2014-01-20 17:35:24 +08:00
Kai-Zhen Li
ec79085ae9
Bug 957514 - Fix FakeSurfaceComposer compile error in gonk-kk. r=mwu
2014-01-08 19:04:32 +08:00
Masayuki Nakano
e4a9e38706
Bug 951023 - Gonk widget should set modifier state at dispatching events derived from WidgetInputEvent. r=mwu
2014-01-07 10:03:51 -05:00
Ehsan Akhgari
68bfe70f09
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
Masayuki Nakano
13ef1c88a3
Bug 912858 part.6-2 Implement KeyboardEvent.key for printable keys on Gonk r=mwu+smaug
2013-12-11 01:14:55 +09:00
Masayuki Nakano
fc5a45c022
Bug 912858 part.6-1 Create KeyEventDispatcher in gonk/nsAppShell.cpp for easier maintenance r=mwu
2013-12-11 01:14:55 +09:00
Steven Lee
d36e4d33d7
Bug 926746 - Part 1: Merge fakeperm into B2G. r=mwu
2013-12-05 09:29:07 -05:00
Michael Wu
66c53763f9
Bug 945025 - Fix pointer bounds calculation in GeckoPointerController, r=m1
2013-12-03 16:44:01 -05:00
Ryan VanderMeulen
66e0a09069
Backed out changesets 720a36d92d37 and c24da899172a (bug 926746) for frequent timeouts/hangs in test_dataChannel_basicAudio.html.
2013-12-02 14:05:19 -05:00
Steven Lee
08a4518aeb
Bug 926746 - Part 1: Merge fakeperm into b2g. r=mwu
2013-12-02 10:21:07 -05:00
Sotaro Ikeda
6c682a86a1
Bug 929973 - Implement android::IGraphicBufferAlloc in B2G. r=mwu, r=mikeh
2013-11-21 16:03:27 -05:00
Michael Wu
597c3f040d
Bug 938383 - Improve charCode handling in Gonk key events, r=masayuki
2013-11-19 13:14:41 -05:00
Michael Wu
46126a1346
Bug 890186 - Assign charCodes on key events, r=fabrice
2013-11-11 18:19:04 -05:00
Masayuki Nakano
17ec1301df
Bug 600117 part.5 Implement KeyboardEvent.repeat on Gonk r=mwu
2013-11-07 20:17:33 +09:00
Birunthan Mohanathas
1cb747f6de
Bug 784739 - Switch from NULL to nullptr in widget/; r=ehsan
2013-10-28 10:05:51 -04:00
Masayuki Nakano
ed3fbdf704
Bug 920377 part.32 Get rid of nsMouseEvent r=roc
2013-10-02 15:38:27 +09:00
Masayuki Nakano
36c92a3fec
Bug 920377 part.17 Get rid of nsKeyEvent r=roc
2013-10-01 16:22:58 +09:00
Thinker Lee
78f0aca31a
Bug 771765 - Support template content process, part 8: process initialization flow changes. r=khuey
...
Changes initialization code for the template process:
* Let the process run for NUWA_PREPARATION_TIME ms and then start freezing the threads.
* Delay android binder thread pool creation after the content process is forked from the template and other thread recreation has finished.
* Poke the app shell after the content process is forked from the template.
2013-06-03 18:14:46 +08:00
Masayuki Nakano
fb9f3a20a8
Bug 920377 part.13 Get rid of nsTouchEvent r=roc
2013-09-27 15:20:57 +09:00
Masayuki Nakano
c23797df63
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
2013-09-25 20:21:22 +09:00
Masayuki Nakano
5256146045
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
2013-09-25 20:21:19 +09:00
Masayuki Nakano
4a5dc45e59
Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc
2013-09-25 20:21:18 +09:00
Masayuki Nakano
0587df8d9c
Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc
2013-09-25 20:21:16 +09:00
Michael Wu
dd5274ba81
Bug 914776 - Fix touch event coordinates when rotated, r=m1
2013-09-24 14:58:58 -07:00
Michael Wu
a8f2f415f5
Bug 908797 - Update libui to the latest input code from JB MR2, r=m1
2013-08-26 17:59:18 -04:00
Boris Zbarsky
e6b6bf020e
Bug 909645 part 2. Don't include ipdl headers in Hal.h. r=ms2ger
2013-08-28 00:14:57 -04:00
Ryan VanderMeulen
002dc21ed5
Merge m-c to inbound.
2013-07-30 18:08:18 -04:00
Michael Vines
dc368f0384
Bug 895665 - Gonk support for dev input audio jack events. r=mwu
2013-07-29 21:27:48 -07:00