Closed
Bug 990486
Opened 11 years ago
Closed 6 years ago
Add an API for gecko to kick off APZC zooming
Categories
(Core :: Panning and Zooming, defect, P3)
Core
Panning and Zooming
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: avih, Unassigned)
References
Details
(Keywords: feature, Whiteboard: [gfx-noted])
APZC zoom trigger API, together with bug 928839 (scroll API), would enable us to add APZC tests and have better performance regressions (and improvements) visibility.
Comment 1•11 years ago
|
||
I think I screwed up when we were talking on IRC - I thought you were referring to bug 928839 when you were actually talking about bug 928833. Adjusting dependencies to be more correct.
Reporter | ||
Comment 2•11 years ago
|
||
Blame firebot on #developers for sometimes forgetting to echo a description when a bug is mentioned ;)
Comment 3•9 years ago
|
||
See nsDOMWindowUtils::ZoomToFocusedInput for an example of how to do this. We can reuse the nsIWidget::ZoomToRect API, just need to expose it in a way that the talos test can access.
Keywords: feature
Whiteboard: [gfx-noted]
Updated•7 years ago
|
Priority: -- → P3
Comment 4•6 years ago
|
||
There's not really much to do here, so I'm going to close it. I opened bug 1536827 for adding a talos test for zooming.
You need to log in
before you can comment on or make changes to this bug.
Description
•