зеркало из https://github.com/mozilla/gecko-dev.git
Fix browser_save_video.js
This commit is contained in:
Родитель
bf1900c141
Коммит
ce475c1daf
|
@ -212,6 +212,7 @@ _BROWSER_FILES = \
|
||||||
browser_clearplugindata_noage.html \
|
browser_clearplugindata_noage.html \
|
||||||
browser_popupUI.js \
|
browser_popupUI.js \
|
||||||
browser_sanitizeDialog.js \
|
browser_sanitizeDialog.js \
|
||||||
|
browser_save_video.js \
|
||||||
bug564387.html \
|
bug564387.html \
|
||||||
bug564387_video1.ogv \
|
bug564387_video1.ogv \
|
||||||
bug564387_video1.ogv^headers^ \
|
bug564387_video1.ogv^headers^ \
|
||||||
|
|
|
@ -20,6 +20,7 @@ function test() {
|
||||||
return;
|
return;
|
||||||
gBrowser.removeEventListener("pageshow", pageShown);
|
gBrowser.removeEventListener("pageshow", pageShown);
|
||||||
|
|
||||||
|
executeSoon(function () {
|
||||||
document.addEventListener("popupshown", contextMenuOpened);
|
document.addEventListener("popupshown", contextMenuOpened);
|
||||||
|
|
||||||
var video1 = gBrowser.contentDocument.getElementById("video1");
|
var video1 = gBrowser.contentDocument.getElementById("video1");
|
||||||
|
@ -27,6 +28,7 @@ function test() {
|
||||||
{ type: "contextmenu", button: 2 },
|
{ type: "contextmenu", button: 2 },
|
||||||
gBrowser.contentWindow);
|
gBrowser.contentWindow);
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
function contextMenuOpened(event) {
|
function contextMenuOpened(event) {
|
||||||
event.currentTarget.removeEventListener("popupshown", contextMenuOpened);
|
event.currentTarget.removeEventListener("popupshown", contextMenuOpened);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче