Commit Graph

145 Commits

Author SHA1 Message Date
Brad Lassey
2eb791ed73 bug 867517 - Gecko-based WebView for Android, refactor patch r=mfinkle 2013-05-24 12:21:01 -04:00
Shane Tully
d36c64c1a4 Bug 790775 - Sony Ericsson Xperia Play's "circle" and "cross" D-pad buttons generate unexpected keycodes. r=cpeterson 2013-05-22 14:07:29 -07:00
Jim Chen
c67430662e Bug 846660 - Use default values for primitive types and fix setSelection for Samsung keyboards. r=cpeterson 2013-05-13 17:25:12 -04:00
Jim Chen
8f458f1a8e Bug 864666 - Replace composing span when committing char as key. r=cpeterson 2013-04-29 16:48:26 -04:00
Jim Chen
f3ea57250b Bug 859452 - Send characters as keys when using HTC Touch Input. r=cpeterson 2013-04-18 12:39:09 -04:00
Jim Chen
60f9c60f4e Bug 857413 - Use only one copy of GeckoInputConnection.InputThreadUtils; r=cpeterson 2013-04-11 10:54:14 -04:00
Jim Chen
6c944aad3e Bug 844573 - Detect textarea; r=cpeterson 2013-04-01 18:52:39 -04:00
Jim Chen
dbed0b7b11 Bug 856755 - Return SpannableString or String in extracted text; r=cpeterson 2013-04-02 11:24:40 -04:00
Jim Chen
bf42ff4640 Bug 842013 - Suppress key up events during key down event; r=cpeterson 2013-03-29 10:54:01 -04:00
Jim Chen
0f7d10cf4b Bug 847823 - Clean up NotifyIME to use the Gecko NotificationToIME enum; r=cpeterson 2013-03-19 16:54:49 -04:00
Jim Chen
094326cab4 Bug 847823 - Change NotifyIMEEnabled to NotifyIMEContext; r=cpeterson 2013-03-19 16:54:48 -04:00
Jim Chen
b2f91e92ef Bug 706336 - Use meta states from KeyListener; r=cpeterson 2013-03-19 18:26:33 -04:00
Kartikaya Gupta
c25fdeb40d Bug 802130 - Move assertOnThread functions to a new ThreadUtils class. r=mfinkle 2013-03-15 11:52:52 +01:00
Chris Peterson
1871f56475 Bug 848761 - input element's type attribute values are case-insensitive. r=jchen 2013-03-07 14:12:40 +00:00
Jim Chen
0e06b65bf4 Bug 840406 - Use password mode for all type=password inputs; r=cpeterson 2013-03-07 13:16:46 +00:00
Jim Chen
913bb71a01 Bug 843048 - Delay setting IME context on Gecko thread instead of Java thread; r=cpeterson 2013-03-05 15:24:35 +00:00
Jim Chen
19a516ffa8 Bug 844290 - Refactor GeckoInputConnection key handling code; r=cpeterson 2013-02-28 13:17:21 -05:00
Brian Nicholson
0bc444d6e2 Bug 845612 - Add @Override annotations for implemented interfaces. r=kats 2013-02-26 21:48:00 -08:00
Jim Chen
57a92f2116 Bug 844913 - Null-check getEditable() results in GeckoInputConnection; r=cpeterson 2013-02-26 12:48:32 -05:00
Jim Chen
d2874dc962 Bug 838177 - Add more debugging output to GeckoEditable and GeckoInputConnection; r=cpeterson 2013-02-18 13:57:43 -05:00
Jim Chen
9f28ee4351 Bug 839882 - Provide UI-thread-safe Editable for KeyListener; r=cpeterson 2013-02-13 15:52:11 -05:00
Jim Chen
54c6925612 Bug 835906 - Handle off-thread GeckoEditable and GeckoInputConnection calls; r=cpeterson 2013-02-08 16:07:12 -05:00
Jim Chen
4292b3f95e Bug 835906 - Let GeckoInputConnection switch to background thread; r=cpeterson 2013-02-08 16:07:12 -05:00
Jim Chen
c1dbb9b2e8 Bug 835906 - Refer to IC thread instead of UI thread in existing IME code; r=cpeterson 2013-02-08 16:07:05 -05:00
Chris Peterson
60b9e6a366 Bug 834471 - Part 1: Fix some FindBugs warnings about strings. r=jchen 2013-01-25 16:32:04 -08:00
Jim Chen
5a96ae892c Bug 829318 - Don't mess with mIMEState during focus/blur; r=cpeterson 2013-01-18 17:08:59 -05:00
Jim Chen
d3b8ad4552 Bug 831862 - Force restart input during notifyIMEEnabled; r=cpeterson 2013-01-18 15:49:19 -05:00
Chris Peterson
faefa85a4b Bug 829912 - Check for null IME hints. r=jchen
--HG--
extra : rebase_source : b6183ac3c3d469d2401ac17b059b9564ef07f542
2013-01-14 16:57:50 -08:00
Jim Chen
3d4c428cab Bug 827176 - Properly reset GeckoInputConnection states during focus; r=cpeterson 2013-01-11 15:36:22 -05:00
Jim Chen
c9a7f04a76 Bug 825120 - Fake selection update to force IME hard reset; r=cpeterson 2013-01-11 15:34:58 -05:00
Jim Chen
6609bf8713 Bug 814689 - Only use key events for plugins; r=cpeterson 2012-12-26 10:06:53 -05:00
Jim Chen
719d56e3b9 Bug 821979 - Specify valid selection offsets in onCreateInputConnection; r=blassey 2012-12-26 10:06:53 -05:00
Jim Chen
b1f7dd58ee Bug 821229 - Don't show/hide VKB when Gecko view doesn't have focus; r=cpeterson 2012-12-18 12:21:25 -05:00
Jim Chen
e7a8650c27 Bug 818715 - Coalesce restartInput calls in GeckoInputConnection; r=cpeterson 2012-12-14 13:22:05 -05:00
Jim Chen
c80915d4b8 Bug 819073 - Set InputConnection during each focus notification; r=cpeterson 2012-12-10 14:07:26 -05:00
Jim Chen
b9f544bb42 Bug 815430 - Fix IME status notification handling; r=cpeterson 2012-12-05 11:10:33 -05:00
Jim Chen
2375ed8ae8 Bug 808287 - Follow-up to combine IME enums, etc; r=cpeterson 2012-11-13 17:27:26 -05:00
Jim Chen
3bfc2d01f5 Bug 810170 - Properly handle extracted text notification and selection notification; r=cpeterson 2012-11-13 17:26:18 -05:00
Jim Chen
924f6d4cfe Bug 807994 - Get rid of IME code raw type usage to prevent javac 1.7 compile errors. r=cpeterson 2012-11-02 10:21:19 -04:00
Jim Chen
6d3d60aab5 Bug 805162 - i. Refactor DebugGeckoInputConnection to be smaller by using reflection; r=cpeterson 2012-11-01 16:11:03 -04:00
Jim Chen
992e608471 Bug 805162 - h. Remove unused fields in GeckoInputConnection; r=cpeterson 2012-11-01 16:11:03 -04:00
Jim Chen
76b2093950 Bug 805162 - g. Reimplement key events in GeckoInputConnection using GeckoEditable; r=cpeterson 2012-11-01 16:11:03 -04:00
Jim Chen
69967e4941 Bug 805162 - f. Reimplement InputConnection methods using GeckoEditable; r=cpeterson 2012-11-01 16:11:03 -04:00
Jim Chen
96cf492bfd Bug 805162 - e. Implement GeckoEditableListener in GeckoInputConnection; r=cpeterson 2012-11-01 16:11:02 -04:00
Ed Morley
95fe6d2a1c Backout 533faa3c50ed, 718abc1bd4ad, af2d5272c06b, ad5554e1345d, c9ef1b41b829, d3a825311d11, 0a51bcb3eb9e, a01a327e8ec4, 973b0ed30b8b, 39851bbcfaa1 & a92d2d2a3b0e (bug 805162), d4884aab5ce6, 06fcbaf40cb4, daccc3fe7c70, 881eb2a2906e, 76232441ae06, 01ae34fa1b3f & 5f405fc4e323 (bug 783092), a03d8d4db1c2, 49beb3801192, 174634554a97, 0bd27e755a83, 19e8f151ca67, a6604e038bc0, ed3b8237e76e & 082cf8d72554 (bug 785945) for bustage or conflicting with backout of said bustage on a CLOSED TREE 2012-11-01 00:16:35 +00:00
Jim Chen
2e2ea9bad7 Bug 805162 - i. Refactor DebugGeckoInputConnection to be smaller by using reflection; r=cpeterson 2012-10-31 17:35:32 -04:00
Jim Chen
eb12abdc9f Bug 805162 - h. Remove unused fields in GeckoInputConnection; r=cpeterson 2012-10-31 17:35:32 -04:00
Jim Chen
57ab06ea8c Bug 805162 - g. Reimplement key events in GeckoInputConnection using GeckoEditable; r=cpeterson 2012-10-31 17:35:32 -04:00
Jim Chen
e026b4cee8 Bug 805162 - f. Reimplement InputConnection methods using GeckoEditable; r=cpeterson 2012-10-31 17:35:32 -04:00
Jim Chen
ec3937aa42 Bug 805162 - e. Implement GeckoEditableListener in GeckoInputConnection; r=cpeterson 2012-10-31 17:35:31 -04:00