[webkit-reviews] review granted: [Bug 72948] resize:both does not respect min-width and max-width : [Attachment 226483] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 11:06:03 PDT 2014


Simon Fraser (smfr) <simon.fraser at apple.com> has granted gur.trio at gmail.com's
request for review:
Bug 72948: resize:both does not respect min-width and max-width
https://bugs.webkit.org/show_bug.cgi?id=72948

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=226483&action=review


> Source/WebCore/rendering/RenderLayer.cpp:-2589
> -    LayoutSize difference = (currentSize + newOffset -
adjustedOldOffset).expandedTo(minimumSize) - currentSize;
> -

adjustedOldOffset is unused after this change, so you should remove it too.


More information about the webkit-reviews mailing list