[Webkit-unassigned] [Bug 31716] New: Cache the validation result of a form control

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 04:04:50 PST 2009


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

           Summary: Cache the validation result of a form control
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
            Blocks: 28649


HTMLFormControlElement::isValidFormControlElement() is called on any style
changes.
However isValidFormControlElement() checks all of validity constraints every
time.
We can cache the validation result in HTMLFormControlElement.

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