[Webkit-unassigned] [Bug 119929] New: Replace error-prone value with check from CSSProperty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 16 20:14:46 PDT 2013


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

           Summary: Replace error-prone value with check from CSSProperty
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, koivisto at iki.fi, enrica at apple.com,
                    akling at apple.com, bruno.d at partner.samsung.com


Merge https://chromium.googlesource.com/chromium/blink/+/1b43d6960e69852b97927ed2a39c5eecc207db48

In EditingStyle, there is a static integer that specifies the number of
non-inherited editing properties, that needed to appear in the beginning
of editingProperties vector. A better approach is to have a runtime
check using CSSProperty::isInheritedProperty().

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