Remove CanvasRenderingContext2D::mozCurrentTransform/mozCurrentTransformInverse
Categories
(Core :: Graphics: Canvas2D, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: Ms2ger, Assigned: mathew.hodson)
References
(Blocks 1 open bug)
Details
(Keywords: addon-compat, site-compat, Whiteboard: [gfx-noted])
Attachments
(1 file)
Updated•8 years ago
|
Updated•7 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Do you think we could disable these by default now? We added telemetry in bug 1765063.
Comment 2•2 years ago
|
||
The use counter is at about 0.05, which is not too low. But doing a quick GitHub search I haven't found anything that would break... It seems mostly polyfills and so on.
So yeah, we can give this a shot. Thanks!
Assignee | ||
Comment 3•2 years ago
|
||
Do you think it's safe to remove this code now? It was disabled by default in Firefox 106.
Comment 4•2 years ago
|
||
Probably worth waiting to the next nighly cycle but yeah, should be fine to remove :)
Assignee | ||
Comment 5•2 years ago
|
||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Backed out for bustages on CanvasRenderingContext2D.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/3b21fbb7ca8df32cf62c876be21072f4156ec7ab
Log link: https://treeherder.mozilla.org/logviewer?job_id=395361569&repo=autoland&lineNumber=9994
Reporter | ||
Comment 8•2 years ago
|
||
When relanding, consider keeping the // Mozilla-specific stuff
line in the IDL file for the remaining Mozilla-specific stuff
Comment 10•2 years ago
|
||
bugherder |
Assignee | ||
Comment 11•2 years ago
|
||
I created bug 1799319, which adds a comment in the IDL file for the remaining mozTextStyle.
Comment 12•2 years ago
|
||
As docs have already been removed from MDN I'm removing the dev-doc-needed
keyword, but feel free to add it back if I've missed anything
Description
•