RESOLVED FIXED 180385
Cleanup code that computes iframe content offsets in FrameView
https://bugs.webkit.org/show_bug.cgi?id=180385
Summary Cleanup code that computes iframe content offsets in FrameView
Simon Fraser (smfr)
Reported 2017-12-04 16:42:36 PST
Cleanup code that computes iframe content offsets in FrameView
Attachments
Patch (6.90 KB, patch)
2017-12-04 16:45 PST, Simon Fraser (smfr)
zalan: review+
zalan: commit-queue-
Simon Fraser (smfr)
Comment 1 2017-12-04 16:45:22 PST
zalan
Comment 2 2017-12-04 16:51:13 PST
Comment on attachment 328410 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328410&action=review > Source/WebCore/rendering/RenderBox.cpp:667 > return LayoutRect(x, y, contentWidth(), contentHeight()); return LayoutRect(contentBoxLocation(), LayoutSize(contentWidth(), contentHeight()));
Simon Fraser (smfr)
Comment 3 2017-12-04 17:38:07 PST
Radar WebKit Bug Importer
Comment 4 2017-12-04 19:09:24 PST
Simon Fraser (smfr)
Comment 5 2017-12-05 08:20:31 PST
*** Bug 180384 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.