WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
67141
Cleanup: notifyFormStateChanged, formControlValueMatchesRenderer, and setFormControlValueMatchesRenderer
https://bugs.webkit.org/show_bug.cgi?id=67141
Summary
Cleanup: notifyFormStateChanged, formControlValueMatchesRenderer, and setForm...
Ryosuke Niwa
Reported
2011-08-29 11:34:04 PDT
notifyFormStateChanged is duplicated in HTMLInputElement and HTMLTextAreaElement (one is a static local function, and the other one is a member of HTMLInputElement). Also formControlValueMatchesRenderer and setFormControlValueMatchesRenderer are somehow member functions of Node, which is probably a left-over from WML.
Attachments
cleanup
(9.84 KB, patch)
2011-08-29 11:40 PDT
,
Ryosuke Niwa
eric
: review+
eric
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2011-08-29 11:40:44 PDT
Created
attachment 105506
[details]
cleanup
Ryosuke Niwa
Comment 2
2011-08-29 11:41:16 PDT
I just had to refactor code. The existing code was too disgusting.
Eric Seidel (no email)
Comment 3
2011-08-29 11:51:58 PDT
Comment on
attachment 105506
[details]
cleanup LGTM.
Eric Seidel (no email)
Comment 4
2011-08-29 12:04:04 PDT
Comment on
attachment 105506
[details]
cleanup
Attachment 105506
[details]
did not pass cr-mac-ews (chromium): Output:
http://queues.webkit.org/results/9569063
Ryosuke Niwa
Comment 5
2011-08-29 13:18:51 PDT
Committed
r94009
: <
http://trac.webkit.org/changeset/94009
>
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