Closed
Bug 1686659
Opened 5 years ago
Closed 5 years ago
Add a DAMP test for screenshot
Categories
(DevTools :: General, task)
DevTools
General
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
In Bug 1678483, we plan to switch from canvas.drawWindow
to windowGlobal.drawSnapshot
, which might be slower according to Bug 1600269.
Let's write a DAMP test for the fullpage screenshot feature, so we can assert the impact of switching implementation (and also work on making it better, as it could be quite slow at the moment)
Assignee | ||
Comment 1•5 years ago
|
||
The test loads the bild.de page and measure how long
it takes until the image is available for the user.
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8a07a182c85c
Add a DAMP test for the fullpage screenshot tool. r=jdescottes,perftest-reviewers,sparky.
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•