RESOLVED FIXED 102839
[CSS Regions] InRenderFlowThread returns false in the first setStyle
https://bugs.webkit.org/show_bug.cgi?id=102839
Summary [CSS Regions] InRenderFlowThread returns false in the first setStyle
Alexandru Chiculita
Reported 2012-11-20 14:40:00 PST
NodeRendererFactory::createRenderer calls setAnimatableStyle on the new renderer before it is attached to its parent. Because of that some RenderObjects will be tricked into thinking that the element is not part of the RenderFlowThread and for example create a composited layer when it is not supported.
Attachments
Patch V1 (5.20 KB, patch)
2012-11-20 15:38 PST, Alexandru Chiculita
hyatt: review+
webkit.review.bot: commit-queue-
Alexandru Chiculita
Comment 1 2012-11-20 15:38:00 PST
Created attachment 175292 [details] Patch V1
Dave Hyatt
Comment 2 2012-11-27 14:15:33 PST
Comment on attachment 175292 [details] Patch V1 r=me
WebKit Review Bot
Comment 3 2012-11-27 14:22:47 PST
Comment on attachment 175292 [details] Patch V1 Rejecting attachment 175292 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: ml patching file LayoutTests/fast/repaint/region-painting-composited-element.html patching file Source/WebCore/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file Source/WebCore/dom/NodeRenderingContext.cpp Hunk #1 FAILED at 209. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebCore/dom/NodeRenderingContext.cpp.rej Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'David Hyatt']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output: http://queues.webkit.org/results/15028127
Alexandru Chiculita
Comment 4 2012-11-28 11:56:34 PST
Note You need to log in before you can comment on or make changes to this bug.