Masayuki Nakano
|
47c0f202ee
|
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
|
64cb74c0f1
|
Bug 1167022 part.4 Get rid of MozIMEFocus(In|Out) events r=smaug
|
2015-05-26 16:45:26 +09:00 |
|
Masayuki Nakano
|
a3426142f5
|
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
|
c3674c0a3f
|
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
|
9b9ac2dd31
|
Bug 1167022 part.4 Get rid of MozIMEFocus(In|Out) events r=smaug
|
2015-05-24 10:11:37 +09:00 |
|
Masayuki Nakano
|
0be112965a
|
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
|
c979f253c0
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Andrea Marchesini
|
0a7d105a0f
|
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
|
5cccea6f0f
|
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
|
b73b2054dc
|
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
|
8ec68c4006
|
bug 1112212 - Set flag in InputContext for IME-unaware webapps; r=masayuki
|
2015-01-10 12:41:57 -05:00 |
|
Masayuki Nakano
|
0e79e41627
|
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
|
bfa9338753
|
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
|
2e0a02aec5
|
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
|
329b23036c
|
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
|
50519d8d6b
|
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
|
8c81b1bae6
|
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
|
3d8d52d44a
|
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
|
00abc24da1
|
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
|
00a4a087cb
|
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
|
3de50d92f6
|
Bug 1038089 IMEStateManager should log its behavior r=smaug
|
2014-07-16 14:13:28 +09:00 |
|
Masayuki Nakano
|
bdfb32e049
|
Bug 983049 part.4 Rename nsDispatchingCallback to mozilla::EventDispatchingCallback r=smaug
|
2014-03-18 13:48:20 +09:00 |
|
Masayuki Nakano
|
8bbf9836fa
|
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 |
|