[Webkit-unassigned] [Bug 41063] Media query - width in 'em's doesn't work on zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 17:36:59 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #10 from Ahmad Saleem <zlip.792 at gmail.com> ---
This one line patch cannot be applied to Webkit as of today due to change in code.

First change set to change to (style, rootStyle) to (conversionData) landed in 2014.

https://github.com/WebKit/WebKit/commit/7925295ae134c1bf5b28a3a8aaba5db3738ee335

It is still present on Line 504 in below:

https://github.com/WebKit/WebKit/blob/main/Source/WebCore/css/MediaQueryEvaluator.cpp#L504

but it is now changed from <int> to <double> due this commit:

https://github.com/WebKit/WebKit/commit/dad086a7dd9d4b8d46313d35e94881d4a56cf604#diff-6b2570bc01be669b55078286340c1690013a3478c6fc77253f831b23f4784d0f

If someone want to modify this and update, this is the history to apply "Blink" page unless if I missed anything and something more need to be done. Thanks!

-- 
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/20220609/f4333e87/attachment.htm>


More information about the webkit-unassigned mailing list