WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
65304
[Chromium] Add form() function to access parent WebFormElement from WebFormControlElement.
https://bugs.webkit.org/show_bug.cgi?id=65304
Summary
[Chromium] Add form() function to access parent WebFormElement from WebFormCo...
Naoki Takano
Reported
2011-07-27 23:24:33 PDT
[Chromium] Add form() function to access parent WebFormElement from WebFormControlElement.
Attachments
Patch
(2.74 KB, patch)
2011-07-27 23:27 PDT
,
Naoki Takano
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Naoki Takano
Comment 1
2011-07-27 23:27:00 PDT
Created
attachment 102229
[details]
Patch
Naoki Takano
Comment 2
2011-07-27 23:32:49 PDT
Please review.
Ilya Sherman
Comment 3
2011-07-28 02:19:38 PDT
Comment on
attachment 102229
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=102229&action=review
Looks ok to me, but I am not a WebKit reviewer.
> Source/WebKit/chromium/src/WebFormControlElement.cpp:35 > +#include "HTMLFormElement.h"
nit: Why do you need to include this header here?
Darin Fisher (:fishd, Google)
Comment 4
2011-07-28 10:07:47 PDT
Comment on
attachment 102229
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=102229&action=review
>> Source/WebKit/chromium/src/WebFormControlElement.cpp:35 >> +#include "HTMLFormElement.h" > > nit: Why do you need to include this header here?
he needs that so that the WebFormElement(const PassRefPtr<HTMLFormElement>&) constructor can be called. that requires the definition of the HTMLFormElement class.
WebKit Review Bot
Comment 5
2011-07-28 22:32:36 PDT
Comment on
attachment 102229
[details]
Patch Clearing flags on attachment: 102229 Committed
r91975
: <
http://trac.webkit.org/changeset/91975
>
WebKit Review Bot
Comment 6
2011-07-28 22:32:41 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug