Closed
Bug 1594331
Opened 5 years ago
Closed 5 years ago
rewrite Thunderbird consumers of the deprecated "left" and "right" align values to "start" and "end" (port bug 1592369)
Categories
(Thunderbird :: General, task, P1)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 72.0
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
Attachments
(1 file)
(deleted),
patch
|
khushil324
:
review+
|
Details | Diff | Splinter Review |
From bug 1592369. Need to replace align= values (in xul). left->start, and right->end
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Type: defect → task
Assignee | ||
Comment 2•5 years ago
|
||
Attachment #9106868 -
Flags: review?(khushil324)
Comment 3•5 years ago
|
||
Comment on attachment 9106868 [details] [diff] [review]
bug1594331_replace_deprecated_align.patch
Review of attachment 9106868 [details] [diff] [review]:
-----------------------------------------------------------------
I guess this needs to be taken care: https://dxr.mozilla.org/comm-central/source/comm/editor/ui/composer/content/ComposerCommands.js#2651
All other changes look good. r=khushil
Attachment #9106868 -
Flags: review?(khushil324) → review+
Comment 4•5 years ago
|
||
What? editor/ui is dead for TB. And you killed it.
Updated•5 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → Thunderbird 72.0
Comment 5•5 years ago
|
||
Sorry, ComposerCommands.js file from compose directory. DXR is not showing it.
Comment 6•5 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/724dcab508f5
Port bug 1592369: rewrite consumers of the deprecated "left" and "right" align values to "start" and "end". r=khushil
Assignee | ||
Comment 8•5 years ago
|
||
The code in ComposerCommands.js is setting an attribute on html content in the composer. So it doesn't need to be changed (though sure, deprecated in html too.)
You need to log in
before you can comment on or make changes to this bug.
Description
•