RESOLVED FIXED 95280
[Forms] Rename DateTimeFieldElement::FieldEventHandler to FieldOwner
https://bugs.webkit.org/show_bug.cgi?id=95280
Summary [Forms] Rename DateTimeFieldElement::FieldEventHandler to FieldOwner
yosin
Reported 2012-08-28 21:07:33 PDT
For changing Shift+Tab behavior of multiple field time input UI, DateTimeFieldElement needs to ask field owner for moving focus around field, e.g. focusOnNextFIeld(), and focusOnPreviousField(). These new functions aren't fit for in FieldEventHandler. To make class name matched to its functionality, we would like to rename FieldEventHandler to FieldOwner. See https://bugs.webkit.org/attachment.cgi?id=161128&action=prettypatch for usage of DateTimeFieldElement::FieldOwner class.
Attachments
Patch 1 (20.34 KB, patch)
2012-08-28 21:20 PDT, yosin
no flags
yosin
Comment 1 2012-08-28 21:20:34 PDT
yosin
Comment 2 2012-08-28 21:21:14 PDT
Comment on attachment 161130 [details] Patch 1 Could you review this patch? Thanks in advance.
Kent Tamura
Comment 3 2012-08-29 17:57:50 PDT
(In reply to comment #2) > (From update of attachment 161130 [details]) > Could you review this patch? Then, please set r? flag.
yosin
Comment 4 2012-08-29 18:39:26 PDT
Comment on attachment 161130 [details] Patch 1 Could you review this patch? Thanks in advance. P.S. I forgot to set "r?".... orz
Kent Tamura
Comment 5 2012-08-29 19:08:23 PDT
Comment on attachment 161130 [details] Patch 1 ok
yosin
Comment 6 2012-08-29 19:24:14 PDT
Comment on attachment 161130 [details] Patch 1 Clearing flags on attachment: 161130 Committed r127085: <http://trac.webkit.org/changeset/127085>
yosin
Comment 7 2012-08-29 19:24:17 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.