Bug 133767 - Subpixel rendering: RenderBox's content clipping should clip on device pixel boundary.
Summary: Subpixel rendering: RenderBox's content clipping should clip on device pixel ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2014-06-11 14:45 PDT by zalan
Modified: 2014-06-11 17:14 PDT (History)
5 users (show)

See Also:


Attachments
Test reduction (363 bytes, text/html)
2014-06-11 14:46 PDT, zalan
no flags Details
Patch (4.93 KB, patch)
2014-06-11 14:50 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (4.93 KB, patch)
2014-06-11 15:17 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2014-06-11 14:45:12 PDT
RenderBox::pushContentsClip

IntRect clipRect = pixelSnappedIntRect(isControlClip ? controlClipRect(accumulatedOffset) : overflowClipRect(accumulatedOffset, currentRenderNamedFlowFragment(), IgnoreOverlayScrollbarSize, paintInfo.phase));
Comment 1 zalan 2014-06-11 14:45:37 PDT
<rdar://problem/17272365>
Comment 2 zalan 2014-06-11 14:46:05 PDT
Created attachment 232906 [details]
Test reduction
Comment 3 zalan 2014-06-11 14:50:48 PDT
Created attachment 232907 [details]
Patch
Comment 4 zalan 2014-06-11 15:17:07 PDT
Created attachment 232912 [details]
Patch
Comment 5 zalan 2014-06-11 15:17:30 PDT
Comment on attachment 232912 [details]
Patch

EWSing.
Comment 6 WebKit Commit Bot 2014-06-11 17:14:53 PDT
Comment on attachment 232912 [details]
Patch

Clearing flags on attachment: 232912

Committed r169862: <http://trac.webkit.org/changeset/169862>
Comment 7 WebKit Commit Bot 2014-06-11 17:14:58 PDT
All reviewed patches have been landed.  Closing bug.