Bug 96503

Summary: [CSSRegions]Shrink RenderFlowThread size by using bit flags
Product: WebKit Reporter: Mihnea Ovidenie <mihnea>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Mihnea Ovidenie 2012-09-12 05:46:08 PDT
RenderFlowThread class currently uses 8 bools to keep various flags. Using a bit for each of them should be enough.
Comment 1 Mihnea Ovidenie 2012-09-12 05:52:46 PDT
Created attachment 163609 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-12 10:25:06 PDT
Comment on attachment 163609 [details]
Patch

Clearing flags on attachment: 163609

Committed r128335: <http://trac.webkit.org/changeset/128335>
Comment 3 WebKit Review Bot 2012-09-12 10:25:08 PDT
All reviewed patches have been landed.  Closing bug.