зеркало из https://github.com/mozilla/gecko-dev.git
Bug 976621 - [e10s] Don't allow tabs to be dragged between e10s and non-e10s windows (r=felipe)
This commit is contained in:
Родитель
2a45ae57c9
Коммит
a5edff77b9
|
@ -3995,6 +3995,10 @@
|
|||
PrivateBrowsingUtils.isWindowPrivate(sourceNode.ownerDocument.defaultView))
|
||||
return dt.effectAllowed = "none";
|
||||
|
||||
if (window.gMultiProcessBrowser !=
|
||||
sourceNode.ownerDocument.defaultView.gMultiProcessBrowser)
|
||||
return dt.effectAllowed = "none";
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
return dt.effectAllowed = event.altKey ? "copy" : "move";
|
||||
#else
|
||||
|
|
Загрузка…
Ссылка в новой задаче