[de-xbl] convert account and button to custom element
Categories
(Thunderbird :: Instant Messaging, task)
Tracking
(Not tracked)
People
(Reporter: khushil324, Assigned: khushil324)
References
Details
Attachments
(1 file, 7 obsolete files)
27.49 KB,
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #2)
For this too (I think I commented how on one of your other patches), please
get the bundle from javascript, not through a bundle in xul file)
Can you elaborate on this? or is there an example of how to do it?
Assignee | ||
Comment 4•6 years ago
|
||
(In reply to Khushil Mistry [:khushil324] from comment #3)
Can you elaborate on this? or is there an example of how to do it?
Got this. It is mentioned in your review of de-xbl activity patch. Thanks.
Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #12)
The patch doesn't build (account.xml needs to be removed from the jar). But
after fixing that it seems to work.
What should I do to remove this error?
Assignee | ||
Comment 14•6 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #12)
why this change?
Previously, buttons was another binding. And setFocus was a function in that binding. Now, we have combined both the bindings so we call setFocus directly.
Comment 15•6 years ago
|
||
(In reply to Khushil Mistry [:khushil324] from comment #13)
What should I do to remove this error?
Your patch needs to include removing account.xml from the packaging in relevant jar.mn file.
Assignee | ||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
Assignee | ||
Comment 18•6 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #17)
Looks all good, except the commit message format ;)
Yes, will change that in a while.
Assignee | ||
Comment 19•6 years ago
|
||
Comment 20•6 years ago
|
||
Assignee | ||
Comment 21•6 years ago
|
||
Assignee | ||
Comment 22•6 years ago
•
|
||
Assignee | ||
Updated•6 years ago
|
Comment 23•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/34cf7d8564ad
[de-xbl] convert account and buttons bindings to custom element. r=mkmelin
Comment 24•6 years ago
|
||
Please include the word "binding/bindings" in the commit message. The second binding was called buttons
.
Updated•5 years ago
|
Description
•