[de-xbl] convert the tabmail-tab binding to custom element (following m-c tabbox.xml#tab conversion in bug 1519514)
Categories
(Thunderbird :: Toolbars and Tabs, task)
Tracking
(Not tracked)
People
(Reporter: mkmelin, Assigned: khushil324)
References
Details
Attachments
(3 files, 4 obsolete files)
15.96 KB,
patch
|
khushil324
:
review+
|
Details | Diff | Splinter Review |
887 bytes,
patch
|
darktrojan
:
review-
|
Details | Diff | Splinter Review |
1.40 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
tabmail-tab inherits from tabbox.xml#tab
See https://phabricator.services.mozilla.com/D26600 for the WIP which is nearing completion.
Assignee | ||
Comment 1•6 years ago
|
||
Drag and Drop behavior is not working. That thing is implemented in the tab custom element in the mozilla central and they are still working on it.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Bug 1519514 now looks ready (except for sorting out test failure). Anything we need to update here to reflect the latest changes to that patch?
Reporter | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Reporter | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Reporter | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
•
|
||
(In reply to Magnus Melin [:mkmelin] from comment #8)
Bug 1519514 is now on autoland.
This patch needs to be updated to use createXULElement instead of
createElement (or we'd crash).Looking at it again, can you also rename the new file to tabmail-tab.js to
match tabbrowser-tab.js
Yes, will update the patch in a while.
Assignee | ||
Comment 10•5 years ago
|
||
Assignee | ||
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/69ac929f4cbb
[de-xbl] convert tabmail-tab binding to custom element. r=mkmelin CLOSED TREE
Comment 13•5 years ago
|
||
I guess this needed landing since bug 1519514 landed. The try looked terrible, due to the URL bustage (bug 1550945). Let's see how it pans out now.
Comment 14•5 years ago
|
||
Mozmill is green, but you busted Mochitests. That's not the fault of the URL stuff, since "M(bct)" was green on try:
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=a91fe5ab7ea4cb2253f5220ae92a1e95f3339fd5
TEST-UNEXPECTED-FAIL | comm/mail/components/extensions/test/browser/browser_ext_menus.js
Assignee | ||
Comment 15•5 years ago
|
||
Checking it. Will submit the patch after testing.
Assignee | ||
Comment 16•5 years ago
|
||
Assignee | ||
Comment 17•5 years ago
|
||
Comment 18•5 years ago
|
||
Reporter | ||
Comment 19•5 years ago
|
||
Comment 20•5 years ago
|
||
Actually, that's not a nit, that a lint bustage ;-) - ext-menus.js:898:7 | Expected space(s) after "while". (keyword-spacing)
Comment 21•5 years ago
|
||
Comment 22•5 years ago
|
||
Comment 24•5 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/6d4ef59e9ed0
fix mochitest of browser_ext_menus.js, hint by :darktrojan. r=jorgk DONTBUILD
Description
•