Closed
Bug 1736574
Opened 3 years ago
Closed 3 years ago
Support `target.allFrames` in `scripting.executeScript()`
Categories
(WebExtensions :: General, enhancement, P2)
WebExtensions
General
Tracking
(firefox98 fixed)
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
(Blocks 1 open bug)
Details
(Whiteboard: [mv3-m2])
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
See: https://developer.chrome.com/docs/extensions/reference/scripting/#type-InjectionTarget.
The scripting.executeScript()
function returns objects of type InjectionResult
. Each object has a frameId
in addition to the actual result
of the execution. In order to support the allFrames
option, we need to keep the frame IDs along with the results when we call the tabs API.
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D128339
Assignee | ||
Updated•3 years ago
|
Severity: -- → N/A
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Type: task → enhancement
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Attachment #9247289 -
Attachment is obsolete: true
Updated•3 years ago
|
Points: --- → 5
Updated•3 years ago
|
Attachment #9254310 -
Attachment description: WIP: Bug 1736574 - Support `target.allFrames` in `scripting.executeScript()`. r?robwu! → Bug 1736574 - Support `target.allFrames` in `scripting.executeScript()`. r?robwu!
Updated•3 years ago
|
Attachment #9254310 -
Attachment description: Bug 1736574 - Support `target.allFrames` in `scripting.executeScript()`. r?robwu! → WIP: Bug 1736574 - Support `target.allFrames` in `scripting.executeScript()`. r?robwu!
Updated•3 years ago
|
Attachment #9254310 -
Attachment description: WIP: Bug 1736574 - Support `target.allFrames` in `scripting.executeScript()`. r?robwu! → Bug 1736574 - Support `target.allFrames` in `scripting.executeScript()`. r?robwu!
Updated•3 years ago
|
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/96b55fca7211
Support `target.allFrames` in `scripting.executeScript()`. r=robwu
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•