releases-comm-central/mailnews/addrbook/content
Magnus Melin da337fb3ab Bug 1534948 - ensure html namespace is available in all the thunderbird xul files. r=Paenglab, r=Fallen
Scripts:

grep -rl -L --exclude-dir=.hg --exclude-dir=suite --include="*.xul" --exclude="*.inc.xul" 'xmlns:html="http://www.w3.org/1999/xhtml"' . | xargs sed -i 's#xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"#xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"#g' {} \;

grep -r -L --exclude-dir=.hg --exclude-dir=suite --include="*.xul" --exclude="*.inc.xul" 'xmlns:html="http://www.w3.org/1999/xhtml"' .
2019-03-14 21:53:23 +02:00
..
abAddressBookNameDialog.js Bug 1520643 - Port bug 1514594: correct previous changesets by changing 'const' to 'var', various misc. fixes. rs=bustage-fix,jorgk 2019-01-29 22:21:26 +01:00
abAddressBookNameDialog.xul Bug 1534948 - ensure html namespace is available in all the thunderbird xul files. r=Paenglab, r=Fallen 2019-03-14 21:53:23 +02:00
abDragDrop.js No bug - Tidy some incorrect indent in abDragDrop.js; rs=white-space-only 2019-02-21 17:21:16 +13:00
abMailListDialog.js Bug 1528840 - Part 1.2, TB/SM: Replace awSetFocus(row, element) with awSetFocusTo(element); addressingWidgetOverlay.js, abMailListDialog.js code cleanup. r=aceman,IanN 2019-03-03 22:39:59 +01:00
abResultsPane.js Bug 1515877 - Turn on ESLint in mailnews/addrbook; r=aceman 2019-01-25 17:32:10 +13:00
addrbookWidgets.xml Bug 1523384 - Fix menulists from custom elements inside our XBL bindings; r=darktrojan 2019-02-01 16:55:55 +13:00
print.css Bug 1399756 - remove trailing spaces in mailnews/ (.xul, .xml, .css, .mm, .cpp). rs=white-space-only 2018-03-17 16:37:49 +01:00