Closed
Bug 1487035
Opened 6 years ago
Closed 6 years ago
Port Bug 1469902 - Migrate <tabbox> to a Custom Element
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 63.0
People
(Reporter: jorgk-bmo, Assigned: darktrojan)
Details
Attachments
(1 file, 1 obsolete file)
3.01 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
After this landed, TB is completely busted, only a grey screen.
Debug console shows:
[6592, Main Thread] WARNING: Unable to locate an XBL binding for URI chrome://global/content/bindings/tabbox.xml#tabbox in document chrome://messenger/content/messenger.xul: file c:/mozilla-source/comm-central/dom/xbl/nsXBLService.cpp, line 783
Flags: needinfo?(richard.marti)
Flags: needinfo?(geoff)
Assignee | ||
Comment 1•6 years ago
|
||
We have bindings that extend tabbox. Fun.
https://searchfox.org/comm-central/search?q=tabbox.xml
Comment 2•6 years ago
|
||
See https://bugzilla.mozilla.org/show_bug.cgi?id=1469902#c7 for possible solutions
Comment 3•6 years ago
|
||
Fix by restoring the tabbox binding. Maybe arshad can remove it and implement it in JS in a later patch.
Added two reviewers for whoever is faster.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Flags: needinfo?(richard.marti)
Attachment #9004819 -
Flags: review?(jorgk)
Attachment #9004819 -
Flags: review?(geoff)
Reporter | ||
Updated•6 years ago
|
Keywords: leave-open
Reporter | ||
Comment 4•6 years ago
|
||
Comment on attachment 9004819 [details] [diff] [review]
tabbox.patch
Thanks, works for me. As in bug 1486051, this looks more like a quick fix to get us going again.
Flags: needinfo?(geoff)
Attachment #9004819 -
Flags: review?(jorgk) → review+
Comment 5•6 years ago
|
||
Hmm, https://searchfox.org/comm-central/source/mail/base/content/messenger.xul#398 already has tabcontainer set.
I'm trying one thing out now
Assignee | ||
Comment 6•6 years ago
|
||
Assignee: richard.marti → geoff
Attachment #9004832 -
Flags: review?(jorgk)
Comment 7•6 years ago
|
||
Comment on attachment 9004832 [details] [diff] [review]
1487035-tabbox-1.diff
Review of attachment 9004832 [details] [diff] [review]:
-----------------------------------------------------------------
Yep, thx! r=mkmelin
Attachment #9004832 -
Flags: review?(jorgk) → review+
Updated•6 years ago
|
Keywords: leave-open → checkin-needed
Updated•6 years ago
|
Attachment #9004819 -
Attachment is obsolete: true
Attachment #9004819 -
Flags: review?(geoff)
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/f8389d3d22be
Port bug 1469902: Remove our extended <tabbox> binding. r=mkmelin
Reporter | ||
Updated•6 years ago
|
Target Milestone: --- → Thunderbird 63.0
You need to log in
before you can comment on or make changes to this bug.
Description
•