зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1318819 - Remove Google Earth plugin quirk compatibility. r=jimm
This commit is contained in:
Родитель
c741caf609
Коммит
3cd56b6a87
|
@ -501,14 +501,6 @@ WindowIsDeferredWindow(HWND hWnd)
|
|||
return true;
|
||||
}
|
||||
|
||||
// Google Earth bridging msg window between the plugin instance and a separate
|
||||
// earth process. The earth process can trigger a plugin incall on the browser
|
||||
// at any time, which is badness if the instance is already making an incall.
|
||||
if (className.EqualsLiteral("__geplugin_bridge_window__")) {
|
||||
SetPropW(hWnd, k3rdPartyWindowProp, (HANDLE)1);
|
||||
return true;
|
||||
}
|
||||
|
||||
// nsNativeAppSupport makes a window like "FirefoxMessageWindow" based on the
|
||||
// toolkit app's name. It's pretty expensive to calculate this so we only try
|
||||
// once.
|
||||
|
|
Загрузка…
Ссылка в новой задаче