Closed Bug 1272608 Opened 8 years ago Closed 8 years ago

IB: convert all in-tree style sheets logical properties from -moz-padding-start etc. to padding-inline-start etc.

Categories

(Instantbird Graveyard :: Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Instantbird 49

People

(Reporter: Paenglab, Assigned: Paenglab)

References

Details

Attachments

(1 file)

Bug 1111440 is landing and we should follow as we don't know how long the -moz prefixes are working.
Attached patch im-convert.patchSplinter Review
This patch was generated by the command from bug Bug 1111440:
  find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #8752140 - Flags: review?(aleth)
Attachment #8752140 - Flags: review?(aleth) → review+
Blocks: 1111440
http://hg.mozilla.org/comm-central/rev/2bb45bb22413
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Instantbird 49
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: