[de-xbl] Remove search-menulist-abstract, searchoperator and search attribute bindings and related code.
Categories
(Thunderbird :: Mail Window Front End, task)
Tracking
(Not tracked)
People
(Reporter: arshad, Assigned: arshad)
References
(Regression)
Details
Attachments
(1 file, 14 obsolete files)
29.29 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Actually, I'll do the bug to move these.
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
I didn't find any entity or value specific to searchattribute/searchoperator.
Assignee | ||
Updated•6 years ago
|
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #11)
Comment on attachment 9047860 [details] [diff] [review]
search-menulist-bindings.patchReview of attachment 9047860 [details] [diff] [review]:
Seems it is used somewhere, though I'm too confused exactly where since
grepping doesn't find what I'm looking for.
Anyway, open the Filter Editor and try to add a new filter - you'll see that
where it used to say [Subject] [contains] [ ]
... there is now just a wide box. Please debug that and find out where this
is all set up. Perhaps it's building the name dynamically or some such...
fix that too once you find it.
https://searchfox.org/comm-central/source/mailnews/base/search/content/searchTerm.js#322
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Assignee | ||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
Assignee | ||
Comment 18•6 years ago
|
||
eslitn doesn't pickup this file.. there is not eslintrc file perhaps for file's parent directory.
Assignee | ||
Comment 19•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 20•6 years ago
|
||
Assignee | ||
Comment 21•6 years ago
|
||
Assignee | ||
Comment 22•6 years ago
|
||
Comment 23•6 years ago
|
||
Assignee | ||
Comment 24•6 years ago
|
||
I suppose that the tests that are failing are not because of this patch but some other stuff?
Assignee | ||
Comment 25•6 years ago
|
||
Comment 26•6 years ago
|
||
Oh those test failures look very related to this patch.
Can you also update it to be search-operator, and MozSearchOperator
Updated•6 years ago
|
Assignee | ||
Comment 27•6 years ago
|
||
Assignee | ||
Comment 28•6 years ago
|
||
Assignee | ||
Comment 29•6 years ago
|
||
I have fixed z4 test failures but z2, and z3 test failures doesn't seem to have any clear connection with searchoperator or searchattribute element. Could you please take a look, I cant figure out what's wrong?
Assignee | ||
Comment 30•6 years ago
|
||
Tests are fixed now. https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=98a35a701a2fae78fdb34ba6e67b59ccb0447533
Assignee | ||
Comment 31•6 years ago
|
||
Updated•6 years ago
|
Comment 32•6 years ago
|
||
Assignee | ||
Comment 33•6 years ago
|
||
Assignee | ||
Comment 34•6 years ago
|
||
Comment 35•6 years ago
|
||
Updated•6 years ago
|
Comment 36•6 years ago
|
||
The mozmill/content-tabs/test-about-support.js failure looks unrealted (which is reasonably should), and that test works locally for me.
Comment 37•6 years ago
|
||
There is no test failure if you refresh.
Comment 38•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/377b76fdbaa0
Migrate search-menulist-abstract, searchoperator and searchattribute bindings to custom element. r=mkmelin
Updated•6 years ago
|
Updated•5 years ago
|
Description
•