зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1635757 [Wayland] Provide more logging to nsDragService, r=jhorak
Differential Revision: https://phabricator.services.mozilla.com/D74038
This commit is contained in:
Родитель
2aec868777
Коммит
a9b7b022bf
|
@ -1332,12 +1332,14 @@ void nsDragService::SourceEndDragSession(GdkDragContext* aContext,
|
|||
gchar* name = gdk_atom_name(atom);
|
||||
if (name && (strcmp(name, gTabDropType) == 0)) {
|
||||
isWaylandTabDrop = true;
|
||||
MOZ_LOG(sDragLm, LogLevel::Debug, ("is wayland tab drop\n"));
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
if (aResult != MOZ_GTK_DRAG_RESULT_NO_TARGET && !isWaylandTabDrop) {
|
||||
MOZ_LOG(sDragLm, LogLevel::Debug, ("drop is user chancelled\n"));
|
||||
mUserCancelled = true;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче