[Webkit-unassigned] [Bug 63672] New: Replace by isNodeInTextFormControl(Node*) by enclosingTextFormControl(const Position&)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 17:12:25 PDT 2011


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

           Summary: Replace by isNodeInTextFormControl(Node*) by
                    enclosingTextFormControl(const Position&)
           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: eric at webkit.org, darin at apple.com, tkent at chromium.org,
                    enrica at apple.com, leviw at chromium.org
            Blocks: 52099


Right now, isNodeInTextFormControl takes Node* but this results in various editing code calling this function with deprecatedNode.  Also, there are many places where we'd like to obtain the enclosing text form control.

We can cleanup these code by introducing enclosingTextFormControl(const Position&) that replaces isNodeInTextFormControl(Node*).

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