[Webkit-unassigned] [Bug 61990] New: Rename HTMLInputElement::m_value to m_valueIfDirty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 2 20:43:34 PDT 2011


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

           Summary: Rename HTMLInputElement::m_value to m_valueIfDirty
           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: keishi at webkit.org
                CC: ap at webkit.org, tkent at chromium.org


Discussed in Bug 61857.

HTMLInputElement::m_value only contain the value of the element when the dirty value flag is true. Otherwise the value is taken from the "value" attribute. 

It should be renamed because it is confusing.

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