Bug 53204

Summary: [Chromium] WebFrame::forms() should not return empty WebFormElements
Product: WebKit Reporter: Kent Tamura <tkent>
Component: WebKit APIAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Major CC: dglazkov, fishd, jhawkins
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
URL: http://code.google.com/p/chromium/issues/detail?id=70222
Attachments:
Description Flags
Patch none

Description Kent Tamura 2011-01-26 17:02:18 PST
We assume that the resultant Vector of WebFrame::forms() contains non-empty WebFromElements.  However it contains empty WebFormElements if document()->forms() contains non HTMLElements.
Comment 1 Kent Tamura 2011-01-26 17:11:07 PST
Created attachment 80269 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2011-01-26 17:29:30 PST
Comment on attachment 80269 [details]
Patch

ok.
Comment 3 Kent Tamura 2011-01-26 17:46:05 PST
Comment on attachment 80269 [details]
Patch

Clearing flags on attachment: 80269

Committed r76744: <http://trac.webkit.org/changeset/76744>
Comment 4 Kent Tamura 2011-01-26 17:46:11 PST
All reviewed patches have been landed.  Closing bug.