remove 'dummy' binding's uses in c-c
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: aceman, Assigned: Paenglab)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
The 'dummy' binding removed in bug 1514208 is still referenced:
WARNING: Unable to locate an XBL binding for URI chrome://messenger/content/mailWidgets.xml#dummy in document chrome://messenger/content/FilterEditor.xul: file mozilla/dom/xbl/nsXBLService.cpp, line 766
At https://searchfox.org/comm-central/source/mail/base/content/messenger.css#77
dummy.usesMailWidgets {
-moz-binding: url("chrome://messenger/content/mailWidgets.xml#dummy");
}
This dummy element is in many of our files:
mail/base/content/ABSearchDialog.xul
60 <dummy class="usesMailWidgets"/>
mail/base/content/SearchDialog.xul
80 <dummy class="usesMailWidgets"/>
mail/base/content/messenger.css
76 dummy.usesMailWidgets {
mail/extensions/mailviews/content/mailViewSetup.xul
38 <dummy class="usesMailWidgets"/>
mailnews/base/search/content/FilterEditor.xul
32 <dummy class="usesMailWidgets"/>
It has no effect now as the binding is gone, so we try to remove all these.
Assignee | ||
Comment 1•6 years ago
|
||
Like this?
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Jörg, can you change the reviewer to r=mkmelin when you land it?
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/534dd6adf201
Bug 1514208 follow-up: Remove dummy elements in C-C. r=mkmelin
Updated•6 years ago
|
Description
•