зеркало из https://github.com/mozilla/pjs.git
Bug 535036 - '[OOPP] Flash hangs Firefox with IPC enabled when video is paused and process loses focus'. r=masayuki+jst, sr=jst.
This commit is contained in:
Родитель
dd54c57545
Коммит
1b3fa331e0
|
@ -403,7 +403,8 @@ public:
|
||||||
PRBool SendNativeEvents()
|
PRBool SendNativeEvents()
|
||||||
{
|
{
|
||||||
#ifdef XP_WIN
|
#ifdef XP_WIN
|
||||||
return MatchPluginName("Shockwave Flash");
|
return mPluginWindow->type == NPWindowTypeDrawable &&
|
||||||
|
MatchPluginName("Shockwave Flash");
|
||||||
#elif defined(MOZ_X11)
|
#elif defined(MOZ_X11)
|
||||||
return PR_TRUE;
|
return PR_TRUE;
|
||||||
#else
|
#else
|
||||||
|
|
Загрузка…
Ссылка в новой задаче