Closed Bug 1699809 Opened 3 years ago Closed 3 years ago

Remove event.originalTarget and event.explicitOriginalTarget usage from Thunderbird code

Categories

(Thunderbird :: General, task)

Tracking

(thunderbird_esr78 wontfix)

RESOLVED FIXED
90 Branch
Tracking Status
thunderbird_esr78 --- wontfix

People

(Reporter: mkmelin, Assigned: mkmelin)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

Depends on: 1705038
Depends on: 1705690

explicitOriginalTarget -> target

find . -type f -not -path ".hg/" -not -path "./suite/" -not -path "./third_party/" -exec sed -i -E 's/.explicitOriginalTarget/.target/g' {} ;

Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED

originalTarget -> target

find . -type f -not -path ".hg/" -not -path "./suite/" -not -path "./third_party/" -exec sed -i -E 's/.originalTarget/.target/g' {} ;

Depends on D113789

Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/3d2b9c2c3285
remove event.explicitOriginalTarget usage from Thunderbird code. r=freaktechnik
https://hg.mozilla.org/comm-central/rev/9a65d768edd8
Remove event.originalTarget from Thunderbird code. r=freaktechnik

Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: