RESOLVED FIXED 111110
[New Multicolumn] Change flow thread containment to be a state
https://bugs.webkit.org/show_bug.cgi?id=111110
Summary [New Multicolumn] Change flow thread containment to be a state
Dave Hyatt
Reported 2013-02-28 13:56:35 PST
Instead of a single boolean for inside a flow thread or not, I'm changing it to be a state so that we can know if we're inside an in-flow or out-of-flow flow thread. This is important for distinguishing between the two, since in the in-flow case content can escape, so we're going to have to clear the bit and do some more work to keep it up-to-date.
Attachments
Patch (11.90 KB, patch)
2013-02-28 15:04 PST, Dave Hyatt
kling: review+
Dave Hyatt
Comment 1 2013-02-28 15:04:40 PST
Andreas Kling
Comment 2 2013-03-01 08:26:18 PST
Comment on attachment 190817 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=190817&action=review r=me > Source/WebCore/rendering/RenderObject.h:1129 > + unsigned m_flowThreadState : 2; // FlowThreadState There's a comment above about the number of remaining bits that should be updated.
Dave Hyatt
Comment 3 2013-03-01 09:00:41 PST
Landed in r144461.
Note You need to log in before you can comment on or make changes to this bug.