Commit Graph

72 Commits

Author SHA1 Message Date
Chris Peterson
231bda0d2e Bug 781038 - Part 1: Span and select the Editable's actual length. r=blassey 2012-08-07 15:47:05 -07:00
Kartikaya Gupta
0361af6b33 Bug 777351 - Fold LayerController into GeckoLayerClient. r=sriram 2012-08-07 10:39:04 -04:00
Chris Peterson
058219de38 Bug 778468 - Part 6: Inject LayerView's InputConnectionHandler to remove GeckoInputConnection dependency. r=blassey
--HG--
extra : rebase_source : 7422a54c7c360ef8712c75d865e5e545d922aad1
2012-08-02 11:56:52 -07:00
Makoto Kato
452ec44074 Bug 771201 - Characters committed at every typing on fullscreen keyboard. r=cpeterson 2012-08-06 16:28:46 +09:00
Chris Peterson
5c8f1ffd38 Bug 779366 - Part 2c: Query resources for DisplayMetrics, not the WindowManager. r=sriram 2012-08-01 14:56:26 -07:00
Chris Peterson
ceaa1e5e80 Backout bcb8b2b5a310 (bug 779366 - Part 2). r=me 2012-08-01 14:42:11 -07:00
Chris Peterson
84fdc2c235 Bug 779366 - Part 2: Move DisplayMetrics to ConfigurationUtils. r=sriram 2012-07-30 16:05:44 -07:00
Chris Peterson
f554e798e4 Bug 778472 - Part 3: Standardize order of import statements: org.mozilla, com, net, org, android, java. r=mfinkle 2012-07-27 17:53:54 -07:00
Ed Morley
535a8bc1c3 Backout d2ee4c12c0b3 (bug 777351), 5aa6f94160dd (bug 777351), b47c470168fc (bug 777351), 5fb303ba52f7 (bug 777351), be81e4c3d928 (bug 777351), abc5b9a922dc (bug 777075), 8f1fc980f1f1 (bug 777075), 0b194a7f47d4 (bug 777075), d10df9bfef60 (bug 777075), 65393fe32cce (bug 777075), b52dc1df2fde (bug 777075), 8aeda525c094 (bug 777075) for Android native R1 failures on a CLOSED TREE 2012-08-01 18:42:05 +01:00
Kartikaya Gupta
a031059e87 Bug 777351 - Fold LayerController into GeckoLayerClient. r=sriram 2012-08-01 10:48:19 -04:00
Chris Peterson
dfd0007214 Bug 778472 - Part 1: Remove unused and redundant import statements. r=mfinkle 2012-07-27 17:54:41 -07:00
Kartikaya Gupta
31f3127903 Bug 777505 - Fix possible NPE in getInputMethodManager. r=cpeterson 2012-07-26 13:53:51 -04:00
Chris Peterson
db055c0d69 Bug 767597 - Part 2: Move autocomplete IME blocklist and use new InputMethods class. r=blassey 2012-07-22 00:18:14 -07:00
Kartikaya Gupta
8f98e04459 Bug 774205 - Guard against a null layer controller object in GeckoInputConnection. r=cpeterson 2012-07-23 14:52:55 -04:00
Chris Peterson
62cc829e3d Bug 764193 - Part 1: Re-enable form autocomplete, but blocklist some IMEs. r=blassey 2012-07-19 11:00:07 -07:00
Chris Peterson
bd7c660fd9 Bug 775442 - Part 2: Pretty-print IME strings to logcat. r=blassey 2012-07-18 15:26:15 -07:00
Chris Peterson
993a01ac9d Bug 775442 - Part 1: Clamp string indexes when updating IME extracted text. r=blassey 2012-07-19 11:34:42 -07:00
Chris Peterson
e13f3f0890 Bug 772225 - Remove some clampSelection() calls to test whether IndexOutOfBoundsExceptions have been fixed. r=blassey
--HG--
extra : rebase_source : 540314a4a7658e381749fbc9d3860f26d947efd5
2012-07-17 22:49:25 -07:00
Chris Peterson
729d8709f9 Bug 768106 - Ignore empty composing events when we have no composition string to replace. r=blassey
--HG--
extra : rebase_source : 1f236586a1d16b83798b0d10b0199ef01605b03e
2012-07-16 14:28:09 -07:00
Matt Brubeck
893323e002 Bug 771989 - Don't hide the soft keyboard if another view is active [r=cpeterson] 2012-07-16 15:07:46 -07:00
Chris Peterson
7df0e726de Bug 769520 - Part 2: In debug builds, assert IME code is running on UI thread. r=blassey 2012-06-29 15:49:48 -07:00
Chris Peterson
1459c2769b Bug 769520 - Part 1: Post Gecko's IME callbacks from Gecko thread to UI thread. r=blassey 2012-07-09 11:00:09 -07:00
Makoto Kato
77034df852 Bug 767354 - Typing 1 character in password fields will insert 2 characters. r=cpeterson 2012-07-09 13:03:38 -07:00
Chris Peterson
a54f688028 Bug 767791 - Selection ranges exclude end index, so write [a,b), not (a,b]. r=blassey
--HG--
extra : rebase_source : 21654ebe8bedb0c175518a1aa494134f4b622de6
2012-06-26 17:06:26 -07:00
Chris Peterson
b2c8432fd8 Bug 768727 - Send '&' as composition string because some Gingerbread VKBs incorrectly map '&' key events. r=blassey 2012-06-29 12:06:03 -07:00
Chris Peterson
7546f0bb0e Bug 758427 - Ignore KeyEvents with keyCodes greater than getMaxKeyCode(), such as Gingerbread Galaxy Note's bogus stylus events. r=blassey 2012-06-28 11:03:53 -07:00
Chris Peterson
a7360a99a8 Bug 765831 - Part 5: Clamp composing span indexes. r=blassey 2012-06-19 12:17:20 -07:00
Chris Peterson
68126fd65e Bug 765831 - Part 4: Clamp string lengths passed to getTextBeforeCursor/getTextAfterCursor. r=blassey 2012-06-19 12:12:27 -07:00
Chris Peterson
bcb0a52f76 Bug 765831 - Part 3: Clamp bogus composing region indexes passed to setComposingRegion(). r=blassey 2012-06-19 12:19:30 -07:00
Chris Peterson
d5c43d7264 Bug 765831 - Part 2: Clamp bogus selection indexes passed to setSelection(). r=blassey 2012-06-19 12:13:48 -07:00
Chris Peterson
3c512198ac Bug 765831 - Part 1: Extract selection index juggling into a Span helper class. r=blassey 2012-06-19 12:13:41 -07:00
Chris Peterson
6e2e791fb9 Bug 738331 - Remove IndexOutOfBoundsException band-aid now that we clamp bogus selection indexes. r=blassey 2012-06-13 17:07:49 -07:00
Matt Brubeck
72defcb15e Bug 760087 - Don't steal focus from the findbar when Gecko IME state changes [r=cpeterson]
--HG--
extra : rebase_source : 49a6582ff2c13b3a40963f430c7d9a5da5ac8141
2012-06-08 11:43:17 -07:00
Chris Peterson
ba543b377e Bug 755517 - Remap Gingerbread's unusual keycodes for some symbol characters. r=blassey 2012-06-08 10:57:16 -07:00
Chris Peterson
1b1cd1bae9 Bug 756429 - Part 1: Commit composition string when IME is reinitialized from VKB popup window. r=blassey 2012-06-01 11:09:29 -07:00
Kartikaya Gupta
14f90708ec Bug 752709 - Show full-screen keyboard when the screen height is less than or equal to 480 pixels. r=cpeterson 2012-05-23 21:53:42 -04:00
Raphael Catolino
68abd30b98 Bug 757399 - changed android input to allow typing float in number inputs r=cpeterson 2012-05-22 17:33:10 +02:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Chris Peterson
ce9dbc11a0 Bug 751513 - End composition in onTextChanged() only if we are currently committing. r=blassey 2012-05-16 22:29:23 -07:00
Brian Nicholson
469178cb50 Bug 750734 - Ensure view is focused when showing virtual keyboard. r=cpeterson a=android-only 2012-05-01 18:15:42 -07:00
Chris Peterson
20a2aeb3e4 Bug 743468 - If IME begins an ephemeral composition string, then end it when done. r=blassey 2012-04-26 23:43:15 -04:00
James Willcox
42536c7c7a Bug 707353 - Implement ANPWindow::showKeyboard() for Android plugins. r=snorp a=blocking-fennec
--HG--
extra : rebase_source : ca2da8fe9689fa702444cd6da7b4841d9ef12ec4
2012-04-20 09:49:50 -07:00
Chris Peterson
8ffce5c72b Bug 687717 - Send key events rather than committing single-character composition strings. r=blassey r=masayuki a=blocking-fennec
--HG--
extra : rebase_source : 7ddc8b05e7a93917b9a20a665f5c958370d91bb0
2012-04-18 14:57:55 -07:00
Chris Peterson
05adde8605 Bug 738695 - Part 2: Unify redundant IME mComposing and mCompositionStart variables. r=blassey 2012-03-23 10:32:42 -07:00
Chris Peterson
23afeac12e Bug 738695 - Part 1: Remove Native Fennec's unused returnIMEQueryResult() (but not XUL Fennec's half). r=blassey 2012-03-23 14:00:19 -07:00
Brian Nicholson
caf86ae0ba Bug 735469 - Fix IME composition events. r=cpeterson
--HG--
extra : rebase_source : 778dd5a7b9cda7796039fcf3614f507b253b4037
2012-03-21 10:26:53 -07:00
Chris Peterson
1ab956c5fd Bug 731034 - Clamp current selection before processing key down events to avoid IndexOutOfBoundsException. r=blassey 2012-03-12 17:08:04 -07:00
Chris Peterson
64834f1fc7 Bug 733196 - Do not use the fullscreen keyboard on Native Fennec (in portrait or landscape orientations). r=blassey 2012-03-13 14:22:54 -07:00
Chris Peterson
913c2b3120 Bug 726393 - Fetch Android's cached TextKeyListener on key down/up events to avoid nulls. r=blassey, f=gbrown 2012-03-12 16:02:06 -07:00
Chris Peterson
e056f2929b Bug 734156 - Part 2: Clamp current selection's indexes. r=blassey 2012-03-08 17:21:18 -08:00