Masayuki Nakano
|
6a5c380903
|
Bug 1176955 part.1 TextComposition should guarantee that WidgetSelectionEvent should be handled by same content as the target of composition events when there is a composition r=smaug
|
2015-07-17 11:25:00 +09:00 |
Masayuki Nakano
|
b577b3a7ed
|
Bug 1179122 TextComposition should manage a composition which is even in a child process r=smaug
|
2015-07-03 11:49:36 +09:00 |
Masayuki Nakano
|
9ce25e1e4d
|
Bug 1053053 part.5 Make IMEStateManager::sActiveIMEContentObserver StaticRefPtr r=smaug
|
2015-07-01 22:19:11 +09:00 |
Masayuki Nakano
|
38e32ac3ff
|
Bug 1053053 part.4 Make IMEStateManager::sContent StaticRefPtr r=smaug
|
2015-07-01 22:19:11 +09:00 |
Masayuki Nakano
|
3e2c998faa
|
Bug 1053053 part.3 Notify child process's IMEStateManager of menu key event listener being installed r=smaug
|
2015-07-01 22:19:11 +09:00 |
Masayuki Nakano
|
3a23696fda
|
Bug 1053053 part.2 Notify child process's IMEStateManager of that it should stop manageing IME state r=smaug
|
2015-07-01 22:19:11 +09:00 |
Masayuki Nakano
|
66a78db644
|
Bug 1053053 part.1 Active TabParent should be managed by IMEStateManager r=smaug
|
2015-07-01 22:19:11 +09:00 |
Masayuki Nakano
|
a6bad653ec
|
Bug 1175392 part.2 IMEStateManager should manage notifications to IME especially delayed notifications from remote process r=smaug
|
2015-06-27 09:23:31 +09:00 |
Masayuki Nakano
|
3dd4837286
|
Bug 1175392 part.1 IMEContentObserver and TabParent should use IMEStateManager::NotifyIME() r=smaug
|
2015-06-27 09:23:31 +09:00 |
Jim Chen
|
ada45abfc5
|
bug 1112212 - Set flag in InputContext for IME-unaware webapps; r=masayuki
|
2015-06-16 19:02:39 -04:00 |
Masayuki Nakano
|
29e56f5a88
|
Bug 1162818 part.6 Don't notify IME of anything during reframing the editor r=smaug
|
2015-06-05 02:06:10 +09:00 |
Masayuki Nakano
|
91298b51a5
|
Bug 1167022 part.4 Get rid of MozIMEFocus(In|Out) events r=smaug
|
2015-05-26 16:45:26 +09:00 |
Masayuki Nakano
|
f9ae17caea
|
Bug 1167022 part.2 IMEStateManager::UpdateIMEState() should try to restart to observe focused editor when it's reframed r=smaug+nchen
|
2015-05-26 16:45:26 +09:00 |
Phil Ringnalda
|
53b4601f96
|
Back out 4 changesets (bug 1167022) for reftest-e10s bustage
CLOSED TREE
Backed out changeset de4013b979a7 (bug 1167022)
Backed out changeset b97f76c4be1c (bug 1167022)
Backed out changeset cbc7f8b88a46 (bug 1167022)
Backed out changeset 00b1c04181d3 (bug 1167022)
|
2015-05-23 21:40:21 -07:00 |
Masayuki Nakano
|
bdb3dae876
|
Bug 1167022 part.4 Get rid of MozIMEFocus(In|Out) events r=smaug
|
2015-05-24 10:11:37 +09:00 |
Masayuki Nakano
|
bbfdde48f6
|
Bug 1167022 part.2 IMEStateManager::UpdateIMEState() should try to restart to observe focused editor when it's reframed r=smaug+nchen
|
2015-05-24 10:11:37 +09:00 |
Andrew McCreight
|
9e8f4b219e
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
Andrea Marchesini
|
789ad8312d
|
Bug 1156632 - Remove unused forward class declarations - patch 3 - dom/{events,xbl,xslt,xul} and others, r=ehsan
|
2015-04-22 08:29:18 +02:00 |
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
Kartikaya Gupta
|
d8cde2ed0d
|
Bug 1121430 - Back out 4 csets from bug 1112212 for breaking backspace on Android. r=backout
|
2015-01-15 10:52:05 -05:00 |
Jim Chen
|
3817965035
|
bug 1112212 - Set flag in InputContext for IME-unaware webapps; r=masayuki
|
2015-01-10 12:41:57 -05:00 |
Masayuki Nakano
|
020fd43d35
|
Bug 1047588 - IMEContentObserver::Init() should take nsIEditor because nsDocShell sometimes hasn't been initialized and nsContentEditor::GetHTMLEditor() fails. r=smaug
|
2014-11-05 08:12:44 -05:00 |
Wes Kocher
|
e005079968
|
Backed out changeset f86dbba73d43 (bug 1047588) under suspicion of adding a hazard on a CLOSED TREE
|
2014-11-04 20:25:47 -08:00 |
Masayuki Nakano
|
a75c24771c
|
Bug 1047588 IMEContentObserver::Init() should take nsIEditor because nsDocShell sometimes hasn't been initialized and nsContentEditor::GetHTMLEditor() fails r=smaug
|
2014-11-05 10:36:37 +09:00 |
Masayuki Nakano
|
2be456d529
|
Bug 960871 part.10 Some methods which took both WidgetCompositionEvent and WidgetTextEvent should take only WidgetCompositionEvent r=smaug
|
2014-10-07 19:01:49 +09:00 |
Masayuki Nakano
|
09a5b86212
|
Bug 960871 part.4 Rename NS_TEXT_TEXT to NS_COMPOSITION_CHANGE and fix comments which mention text events r=smaug
|
2014-10-07 19:01:47 +09:00 |
Masayuki Nakano
|
0cecd2284c
|
Bug 1065835 part.4 Destroy TextComposition instance after handling synthesized compositionend event when synthesized events for a request to commit or cancel is caused by PresShell discarding native compositionend event r=smaug
|
2014-09-26 09:05:12 +09:00 |
Masayuki Nakano
|
345fc83f18
|
Bug 1065835 part.1 Synthesize composition events for committing composition string if requesting to commit of IME isn't performed synchronously r=smaug
|
2014-09-26 09:05:11 +09:00 |
Masayuki Nakano
|
93cf48640e
|
Bug 826657 part.2 Implement NOTIFY_IME_OF_MOUSE_BUTTON_EVENT in XP part r=smaug+ehsan
|
2014-08-29 19:08:43 +09:00 |
Masayuki Nakano
|
bc12cdb1f0
|
Bug 1037346 IMEStateManager should ignore a call of UpdateIMEState() which is caused by a call of nsIContent::GetDesiredIMEState() r=smaug
|
2014-07-17 14:08:44 +09:00 |
Masayuki Nakano
|
05c7d9794b
|
Bug 1038089 IMEStateManager should log its behavior r=smaug
|
2014-07-16 14:13:28 +09:00 |
Masayuki Nakano
|
65cfda3094
|
Bug 983049 part.4 Rename nsDispatchingCallback to mozilla::EventDispatchingCallback r=smaug
|
2014-03-18 13:48:20 +09:00 |
Masayuki Nakano
|
b51ee921de
|
Bug 978023 part.3 Rename nsIMEStateManager to mozilla::IMEStateManager r=smaug
--HG--
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEStateManager.cpp
rename : dom/events/nsIMEStateManager.h => dom/events/IMEStateManager.h
|
2014-03-08 10:20:07 +09:00 |