[Webkit-unassigned] [Bug 117481] New: Make sure to use CSSValueID and CSSPropertyID rather than integers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 21:13:44 PDT 2013


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

           Summary: Make sure to use CSSValueID and CSSPropertyID rather
                    than integers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: hyatt at apple.com, andersca at apple.com, koivisto at iki.fi,
                    krit at webkit.org, dino at apple.com, akling at apple.com,
                    alexis at webkit.org


Consider merging https://chromium.googlesource.com/chromium/blink/+/cdf054eda8bdc38052421f32c62738dc7aa5e097

This will ensure that types are enforced when passing arguments in various
css functions. Having a compile time check make sure that no mistakes
will be done over the type.

The parser was also patched to directly use CSSValueID over integers.
This patch also fixes various call sites abusing the usage of integers.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list