Closed
Bug 1419935
Opened 7 years ago
Closed 7 years ago
Remove the "menulist-description" binding
Categories
(Core :: XUL, task, P5)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla60
People
(Reporter: bgrins, Assigned: 36198)
References
Details
(Whiteboard: [xbl-available])
Attachments
(1 file)
3.60 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
The menu-vertical binding (bound to menulist[type=description]) appears to be unused in m-c: https://searchfox.org/mozilla-central/search?q=type%3D%22description%22&path=xul The binding, along with any associated CSS can be removed: https://searchfox.org/mozilla-central/search?q=menulist-description&path=. Note that there is a single consumer in comm-central, so either that will have to become a plain menulist or the binding will need to be migrated there to continue working: https://searchfox.org/comm-central/search?q=type%3D%22description%22&path=xul. It appears that the difference (some extra flex and different styling) could be migrated as CSS-only and not require porting the binding.
Updated•7 years ago
|
Attachment #8944590 -
Flags: review?(bgrinstead)
Reporter | ||
Comment 2•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8b1c824f27198f053c25af782664db316cdf0079
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → 36198
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•7 years ago
|
||
Orange looks unrelated: https://treeherder.mozilla.org/#/jobs?repo=try&revision=bfc207ab55685a23d863b6779ee7a3c6f8f7ceef
Reporter | ||
Updated•7 years ago
|
Attachment #8944590 -
Flags: review?(bgrinstead) → review+
Reporter | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by mozilla@noorenberghe.ca: https://hg.mozilla.org/integration/mozilla-inbound/rev/efb319fac7c3 Removed the unused menulist-description binding r=bgrins
Keywords: checkin-needed
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/efb319fac7c3
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Comment 6•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Updated•6 years ago
|
Updated•5 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•