RESOLVED FIXED107177
Make it possible for the root background to be painted into its own GraphicsLayer
https://bugs.webkit.org/show_bug.cgi?id=107177
Summary Make it possible for the root background to be painted into its own GraphicsL...
Simon Fraser (smfr)
Reported 2013-01-17 14:08:22 PST
We plan to paint the root background into its own GraphicsLayer, which we can leave unscrolled as the page scrolls, to avoid painting.
Attachments
Patch (1.23 MB, patch)
2013-01-17 14:29 PST, Simon Fraser (smfr)
no flags
Fix build errors (1.23 MB, patch)
2013-01-17 15:17 PST, Simon Fraser (smfr)
simon.fraser: review+
Simon Fraser (smfr)
Comment 1 2013-01-17 14:29:25 PST
WebKit Review Bot
Comment 2 2013-01-17 14:32:47 PST
Attachment 183278 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/plat..." exit_code: 1 LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png:0: Have to enable auto props in the subversion config file (/home/alancutter/.subversion/config "enable-auto-props = yes"). Have to set the svn:mime-type in the subversion config file (/home/alancutter/.subversion/config "*.png = svn:mime-type=image/png"). [image/png] [5] Total errors found: 1 in 32 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 3 2013-01-17 14:37:46 PST
Dave Hyatt
Comment 4 2013-01-17 14:43:25 PST
Comment on attachment 183278 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=183278&action=review r=me, fix the style issues. > Source/WebCore/rendering/RenderObject.h:547 > + bool hasEntirelyFixedBackground() const; I'd just inline this like the method above it.
Simon Fraser (smfr)
Comment 5 2013-01-17 15:17:16 PST
Created attachment 183295 [details] Fix build errors
Simon Fraser (smfr)
Comment 6 2013-01-17 15:17:50 PST
Comment on attachment 183295 [details] Fix build errors Moving hyatt's r+ forward
WebKit Review Bot
Comment 7 2013-01-17 15:21:12 PST
Attachment 183295 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/plat..." exit_code: 1 LayoutTests/platform/mac/tiled-drawing/fixed-background/fixed-body-background-zoomed-expected.png:0: Have to enable auto props in the subversion config file (/home/alancutter/.subversion/config "enable-auto-props = yes"). Have to set the svn:mime-type in the subversion config file (/home/alancutter/.subversion/config "*.png = svn:mime-type=image/png"). [image/png] [5] Total errors found: 1 in 32 files If any of these errors are false positives, please file a bug against check-webkit-style.
Simon Fraser (smfr)
Comment 8 2013-01-17 16:12:56 PST
Hin-Chung Lam
Comment 9 2013-01-17 16:50:06 PST
Hin-Chung Lam
Comment 10 2013-01-17 16:50:44 PST
Please look for svg/wicd/test-scalable-background-image2.xhtml in the log.
Note You need to log in before you can comment on or make changes to this bug.