[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•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 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•7 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•7 years ago
|
||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
| Assignee | ||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
| Assignee | ||
Comment 13•7 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•7 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•7 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•7 years ago
|
||
Comment 17•7 years ago
|
||
| Assignee | ||
Comment 18•7 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•7 years ago
|
||
Comment 20•7 years ago
|
||
| Assignee | ||
Comment 21•7 years ago
|
||
| Assignee | ||
Comment 22•7 years ago
•
|
||
| Assignee | ||
Updated•7 years ago
|
Comment 23•7 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•7 years ago
|
||
Please include the word "binding/bindings" in the commit message. The second binding was called buttons.
Updated•6 years ago
|
Description
•