screenshot command in browser console is broken
Categories
(DevTools :: Console, defect, P3)
Tracking
(Fission Milestone:Future, firefox87 fixed)
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: soeren.hentzschel, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-future)
Attachments
(4 files)
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Comment 2•7 years ago
|
||
| Reporter | ||
Comment 3•7 years ago
|
||
| Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
Updated•7 years ago
|
Comment 7•6 years ago
|
||
Please note that there is a new API called drawSnapshot() which will make that work. In Marionette I call this API always from the parent process (bug 1559592), and it correctly renders the image with both the output from chrome and content included. Just note that this new API doesn't have tests yet, and as such still has some remaining issues. Therefore see the dependency list on the before-mentioned bug.
| Assignee | ||
Comment 8•5 years ago
|
||
Bug 1678483 will probably fix this, and we could repurpose this bug to add a test of the :screenshot command in the browser console (which could look very similar to what we'll do in Bug 1686720)
| Assignee | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Tracking dt-fission-m3-reserve bugs for Fission M8 (blocking Release channel experiment, but not Beta experiment).
Comment 10•5 years ago
|
||
Moving "dt-fission-m3-reserve" bugs to "dt-fission-future" because they don't block Fission MVP.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 11•5 years ago
|
||
In order to enable screenshots from the browser console and browser toolbox, we
make a small change in the simulateCameraFlash, as the browsing context we
pass to it does not have a topFrameElement property (so we use the top chrome window
document element instead).
We also have to register browser actors when starting the browser console so it
can have access to the screenshot actor.
A simple test is added for :screenshot in the Browser Console.
Depends on D103613
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
| bugherder | ||
Updated•4 years ago
|
Description
•