Closed
Bug 1134409
Opened 8 years ago
Closed 8 years ago
[e10s] "Full Screen" in remote browser causes unsafe CPOW usage warning
Categories
(Firefox :: Menus, defect)
Firefox
Menus
Tracking
()
RESOLVED
FIXED
Firefox 38
People
(Reporter: Kwan, Assigned: Kwan)
References
()
Details
Attachments
(1 file)
3.00 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1133577 +++ STR: 1) Visit a site with some <video/>s on it in an e10s window 2) Right-click on a <video/>, and choose "Full Screen" This causes an "unsafe CPOW usage" warning in the Browser Console. In browser/base/content/nsContextMenu.js: fullScreenVideo: function () { let video = this.target; if (document.mozFullScreenEnabled) video.mozRequestFullScreen(); <-- Causes CPOW warning },
Assignee | ||
Comment 1•8 years ago
|
||
Applies on top of patch for bug 1134399
Updated•8 years ago
|
Attachment #8566437 -
Flags: review?(gavin.sharp) → review?(mconley)
Updated•8 years ago
|
Comment 2•8 years ago
|
||
Comment on attachment 8566437 [details] [diff] [review] Make "Full Screen" context-menu command e10s safe Review of attachment 8566437 [details] [diff] [review]: ----------------------------------------------------------------- Looks good, and works as advertised! Thanks Ian!
Attachment #8566437 -
Flags: review?(mconley) → review+
Comment 3•8 years ago
|
||
remote: https://hg.mozilla.org/integration/fx-team/rev/63da271edfa5
Whiteboard: [fixed-in-fx-team]
Comment 4•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/63da271edfa5
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 38
Updated•8 years ago
|
QA Whiteboard: [good first verify][
Updated•8 years ago
|
QA Whiteboard: [good first verify][ → [good first verify][verify in Nightly only]
You need to log in
before you can comment on or make changes to this bug.
Description
•