| Summary: | White edge on animating panel on http://rokkosunnyvale.com | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||||||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||||||||
| Status: | RESOLVED FIXED | ||||||||||||||
| Severity: | Normal | CC: | buildbot, commit-queue, esprehn+autocc, glenn, kondapallykalyan, mmaxfield, rniwa, simon.fraser | ||||||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||||||
| Version: | 528+ (Nightly build) | ||||||||||||||
| Hardware: | Unspecified | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
zalan
2015-05-13 21:10:08 PDT
Created attachment 253094 [details]
Patch
Comment on attachment 253094 [details] Patch Attachment 253094 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/4832866173190144 New failing tests: fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position.html Created attachment 253096 [details]
Archive of layout-test-results from ews103 for mac-mavericks
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews103 Port: mac-mavericks Platform: Mac OS X 10.9.5
Created attachment 253097 [details]
Patch
Comment on attachment 253097 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=253097&action=review > Source/WebCore/rendering/RenderBox.cpp:1349 > +bool RenderBox::getBackgroundPaintedExtent(const LayoutPoint& absolutePaintPosition, LayoutRect& paintedExtent) const I think "absolute" is misleading here; it's not absolute when painting in graphics layers. Maybe just paintOffset? > Source/WebCore/rendering/RenderBox.cpp:1469 > +bool RenderBox::computeBackgroundIsKnownToBeObscured(const LayoutPoint& absolutePaintPosition) Ditto. > Source/WebCore/rendering/RenderBox.cpp:1562 > +LayoutRect RenderBox::maskClipRect(const LayoutPoint& absolutePaintPosition) Ditto. > Source/WebCore/rendering/RenderBox.h:517 > + LayoutRect maskClipRect(const LayoutPoint& absolutePaintPosition); paintOffset > Source/WebCore/rendering/RenderBoxModelObject.cpp:1073 > + const LayoutRect& relativePaintRect, RenderElement* backgroundObject) const relativePaintRect is relative to the renderer? Or does it include the current paint offset? Comment on attachment 253097 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=253097&action=review > Source/WebCore/rendering/RenderBox.cpp:1704 > + BackgroundImageGeometry geometry = layerRenderer->calculateBackgroundImageGeometry(nullptr, *curLayer, LayoutPoint(), rendererRect); I think this needs a FIXME comment. >> Source/WebCore/rendering/RenderBoxModelObject.cpp:1073 >> + const LayoutRect& relativePaintRect, RenderElement* backgroundObject) const > > relativePaintRect is relative to the renderer? Or does it include the current paint offset? Maybe borderBoxRect? Created attachment 253200 [details]
Patch
(In reply to comment #6) > Comment on attachment 253097 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=253097&action=review > > > Source/WebCore/rendering/RenderBox.cpp:1349 > > +bool RenderBox::getBackgroundPaintedExtent(const LayoutPoint& absolutePaintPosition, LayoutRect& paintedExtent) const > > I think "absolute" is misleading here; it's not absolute when painting in > graphics layers. Maybe just paintOffset? > > > Source/WebCore/rendering/RenderBox.cpp:1469 > > +bool RenderBox::computeBackgroundIsKnownToBeObscured(const LayoutPoint& absolutePaintPosition) > > Ditto. > > > Source/WebCore/rendering/RenderBox.cpp:1562 > > +LayoutRect RenderBox::maskClipRect(const LayoutPoint& absolutePaintPosition) > > Ditto. > > > Source/WebCore/rendering/RenderBox.h:517 > > + LayoutRect maskClipRect(const LayoutPoint& absolutePaintPosition); > > paintOffset > Done. > > Source/WebCore/rendering/RenderBoxModelObject.cpp:1073 > > + const LayoutRect& relativePaintRect, RenderElement* backgroundObject) const > > relativePaintRect is relative to the renderer? Or does it include the > current paint offset? No, it does not include the paint offset. > Source/WebCore/rendering/RenderBox.cpp:1704 > + BackgroundImageGeometry geometry = layerRenderer->calculateBackgroundImageGeometry(nullptr, *curLayer, LayoutPoint(), rendererRect); >I think this needs a FIXME comment. Done. >> Source/WebCore/rendering/RenderBoxModelObject.cpp:1073 >> + const LayoutRect& relativePaintRect, RenderElement* backgroundObject) const > > relativePaintRect is relative to the renderer? Or does it include the current paint offset? >Maybe borderBoxRect? Done. Comment on attachment 253200 [details] Patch Rejecting attachment 253200 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-02', 'validate-changelog', '--check-oops', '--non-interactive', 253200, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit ChangeLog entry in LayoutTests/ChangeLog contains OOPS!. Full output: http://webkit-queues.appspot.com/results/5898968324112384 Created attachment 253204 [details]
Patch
Comment on attachment 253204 [details] Patch Clearing flags on attachment: 253204 Committed r184395: <http://trac.webkit.org/changeset/184395> All reviewed patches have been landed. Closing bug. |