Closed Bug 1453958 Opened 6 years ago Closed 6 years ago

Remove menulist-base binding

Categories

(Core :: XUL, task)

task
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla61
Tracking Status
firefox61 --- fixed

People

(Reporter: bgrins, Assigned: eoger)

References

Details

Attachments

(1 file)

This is only extended once and it's never directly bound to anything. So we could either move the <resources> tag into "menulist" https://dxr.mozilla.org/mozilla-central/rev/325ef357e5b73d63794e47c02c7f8e7cf58ccb48/toolkit/content/widgets/menulist.xml#13,20 or do the following:

- Move the menulist skin CSS sheet into components.css and delete the binding
- Move the single rule from the content menulist.css into xul.css (https://searchfox.org/mozilla-central/source/toolkit/content/menulist.css)
- Delete the binding without modifying menulist
Comment on attachment 8967929 [details]
Bug 1453958 - Remove menulist-base binding.

Thank you for the patch! Forwarding the review request
Attachment #8967929 - Flags: review?(bgrinstead) → review?(dao+bmo)
Comment on attachment 8967929 [details]
Bug 1453958 - Remove menulist-base binding.

https://reviewboard.mozilla.org/r/236618/#review242542

::: toolkit/content/xul.css:834
(Diff revision 1)
>  
> +html|*.menulist-editable-input {
> +  -moz-appearance: none !important;
> +  background: transparent ! important;
> +  -moz-box-flex: 1;
> +}

Please move this before the dropmarker rule.

Thanks!
Attachment #8967929 - Flags: review?(dao+bmo) → review+
Assignee: nobody → eoger
Status: NEW → ASSIGNED
Pushed by eoger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3ce30f63aa94
Remove menulist-base binding. r=dao
https://hg.mozilla.org/mozilla-central/rev/3ce30f63aa94
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Type: enhancement → task
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: