RESOLVED FIXED 152742
Adjust tile coverage with margin tiles, and tidy up the indicator
https://bugs.webkit.org/show_bug.cgi?id=152742
Summary Adjust tile coverage with margin tiles, and tidy up the indicator
Simon Fraser (smfr)
Reported 2016-01-05 11:26:45 PST
Adjust tile coverage with margin tiles, and tidy up the indicator
Attachments
Patch (16.50 KB, patch)
2016-01-05 11:30 PST, Simon Fraser (smfr)
no flags
Archive of layout-test-results from ews107 for mac-yosemite-wk2 (1.01 MB, application/zip)
2016-01-05 12:21 PST, Build Bot
no flags
Patch (23.06 KB, patch)
2016-01-05 14:00 PST, Simon Fraser (smfr)
bdakin: review+
Simon Fraser (smfr)
Comment 1 2016-01-05 11:30:29 PST
Beth Dakin
Comment 2 2016-01-05 11:49:25 PST
Comment on attachment 268297 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=268297&action=review > Source/WebCore/platform/graphics/ca/TileController.cpp:-395 > - coverageHorizontalSize += leftMarginWidth() + rightMarginWidth(); In cases where widthScale and heightScale are still 1, will removing this code prevent coverage for margin tiles?
Simon Fraser (smfr)
Comment 3 2016-01-05 11:53:18 PST
(In reply to comment #2) > Comment on attachment 268297 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=268297&action=review > > > Source/WebCore/platform/graphics/ca/TileController.cpp:-395 > > - coverageHorizontalSize += leftMarginWidth() + rightMarginWidth(); > > In cases where widthScale and heightScale are still 1, will removing this > code prevent coverage for margin tiles? Yes, but if you're not extending coverage for scrolling, I don't think you need to extend it to include margin tiles. Or is there some rubber banding case that would have issues?
Simon Fraser (smfr)
Comment 4 2016-01-05 11:59:38 PST
Comment on attachment 268297 [details] Patch This does actually cause a bug; rubber-banding on a page without extra tile coverage has missing margin tiles.
Build Bot
Comment 5 2016-01-05 12:21:01 PST
Comment on attachment 268297 [details] Patch Attachment 268297 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/654143 New failing tests: tiled-drawing/simple-document-with-margin-tiles.html
Build Bot
Comment 6 2016-01-05 12:21:06 PST
Created attachment 268304 [details] Archive of layout-test-results from ews107 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews107 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Simon Fraser (smfr)
Comment 7 2016-01-05 14:00:52 PST
Simon Fraser (smfr)
Comment 8 2016-01-05 14:10:07 PST
Note You need to log in before you can comment on or make changes to this bug.