[Webkit-unassigned] [Bug 113273] New: Refactoring: Replace Element::disabled and isEnabledFormControl with isDisabledFormControl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 21:41:24 PDT 2013


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

           Summary: Refactoring: Replace Element::disabled and
                    isEnabledFormControl with isDisabledFormControl
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: falken at chromium.org
                CC: darin at apple.com, tkent at chromium.org,
                    morrita at google.com
            Blocks: 84635


Continuing from bug 112993 and bug 112085. Element::disabled is for form controls, and Element::isEnabledFormControl is redundant with Element::disabled, so replace them with a single function Element::isDisabledFormControl.

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