[Webkit-unassigned] [Bug 166999] New: Consider consolidating CellStates to NeedsBarrier and DontNeedBarrier.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 16:10:27 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=166999

            Bug ID: 166999
           Summary: Consider consolidating CellStates to NeedsBarrier and
                    DontNeedBarrier.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

The PossiblyBlack, DefinitelyWhite, and PossiblyGrey states have meanings that very subtle and are non-intuitive.  Unless we find a need to distinguish between Grey and White states, it's more intuitive to rename these as follows:
    Rename PossiblyBlack to NeedsBarrier
    Rename DefinitelyWhite to DontNeedBarrier
    Remove PossiblyGrey.  It actually maps to DontNeedBarrier.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170113/98950404/attachment.html>


More information about the webkit-unassigned mailing list