[Webkit-unassigned] [Bug 117768] New: Refactoring: Use specific element types in RenderTextControl*

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 18 18:53:00 PDT 2013


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

           Summary: Refactoring: Use specific element types in
                    RenderTextControl*
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, tkent at chromium.org, akling at apple.com


Consder merging https://chromium.googlesource.com/chromium/blink/+/c435d057894aeca6a9343ebd53ff17425f506ce5
Refactoring: Use specific element types in RenderTextControl*.

- RenderTextControl constructor should take HTMLTextFormControlElement
  as an argument.
- RenderTextControlSingleLine constructor should take HTMLInputElement
  as an argument.
- RenderSearchField constructor should take HTMLInputElement as an
   argument.
- RenderTextControlMultiLine constructor should take HTMLTextAreaElement
  as an argument.

Also, simplify updateUserModifyProperty by changing an argument from
Node* to HTMLTextFormControlElement*.

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