releases-comm-central/calendar/base
Magnus Melin 8a285a3a5e Bug 1653486 - Replace Thunderbird non-user-facing references to "master" password. rs=bustage-fix DONTBUILD
find . -type f -not -path "*.hg/*" -not -path "./suite/*" -regex ".*\.jsm?$" -exec sed -i -E 's/MasterPasswordSet/PrimaryPasswordSet/g' {} \;
find . -type f -not -path "*.hg/*" -not -path "./suite/*" -regex ".*\.jsm?$" -exec sed -i -E 's/Master Password/Primary Password/g' {} \;
find . -type f -not -path "*.hg/*" -not -path "./suite/*" -regex ".*\.jsm?$" -exec sed -i -E 's/master password/primary password/g' {} \;

--HG--
extra : amend_source : 340417b62043df078ad80c9afb04481eed8666ef
2022-02-18 14:53:58 +02:00
..
backend Bug 1718715 - Allow empty properties when parsing iCal. r=mkmelin 2021-06-30 15:49:19 +12:00
content Bug 1674912 - Add icons to represent the state of recurring events and update the category indicator. r=henry,Paenglab 2022-02-15 22:36:03 +00:00
modules Bug 1653486 - Replace Thunderbird non-user-facing references to "master" password. rs=bustage-fix DONTBUILD 2022-02-18 14:53:58 +02:00
public Bug 1747923 - Clean up CalTransactionManager promise usage. r=darktrojan 2022-02-09 19:42:50 +02:00
src Bug 1756058 - Stop CalMetronome "hour" and "day" events at start-up. r=john.bieling 2022-02-18 11:24:20 +13:00
themes Bug 1674912 - Add icons to represent the state of recurring events and update the category indicator. r=henry,Paenglab 2022-02-15 22:36:03 +00:00
calendar.js Bug 978570 - enable ical.js by default. r=mkmelin 2022-02-09 10:28:40 +00:00
jar.mn Bug 1713130 - Remove calendar-event-gripbar. r=darktrojan 2021-12-17 12:51:58 +02:00
moz.build Bug 1710548 - Move everything out of calendar/lightning. r=mkmelin 2021-05-11 14:45:05 +12:00