Bug 1051842 - Part 4 - crash in -[ChildView keyDown:]. r=masayuki

Make the PBrowser::SetInputContext message synchronous when remote browsing.
This commit is contained in:
David Parks 2014-08-20 23:34:18 -07:00
parent 14b7eadd94
commit aef6fa4431

View File

@ -275,13 +275,13 @@ parent:
int32_t IMEOpen,
intptr_t NativeIMEContext);
prio(urgent) async SetInputContext(int32_t IMEEnabled,
int32_t IMEOpen,
nsString type,
nsString inputmode,
nsString actionHint,
int32_t cause,
int32_t focusChange);
prio(urgent) sync SetInputContext(int32_t IMEEnabled,
int32_t IMEOpen,
nsString type,
nsString inputmode,
nsString actionHint,
int32_t cause,
int32_t focusChange);
sync IsParentWindowMainWidgetVisible() returns (bool visible);