Bug 53204 - [Chromium] WebFrame::forms() should not return empty WebFormElements
Summary: [Chromium] WebFrame::forms() should not return empty WebFormElements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P1 Major
Assignee: Kent Tamura
URL: http://code.google.com/p/chromium/iss...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-26 17:02 PST by Kent Tamura
Modified: 2011-01-26 17:46 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2011-01-26 17:11 PST, Kent Tamura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.