Closed
Bug 1228850
Opened 8 years ago
Closed 8 months ago
Remove mozImageSmoothingEnabled
Categories
(Core :: Graphics: Canvas2D, task, P3)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: fs, Assigned: mathew.hodson)
References
(Blocks 1 open bug)
Details
(Keywords: addon-compat, dev-doc-complete, site-compat, Whiteboard: [DocArea=Canvas] [gfx-noted])
Attachments
(1 file)
Bug 768072 implements imageSmoothingEnabled and adds a deprecation warning for mozImageSmoothingEnabled. Lets remove mozImageSmoothingEnabled if usage allows. FWIW, Blink and WebKit kept the webkit prefixed versions so far, see https://code.google.com/p/chromium/issues/detail?id=277199 and https://bugs.webkit.org/show_bug.cgi?id=147803
Reporter | ||
Updated•8 years ago
|
Keywords: dev-doc-complete → dev-doc-needed
Updated•8 years ago
|
Whiteboard: [DocArea=Canvas] → [DocArea=Canvas] [gfx-noted]
Updated•6 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
(In reply to Florian Scholz [:fscholz] (MDN) from comment #0) > FWIW, Blink and WebKit kept the webkit prefixed versions so far, see > https://code.google.com/p/chromium/issues/detail?id=277199 and > https://bugs.webkit.org/show_bug.cgi?id=147803 Both fixed.
to be more specific: Support for prefixed webkitImageSmoothingEnabled was removed in Chrome 55 (released 2016-12) https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/qeFgqezm0cM/z708BVaGAAAJ Seems the WebKit dropped it in Safari 10 (released 2016-09)
Updated•4 years ago
|
Type: defect → task
Updated•1 year ago
|
Severity: normal → S3
Assignee | ||
Comment 3•9 months ago
|
||
This has Deprecated="PrefixedImageSmoothingEnabled"
in the webidl, so I think there should be telemetry. What do the use counters look like?
Flags: needinfo?(emilio)
Assignee | ||
Comment 5•8 months ago
|
||
Updated•8 months ago
|
Assignee: nobody → mathew.hodson
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4478010afe86 Remove mozImageSmoothingEnabled. r=emilio
Comment 7•8 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
Comment 8•7 months ago
|
||
Docs changes for this can be tracked on the following GitHub issue: https://github.com/mdn/content/issues/26686
Updated•7 months ago
|
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•