Bug 180385 - Cleanup code that computes iframe content offsets in FrameView
Summary: Cleanup code that computes iframe content offsets in FrameView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
: 180384 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-12-04 16:42 PST by Simon Fraser (smfr)
Modified: 2017-12-05 08:20 PST (History)
3 users (show)

See Also:


Attachments
Patch (6.90 KB, patch)
2017-12-04 16:45 PST, Simon Fraser (smfr)
zalan: review+
zalan: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2017-12-04 16:42:36 PST
Cleanup code that computes iframe content offsets in FrameView
Comment 1 Simon Fraser (smfr) 2017-12-04 16:45:22 PST
Created attachment 328410 [details]
Patch
Comment 2 zalan 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()));
Comment 3 Simon Fraser (smfr) 2017-12-04 17:38:07 PST
https://trac.webkit.org/r225512
Comment 4 Radar WebKit Bug Importer 2017-12-04 19:09:24 PST
<rdar://problem/35846038>
Comment 5 Simon Fraser (smfr) 2017-12-05 08:20:31 PST
*** Bug 180384 has been marked as a duplicate of this bug. ***