Bug 1208944 - Part 3. Allow IME window messages on plugin process. r=jmathies

This commit is contained in:
Makoto Kato 2015-12-29 22:57:38 +09:00
Родитель 75748e49e3
Коммит e5533965df
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -100,6 +100,18 @@ struct ParamTraits<mozilla::plugins::NPRemoteEvent>
case WM_SETFOCUS:
case WM_KILLFOCUS:
case WM_IME_STARTCOMPOSITION:
case WM_IME_COMPOSITION:
case WM_IME_ENDCOMPOSITION:
case WM_IME_CHAR:
case WM_IME_SETCONTEXT:
case WM_IME_COMPOSITIONFULL:
case WM_IME_KEYDOWN:
case WM_IME_KEYUP:
case WM_IME_SELECT:
case WM_INPUTLANGCHANGEREQUEST:
case WM_INPUTLANGCHANGE:
break;
default: