Closed
Bug 1451408
Opened 7 years ago
Closed 7 years ago
Remove unused "button-repeat" binding
Categories
(Core :: XUL, task, P1)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: bgrins, Assigned: Paolo)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
The only hit for type="repeat" I see is the binding attachment: https://searchfox.org/mozilla-central/search?q=type%3D%22repeat%22&case=false®exp=false&path=. We should confirm it's unused and then remove the binding: https://searchfox.org/mozilla-central/source/toolkit/content/widgets/button.xml#375
Since button-repeat uses display="xul:autorepeatbutton" this will be a good one to unblock work in bug 1450652.
Updated•7 years ago
|
Keywords: good-first-bug
Assignee | ||
Comment 1•7 years ago
|
||
Taking since it blocks bug 1450652. The "autorepeatbutton" case is still in use for scrollbox, so the amount of code we can remove is limited.
Assignee: nobody → paolo.mozmail
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 2•7 years ago
|
||
Comment hidden (mozreview-request) |
Reporter | ||
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8967396 [details]
Bug 1451408 - Remove unused "button-repeat" binding.
https://reviewboard.mozilla.org/r/236084/#review241830
LGTM with a green try
Attachment #8967396 -
Flags: review?(bgrinstead) → review+
Pushed by paolo.mozmail@amadzone.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4d8757b2fc9e
Remove unused "button-repeat" binding. r=bgrins
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 7•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Updated•5 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•