Closed
Bug 1422369
Opened 5 years ago
Closed 5 years ago
Remove unused 'timed-textbox' binding from m-c
Categories
(Toolkit :: XUL Widgets, task, P5)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
DUPLICATE
of bug 449045
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
firefox58 | --- | wontfix |
firefox59 | --- | fix-optional |
People
(Reporter: bgrins, Unassigned)
References
Details
(Whiteboard: [xbl-available])
This is bound to textbox[type=timed] which appears to be unused in m-c except for a single reftest: - https://dxr.mozilla.org/mozilla-central/search?q=timed-textbox - https://dxr.mozilla.org/mozilla-central/search?q=%22type%22+%27%22timed%22&redirect=false For comm-central, there are a few hits in one file. Although it's not clear to me that the code path ever gets hit, each usage is wrapped in: // If the new "search" binding is not working (i.e. doesn't exist)... if (!("searchButton" in xul.channel)) { ... } - https://dxr.mozilla.org/comm-central/search?q=%22type%22+%27%22timed%22&redirect=false - https://dxr.mozilla.org/comm-central/rev/6f973728693e4e4bedc2e338c86175a3a3d03b65/mozilla/extensions/irc/xul/content/channels.js#113-123
Updated•5 years ago
|
status-firefox57:
--- → wontfix
status-firefox58:
--- → wontfix
status-firefox59:
--- → fix-optional
Priority: -- → P5
Reporter | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•4 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•