releases-comm-central/mailnews/addrbook/content
Magnus Melin fe9d2f7246 Bug 1801529 - mozilla/valid-jsdoc automatic fixups across the Thunderbird codebase. r=aleca
This is the automatic fixes + whitespace fixup:

find . -type f -not -path "./suite/*" -name "*.js" -exec sed -i -E 's/\* @returns +/* @returns /g' {} \;
find . -type f -not -path "./suite/*" -name "*.jsm" -exec sed -i -E 's/\* @returns +/* @returns /g' {} \;

find . -type f -not -path "./suite/*" -name "*.js" -exec sed -i -E 's/\* (@returns \{.+\}) +/* \1 /g' {} \;
find . -type f -not -path "./suite/*" -name "*.jsm" -exec sed -i -E 's/\* (@returns \{.+\}) +/* \1 /g' {} \;

find . -type f -not -path "./suite/*" -name "*.js" -exec sed -i -E 's/\*( @param)( \S+ \S+ ) +/*\1\2- /g' {} \;
find . -type f -not -path "./suite/*" -name "*.jsm" -exec sed -i -E 's/\*( @param)( \S+ \S+ ) +/*\1\2- /g' {} \;

find . -type f -not -path "./suite/*" -name "*.js" -exec sed -i -E 's/\*( @param[^-]*)( - - )/*\1 - /g' {} \;
find . -type f -not -path "./suite/*" -name "*.jsm" -exec sed -i -E 's/\*( @param[^-]*)( - - )/*\1 - /g' {} \;

Differential Revision: https://phabricator.services.mozilla.com/D162704

--HG--
extra : rebase_source : 4307935e658ce38943af522b17ce6b1c0d99dfdd
2022-11-23 15:43:25 +11:00
..
abAddressBookNameDialog.js Bug 1779145 - Port bug 1667455 to Thunderbird - Expose a "Services" property on all privileged JS scopes (like Cu/Cc/Ci). r=leftmostcat 2022-07-18 20:26:40 +10:00
abAddressBookNameDialog.xhtml Bug 1703164 - convert mailnews/addrbook/content/abAddressBookNameDialog.xhtml to top level <html>. r=henry 2022-02-07 12:24:31 +02:00
abCardDAVDialog.js Bug 1792869 - Convert XPCOMUtils imports to esm in mailnews/. r=mkmelin 2022-10-12 21:41:55 +11:00
abCardDAVDialog.xhtml Bug 1744144 - Make the CardDAV dialog expand when more space is needed. r=aleca 2022-06-16 12:55:45 +03:00
abCardDAVProperties.js Bug 1779145 - Port bug 1667455 to Thunderbird - Expose a "Services" property on all privileged JS scopes (like Cu/Cc/Ci). r=leftmostcat 2022-07-18 20:26:40 +10:00
abCardDAVProperties.xhtml Bug 1703164 - convert mailnews/addrbook/content/abCardDAVProperties.xhtml to top level <html>. r=henry,Paenglab 2022-02-06 12:16:01 +02:00
abDragDrop.js Bug 1746139 - Only allow filenames to be up to 85 ch. r=darktrojan 2022-10-16 18:42:27 +11:00
abMailListDialog.js Bug 1801529 - mozilla/valid-jsdoc automatic fixups across the Thunderbird codebase. r=aleca 2022-11-23 15:43:25 +11:00
abResultsPane.js Bug 1801529 - mozilla/valid-jsdoc automatic fixups across the Thunderbird codebase. r=aleca 2022-11-23 15:43:25 +11:00
abView.js Bug 1776625 - Stop assuming a vCard ORG field value is an array. r=nicolai 2022-06-27 17:18:57 +12:00
map-list.js Bug 1801529 - mozilla/valid-jsdoc automatic fixups across the Thunderbird codebase. r=aleca 2022-11-23 15:43:25 +11:00