Restore functioning message thread in new about3Pane
Categories
(Thunderbird :: General, task)
Tracking
(thunderbird_esr102 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
People
(Reporter: aleca, Assigned: aleca)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ash])
Attachments
(17 files, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
After bug 1770852, the new message thread used in the new about3Pane is completely broken. Let's fix it!
This only affects the ash
repo since comm-central
still uses the old XUL tree.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Not fixed, the subject column adds another copy of all the elements when invalidated, and TreeViewTable.columns
having no initial value is breaking the test.
Assignee | ||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 6•2 years ago
|
||
Since we don't close ash bugs, and we don't really care about uplifts and tracking, I'm gonna keep using this to add following patches to reimplement all the thread pane features.
Assignee | ||
Comment 7•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 8•2 years ago
|
||
Depends on D164313
Assignee | ||
Comment 9•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 10•2 years ago
|
||
Assignee | ||
Comment 11•2 years ago
|
||
Assignee | ||
Comment 12•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 13•2 years ago
|
||
Assignee | ||
Comment 14•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 15•2 years ago
|
||
Updated•2 years ago
|
Comment 16•2 years ago
|
||
Assignee | ||
Comment 17•2 years ago
|
||
Comment 18•2 years ago
|
||
Assignee | ||
Comment 19•2 years ago
|
||
Assignee | ||
Comment 20•2 years ago
|
||
Assignee | ||
Comment 21•2 years ago
|
||
- Updates the stored columns visibility
- Sets things up for the ordinal update, which will happen once the drag&drop to reorder columns is implemented
WARNING: Use another profile as this might nuke your folders column state!
Updated•2 years ago
|
Assignee | ||
Comment 22•2 years ago
|
||
Updated•2 years ago
|
Comment 23•2 years ago
|
||
Assignee | ||
Comment 24•2 years ago
|
||
Assignee | ||
Comment 25•2 years ago
|
||
Depends on D167173
Updated•2 years ago
|
Comment 26•2 years ago
|
||
Assignee | ||
Comment 27•2 years ago
|
||
Assignee | ||
Comment 28•2 years ago
|
||
Remplement the redirected, replied, forwarded, new, image status indicators and all their various combinations.
Comment 29•2 years ago
|
||
Updated•2 years ago
|
Comment 30•2 years ago
|
||
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/comm-central/rev/1729c1653594
Re-implement selectable column in message thread table header. r=darktrojan,freaktechnik
https://hg.mozilla.org/comm-central/rev/3b93f92e6728
Re-implement selectable column in message thread rows. r=darktrojan,freaktechnik
https://hg.mozilla.org/comm-central/rev/70e2ba614a05
Implement the delete column in the new tree view listbox. r=freaktechnik
https://hg.mozilla.org/comm-central/rev/237a80f70886
Fix broken list layout in the new TreeView. r=darktrojan
https://hg.mozilla.org/comm-central/rev/5086e0ccf049
Restore sortable columns and threaded column in the new about3Pane. r=darktrojan
https://hg.mozilla.org/comm-central/rev/63e4f75293c1
Restore all string columns and the flagged/star column in the new about3Pane. r=darktrojan
https://hg.mozilla.org/comm-central/rev/ec685c2a6663
Fix duplicated fluent string. rs=me
Assignee | ||
Updated•2 years ago
|
Comment 31•2 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/cc0674b7aac1
Reimplement message status indicators. r=darktrojan
Updated•2 years ago
|
Description
•