Closed
Bug 1712890
Opened 3 years ago
Closed 3 years ago
DRAWWINDOW_DRAW_VIEW is not passed from browser_test_scrollbar_in_extension_popup_window.js to CanvasRenderingContext2D::DrawWindow()
Categories
(Core :: Panning and Zooming, task)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
browser_test_scrollbar_in_extension_popup_window.js set DRAWWINDOW_DRAW_VIEW as argument. But it is not passed to CanvasRenderingContext2D::DrawWindow().
Assignee | ||
Comment 1•3 years ago
|
||
SpecialPowers.snapshotWindow() is called, but it seems not handle option flags.
It seems better to use snapshotWindowWithOptions().
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → sotaro.ikeda.g
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•3 years ago
|
||
Just fixing the test caused test failures.
https://treeherder.mozilla.org/jobs?repo=try&revision=1bddbbab93506980420648c1e4a019501222190d
Assignee | ||
Comment 6•3 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b928e9e3572d
Use snapshotWindowWithOptions() to pass options r=hiro
Comment 8•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•