Closed
Bug 1667323
Opened 4 years ago
Closed 4 years ago
Replace this.content with this.contentWindow in MarionetteFrameChild.jsm
Categories
(Remote Protocol :: Marionette, task, P3)
Tracking
(firefox83 fixed)
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes, Mentored)
References
Details
(Whiteboard: [lang=js])
Attachments
(1 file)
From review comment at https://phabricator.services.mozilla.com/D91352#inline-517239
We could replace usage of this.content
in MarionetteFrameChild.jsm by this.contentWindow
.
Current usage: https://searchfox.org/mozilla-central/search?q=this.content&path=MarionetteFrameChild.jsm
Updated•4 years ago
|
Mentor: hskupin
Severity: -- → S3
Whiteboard: [lang=js]
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4ce182d40c1f
[marionette] Use contentWindow instead of custom content getter in MarionetteFrameChild.jsm r=marionette-reviewers,whimboo
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•