Closed
Bug 1231819
Opened 9 years ago
Closed 9 years ago
Implement tabs.captureVisibleTab API
Categories
(WebExtensions :: Untriaged, defect, P2)
WebExtensions
Untriaged
Tracking
(firefox47 fixed)
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: miketaylr, Assigned: kmag)
References
()
Details
(Keywords: dev-doc-complete, Whiteboard: [tabs][tabsCapture] triaged)
Attachments
(1 file)
I'd like to build a web extension that does:
User clicks button on tab A
New tab B is opened
A screenshot of the window from tab A is passed to tab B
Content script on tab B does something magical with the screenshot
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → kmaglione+bmo
Reporter | ||
Updated•9 years ago
|
Blocks: webext-tabs
Updated•9 years ago
|
Flags: blocking-webextensions?
Updated•9 years ago
|
Flags: blocking-webextensions? → blocking-webextensions+
Assignee | ||
Updated•9 years ago
|
Whiteboard: [tabs][tabsCapture]
Assignee | ||
Updated•9 years ago
|
Iteration: --- → 46.2 - Jan 11
Assignee | ||
Comment 1•9 years ago
|
||
This is going to need the same IPC work as `executeScript` and friends.
Depends on: 1210583
Updated•9 years ago
|
Iteration: 46.2 - Jan 11 → 46.3 - Jan 25
Updated•9 years ago
|
Priority: -- → P2
Whiteboard: [tabs][tabsCapture] → [tabs][tabsCapture] triaged
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/32901/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/32901/
Attachment #8713927 -
Flags: review?(wmccloskey)
Attachment #8713927 -
Flags: review?(wmccloskey) → review+
Comment on attachment 8713927 [details]
MozReview Request: Bug 1231819: [webext] Implement the captureVisibleTab API. r?billm
https://reviewboard.mozilla.org/r/32901/#review29907
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/25f761534d9b415f08789bff02a4480a9669f48d
Bug 1231819: [webext] Implement the captureVisibleTab API. r=billm
Assignee | ||
Updated•9 years ago
|
Keywords: dev-doc-complete
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Reporter | ||
Comment 6•9 years ago
|
||
Thank you!
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•