Backed out 4 changesets (bug 1527925, bug 1545168, bug 1539567) for failing at /actions/test_media.html on a CLOSED TREE.

Backed out changeset a55e5c83e32e (bug 1527925)
Backed out changeset 45d19d0692b2 (bug 1539567)
Backed out changeset d418d95454eb (bug 1527925)
Backed out changeset a37009048470 (bug 1545168)
This commit is contained in:
Gurzau Raul
2019-04-18 05:09:03 +03:00
parent be39d6ea4a
commit d21d19f78d
3 changed files with 5 additions and 137 deletions

View File

@@ -715,8 +715,6 @@ nsContextMenu.prototype = {
this.setItemAttr("context-video-saveimage", "disabled", !canSaveSnapshot);
this.setItemAttr("context-video-fullscreen", "disabled", hasError);
this.setItemAttr("context-video-pictureinpicture", "checked", this.onPiPVideo);
this.setItemAttr("context-video-pictureinpicture", "disabled",
!this.onPiPVideo && hasError);
}
}
this.showItem("context-media-sep-commands", onMedia);