[de-xbl] Migrate searchvalue binding to custom element.
Categories
(Thunderbird :: Mail Window Front End, task)
Tracking
(Not tracked)
People
(Reporter: arshad, Assigned: arshad)
References
Details
Attachments
(1 file, 13 obsolete files)
50.80 KB,
patch
|
arshad
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
So which version is preferred? We seem to use {var} and { var } randomly.
my linter preferes { var }.
Assignee | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
undeclared global, what does eslint say?
nothing :/
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
you're still not doing the hasChildNodes() check
if connectedcb is exec again then children will be removed bythis.textContent = "";
so no need to check the child stuff.
Assignee | ||
Comment 13•6 years ago
|
||
eslint should also check the content of search/content directory. It doesn't. Should I open a bug for that and then you can assign it to someone to deal with it.
Assignee | ||
Comment 14•6 years ago
|
||
Assignee | ||
Comment 15•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 16•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 17•6 years ago
|
||
Assignee | ||
Comment 18•6 years ago
|
||
Comment 19•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
|
||
Fixed all the test failures - https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=46f82261e9147ace5fd43aee509def3bd5900f68 . I can't run macos test atm due to Bug 1541131.
Assignee | ||
Comment 25•6 years ago
|
||
Assignee | ||
Comment 26•6 years ago
|
||
Assignee | ||
Comment 27•6 years ago
|
||
Comment 28•6 years ago
|
||
Comment 29•6 years ago
|
||
Perhaps due to
JavaScript error: chrome://messenger/content/searchWidgets.js, line 469: TypeError: valueBox is undefined
Assignee | ||
Comment 30•6 years ago
|
||
Assignee | ||
Comment 31•6 years ago
|
||
There was no error, the problem was the xbl anon child items are not picked as legit child items via js and css selectors.
Assignee | ||
Comment 32•6 years ago
|
||
Comment 33•6 years ago
|
||
Assignee | ||
Comment 34•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 36•6 years ago
|
||
Assignee | ||
Comment 37•6 years ago
|
||
Assignee | ||
Comment 38•6 years ago
|
||
Looks like the test failures are not related to this patch?
Assignee | ||
Updated•6 years ago
|
Comment 39•6 years ago
|
||
Correct, busted by bug 1544013. Not an easy one to fix. What you need to know it that two Mozmill tests fail in account creation. I might switch them off to give you green Mozmill.
Comment 40•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/1aad2ba888ec
Migrate searchvalue binding to custom element. r=mkmelin
Updated•6 years ago
|
Updated•5 years ago
|
Description
•