Closed
Bug 1715448
Opened 3 years ago
Closed 3 years ago
Remove testActor#zoomPageTo and testActor#changeZoomLevel
Categories
(DevTools :: Inspector, task)
DevTools
Inspector
Tracking
(firefox91 fixed)
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
These methods are replaced by a helper in shared-head that
sets the fullZoom property on the browsing context.
A new testActor method, waitForHighlighterUpdate, is added
so we can know when a given highlighter is updated (which
is something that was done in changeZoomLevel).
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6c3951189f34
[devtools] Remove testActor zoomPageTo and changeZoomLevel methods. r=jdescottes.
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•