Closed
Bug 1141346
Opened 10 years ago
Closed 10 years ago
[e10s] "This Frame" > "Reload Frame" in remote browser causes unsafe CPOW usage warning
Categories
(Firefox :: Menus, defect)
Firefox
Menus
Tracking
()
RESOLVED
FIXED
Firefox 40
People
(Reporter: Kwan, Assigned: Kwan)
References
Details
Attachments
(1 file, 1 obsolete file)
+++ This bug was initially created as a clone of Bug #1133577 +++
STR:
1) Visit a site with a frame in it in an e10s window
2) Right-click in the frame, and choose "This Frame" > "Reload Frame"
This causes an "unsafe CPOW usage" warning in the Browser Console.
In browser/base/content/nsContextMenu.js:
// Reload clicked-in frame.
reloadFrame: function() {
this.target.ownerDocument.location.reload(); <-- Causes CPOW warning
},
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → moz-ian
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
/r/5825 - Bug 1141346 - Make 'This Frame' > 'Reload Frame' use messages to avoid unsafe CPOW usage
Pull down this commit:
hg pull review -r 0d22b0eca9dca0d168696862f2b6a0df1f271b80
Attachment #8581671 -
Flags: review?(mconley)
Updated•10 years ago
|
Attachment #8581671 -
Flags: review?(mconley) → review?(gkrizsanits)
Comment 2•10 years ago
|
||
Comment on attachment 8581671 [details]
MozReview Request: bz://1141346/Kwan
https://reviewboard.mozilla.org/r/5823/#review5207
Ship It!
Attachment #8581671 -
Flags: review?(gkrizsanits) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 40
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8581671 -
Attachment is obsolete: true
Attachment #8619709 -
Flags: review+
Assignee | ||
Comment 7•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•