[Webkit-unassigned] [Bug 78873] New: [Forms] Merge InputType::dispatchChangeEventInResponseToSetValue into call site

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 21:28:12 PST 2012


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

           Summary: [Forms] Merge
                    InputType::dispatchChangeEventInResponseToSetValue
                    into call site
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org
            Blocks: 75067


A virtual method InputType::dispatchChangeEventInResponseToSetValue is
* there is only one call site in HTMLInputElement::setValue
* there are two implementations in InputType and TextFiledInputType.

Merging this method into HTMLInputElement::setValue makes our code base simpler and helps to implement input/change event dispatch in Spin button (https://bugs.webkit.org/show_bug.cgi?id=75067)

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