WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2017-12-04 16:45:22 PST
Created
attachment 328410
[details]
Patch
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
https://trac.webkit.org/r225512
Radar WebKit Bug Importer
Comment 4
2017-12-04 19:09:24 PST
<
rdar://problem/35846038
>
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.
Top of Page
Format For Printing
XML
Clone This Bug