RESOLVED FIXED135344
REGRESSION (r160806): CSS zoom property doesn't work on anything inside anchors.
https://bugs.webkit.org/show_bug.cgi?id=135344
Summary REGRESSION (r160806): CSS zoom property doesn't work on anything inside anchors.
Andreas Kling
Reported 2014-07-28 11:43:23 PDT
Attachments
Patch (3.83 KB, patch)
2014-07-28 11:59 PDT, Andreas Kling
no flags
Patch (3.92 KB, patch)
2014-07-28 12:07 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2014-07-28 11:59:59 PDT
WebKit Commit Bot
Comment 2 2014-07-28 12:01:32 PDT
Attachment 235603 [details] did not pass style-queue: ERROR: LayoutTests/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andreas Kling
Comment 3 2014-07-28 12:07:36 PDT
Simon Fraser (smfr)
Comment 4 2014-07-28 12:18:20 PDT
Comment on attachment 235604 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=235604&action=review > Source/WebCore/rendering/style/RenderStyle.h:2087 > { > + setEffectiveZoom(effectiveZoom() * f); > if (compareEqual(visual->m_zoom, f)) > return false; > visual.access()->m_zoom = f; > - setEffectiveZoom(effectiveZoom() * zoom()); > return true; Would be nice to rename "f" to something understandable.
WebKit Commit Bot
Comment 5 2014-07-28 13:45:08 PDT
Comment on attachment 235604 [details] Patch Clearing flags on attachment: 235604 Committed r171692: <http://trac.webkit.org/changeset/171692>
WebKit Commit Bot
Comment 6 2014-07-28 13:45:11 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.