[Webkit-unassigned] [Bug 86675] New: Move showStyle from CSSStyleDeclaration to StylePropertySet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 14:31:56 PDT 2012


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

           Summary: Move showStyle from CSSStyleDeclaration to
                    StylePropertySet
           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: rniwa at webkit.org
                CC: koivisto at iki.fi, tony at chromium.org, ojan at chromium.org,
                    enrica at apple.com, kling at webkit.org,
                    alexis.menard at openbossa.org


The whole of showStyle was so that we can use it while debugging editing code, which mutates CSS properties quite often. It would be useful if showStyle was in StylePropertySet instead of CSSStyleDeclaration now that the most of internal code uses StylePropertySet.

Also, this function is the only reason we have CSSStyleDeclaration.cpp. We can remove that file once we moved the function.

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