[Webkit-unassigned] [Bug 82127] New: Don't use CSSRuleList for child rule ownership

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 24 07:22:58 PDT 2012


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

           Summary: Don't use CSSRuleList for child rule ownership
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


CSSMediaRule, WebKitCSSKeyframesRule and WebKitRegionRule use CSSRuleList for storing children. They should use a simple rule vector instead. CSSRuleList is a CSSOM type that should be instantiated on demand for API purposes only.

-- 
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