RESOLVED FIXED 186043
Straighten out HTMLInputElement attribute handling
https://bugs.webkit.org/show_bug.cgi?id=186043
Summary Straighten out HTMLInputElement attribute handling
Darin Adler
Reported 2018-05-28 22:20:35 PDT
Straighten out HTMLInputElement attribute handling
Attachments
Patch (50.77 KB, patch)
2018-05-28 22:35 PDT, Darin Adler
dbates: review+
Darin Adler
Comment 1 2018-05-28 22:35:52 PDT
Darin Adler
Comment 2 2018-05-28 23:00:39 PDT
Added recent modifiers of HTMLInputElement to the cc list.
Daniel Bates
Comment 3 2018-05-29 11:29:20 PDT
Comment on attachment 341471 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=341471&action=review > Source/WebCore/ChangeLog:45 > + fixed a bug: With some work could create a test case to demonstrate that. The last sentence does not read well.
Darin Adler
Comment 4 2018-05-30 21:23:07 PDT
Radar WebKit Bug Importer
Comment 5 2018-05-30 21:41:20 PDT
Ryan Haddad
Comment 7 2018-05-31 09:17:45 PDT
(In reply to David Fenton from comment #6) > Looks like this patch broke iOS build: > > https://build.webkit.org/builders/ > Apple%20iOS%2011%20Simulator%20Release%20%28Build%29/builds/6238/steps/ > compile-webkit/logs/stdio From the log: ./html/BaseChooserOnlyDateAndTimeInputType.h:44:10: error: 'updateInnerTextValue' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
Chris Dumez
Comment 8 2018-05-31 09:20:12 PDT
(In reply to Ryan Haddad from comment #7) > (In reply to David Fenton from comment #6) > > Looks like this patch broke iOS build: > > > > https://build.webkit.org/builders/ > > Apple%20iOS%2011%20Simulator%20Release%20%28Build%29/builds/6238/steps/ > > compile-webkit/logs/stdio > From the log: > > ./html/BaseChooserOnlyDateAndTimeInputType.h:44:10: error: > 'updateInnerTextValue' overrides a member function but is not marked > 'override' [-Werror,-Winconsistent-missing-override] I will fix it shortly.
Chris Dumez
Comment 9 2018-05-31 09:25:18 PDT
(In reply to Chris Dumez from comment #8) > (In reply to Ryan Haddad from comment #7) > > (In reply to David Fenton from comment #6) > > > Looks like this patch broke iOS build: > > > > > > https://build.webkit.org/builders/ > > > Apple%20iOS%2011%20Simulator%20Release%20%28Build%29/builds/6238/steps/ > > > compile-webkit/logs/stdio > > From the log: > > > > ./html/BaseChooserOnlyDateAndTimeInputType.h:44:10: error: > > 'updateInnerTextValue' overrides a member function but is not marked > > 'override' [-Werror,-Winconsistent-missing-override] > > I will fix it shortly. iOS build fixes: <https://trac.webkit.org/changeset/232349>
Darin Adler
Comment 10 2018-05-31 22:41:32 PDT
Thanks for fixing it, Chris.
Note You need to log in before you can comment on or make changes to this bug.