Closed
Bug 1428849
Opened 7 years ago
Closed 7 years ago
Remove datetimepicker binding and related ones
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: ntim, Assigned: ntim)
References
Details
(Whiteboard: [xbl-unused])
Attachments
(1 file)
I don't see it being used anywhere. So assume only thunderbird/seamonkey are using it.
https://dxr.mozilla.org/mozilla-central/search?q=datetimepicker&redirect=true
Most of the instances refer to the content date time picker, which is a XUL panel with an iframe to an HTML time picker (which does not use the XBL datetimepicker binding).
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ntim.bugs
Comment 1•7 years ago
|
||
The only hits I see for "datepicker" or "timepicker" elements are the associated tests (which could also be removed if the bindings go):
https://dxr.mozilla.org/mozilla-central/search?q=%22%3Cdatepicker%22
https://dxr.mozilla.org/mozilla-central/source/toolkit/content/tests/chrome/test_timepicker.xul?q=%22%3Ctimepicker%22&redirect_type=single#13
And the bindings in xul.css:
https://dxr.mozilla.org/mozilla-central/source/obj-x86_64-pc-linux-gnu/dist/bin/chrome/toolkit/content/global/xul.css#956-970
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•7 years ago
|
||
Notifying :Paenglab for potential comm-central changes.
Flags: needinfo?(richard.marti)
Assignee | ||
Updated•7 years ago
|
Whiteboard: [xbl-unused]
Comment hidden (mozreview-request) |
Comment 5•7 years ago
|
||
Lightning uses his own bindings but TB and SM use them in the Address book for the birthday setting. So we need to port them to c-c.
Thanks for the info.
Flags: needinfo?(richard.marti)
Comment hidden (mozreview-request) |
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8940806 [details]
Bug 1428849 - Remove datetimepicker.xml bindings.
https://reviewboard.mozilla.org/r/211070/#review217160
Thanks! Seems like a sane removal. I'm also pleased that this will help remove some of the confusion between this binding and the DOM datepicker code.
I can't find usage within mozilla-central outside of the tests you removed. I know that there is some usage still in comm-central, but I suspect those folks will be able to move this over to c-c without much trouble.
Assuming a green try push, r=me. Thanks!
::: commit-message-72100:1
(Diff revision 3)
> +Bug 1428849 - Remove datetimepicker binding and related ones. r=mconley
Nit: "related ones" is kinda vague in this context. Perhaps "Remove datetimepicker binding and descendant bindings". Even "Remove datetimepicker binding" is probably sufficient.
Attachment #8940806 -
Flags: review?(mconley) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 10•7 years ago
|
||
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3eba56d0b50f
Remove datetimepicker.xml bindings. r=mconley
Comment 11•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Assignee | ||
Updated•5 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•