зеркало из https://github.com/mozilla/gecko-dev.git
Bug 675215 - Include page title in data transfer when ctrl/opt+dragging tab.
This commit is contained in:
Родитель
ed278649f2
Коммит
828131f468
|
@ -3819,8 +3819,8 @@
|
|||
if (event.ctrlKey) {
|
||||
#endif
|
||||
let dt = event.dataTransfer;
|
||||
let spec = this.tabbrowser.getBrowserForTab(tab).currentURI.spec;
|
||||
dt.setData("text/x-moz-url", spec);
|
||||
let browser = tab.linkedBrowser;
|
||||
dt.setData("text/x-moz-url", browser.currentURI.spec + "\n" + browser.contentTitle);
|
||||
let favicon = document.getAnonymousElementByAttribute(tab, "class", "tab-icon-image");
|
||||
dt.setDragImage(favicon, 16, 16);
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче