[webkit-reviews] review granted: [Bug 48890] Undo r54932 which inappropriately adjusts font sizes on zoomed pages : [Attachment 72776] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 3 07:39:20 PDT 2010


Ojan Vafai <ojan at chromium.org> has granted Tony Chang <tony at chromium.org>'s
request for review:
Bug 48890: Undo r54932 which inappropriately adjusts font sizes on zoomed pages
https://bugs.webkit.org/show_bug.cgi?id=48890

Attachment 72776: Patch
https://bugs.webkit.org/attachment.cgi?id=72776&action=review

------- Additional Comments from Ojan Vafai <ojan at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=72776&action=review

Removing paste hacks is awesome! The copy-paste code is far too complicated.

> LayoutTests/editing/pasteboard/page-zoom2.html:15
> +	   eventSender.zoomPageIn();

I think you can just set CSS zoom on the body element and get the same effect.
That way, you don't need to zoom out at the end and this test is closer to
being able to run in other browsers. It also simplifies running the test
manualy.


More information about the webkit-reviews mailing list