[Webkit-unassigned] [Bug 270057] Remove non-standard `webkitBackingStorePixelRatio`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 19 14:06:00 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=270057

Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bfulgham at webkit.org

--- Comment #4 from Brent Fulgham <bfulgham at webkit.org> ---
Note that all major browsers seem to have an analog of this:

```
    context.webkitBackingStorePixelRatio ||
    context.mozBackingStorePixelRatio ||
    context.msBackingStorePixelRatio ||
```

We will want to make sure this doesn't break sites that try to use this for something.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240719/2acf554b/attachment.htm>


More information about the webkit-unassigned mailing list