aceman
fe303e7845
Bug 1534530 - remove unused nc: and rdf: namespace in Thunderbird's XUL files. r=jorgk
2019-03-12 00:00:00 +13:00
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
Khushil Mistry
9788230385
Bug 1532234 - removed grid usage from mailnews/import/content/importDialog.xul. r=mkmelin
2019-03-07 06:21:00 +01:00
Frank-Rainer Grahl
9fa3e51c23
Bug 1522761 - Use CC_TYPE in C-C build files. mail/ and mailnews/ part. r=rjl
...
Ports:
Bug 1031352 [move most of the _MSC_VER references in Makefile.in to moz.build].
Bug 1394734 [Replace CONFIG['CLANG_CXX'], CONFIG['GNU_CXX'] by CONFIG['CC_TYPE']].
2019-01-30 22:59:21 +01:00
Magnus Melin
06179f8d01
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
Geoff Lankow
e0e6e32a52
Bug 1520643 - Port bug 1514594: Change import call sites manually which were missed. rs=bustage-fix,jorgk
2019-01-29 14:57:42 +01:00
Geoff Lankow
ed26cc6a11
Bug 1520643 - Port bug 1514594: Change import call sites using kmag's script. rs=bustage-fix,jorgk
2019-01-29 11:25:29 +01:00
Jorg K
b468dbfd32
Bug 1517627 - Port bug 1517241: Rename nsIDocument to mozilla::dom::Document. rs=bustage-fix
2019-01-04 01:02:42 +01:00
Richard Marti
6a270f2c4f
Bug 1512215 - Port bug 1429940, part 2: Use HTML headings inside the "label" element for labeling "groupbox" elements in Preferences instead of the "caption" element. r=jorgk
2018-11-26 17:50:49 +01:00
aceman
20e22daf68
Bug 1508415 - Convert some remaining cases where MailServices.jsm and Services.jsm can be used in Thunderbird JS files. r=mkmelin
2018-12-01 06:05:00 +01:00
Jorg K
9413e9bd7e
Bug 1510943 - make windows.h lowercase as it should be. r=me
2018-11-29 10:32:27 +01:00
Jorg K
d3986dbe90
Bug 1510028 - Add null check to avoid crash due to nsDependentCString(null). r=mkmelin
2018-11-27 23:10:19 +01:00
aceman
999edeb5b6
Bug 342632 - Adapt callers to defaultAccount being possibly null - mailnews/. r=mkmelin
2018-11-19 00:56:48 +01:00
Richard Marti
b2e9f8cbe1
Bug 1501360 - Port bug 1493844: Replace use of the "caption" and "groupbox" bindings in C-C. r=jorgk
2018-10-24 10:17:37 +02:00
Richard Marti
b8b04b9c79
Bug 1499593 - Change progressmeter to be html:progress. r=aceman,mkmelin
2018-10-18 11:03:44 +02:00
Jorg K
9d8a05043c
Bug 1500047 - Port bug 1486554: Make conversion CTORs explicit in Windows-only code, take 2. rs=bustage-fix
2018-10-18 21:21:09 +02:00
Jorg K
120a994979
Bug 1500047 - Port bug 1486554: Make conversion CTORs explicit in Windows-only code and fix other minor issues. rs=bustage-fix
2018-10-18 20:34:41 +02:00
aceman
4ce414addd
Bug 1496727 - use GetNextFile when iterating nsIDirectoryEnumerator in C-C. r=jorgk
2018-10-05 18:24:00 +02:00
aceman
b0c7f281ad
Bug 1496518 - remove some unneeded includes in mailnews/. r=jorgk
2018-10-05 11:29:00 +02:00
Jorg K
59aaab00c9
Bug 1496598 - Port bug 1493226: fix 'don't use do_QueryInterface for compile-time-determinable casts' errors. rs=bustage-fix
2018-10-05 14:22:33 +02:00
Ben Campbell
3e4476bb42
Bug 1487082 - make conversion CTORs explicit. r=jorgk
...
Minor tweaks to conform with new(ish) static analysis rule
which flags up implicit single-argument conversion constructors.
2018-08-31 11:50:02 +12:00
alta88
31d9160ffc
Bug 1488897 - Use fetch() to read feed opml file, get rid of xpcom method. r=mkmelin
2018-09-05 12:31:30 -06:00
Jorg K
e8e1fe1c29
Bug 1488356 - Port Bug 1488115: Replace use of nsUTF8ConverterService. rs=bustage-fix
2018-09-04 11:04:57 +02:00
Geoff Lankow
3e7829922b
Bug 1487572 - Rename mailServices.js to MailServices.jsm. r=mkmelin
...
--HG--
rename : mailnews/base/util/mailServices.js => mailnews/base/util/MailServices.jsm
extra : rebase_source : 7ecd648075015c893ae9c8e4860541744261557c
2018-08-31 12:43:20 +12:00
Nicholas Nethercote
3c87e597f6
Bug 1486690 - Update Thunderbird for function renamings. r=jorgk DONTBUILD
...
Specifically:
- NS_strdup --> NS_xstrdup
- NS_strndup --> NS_xstrndup
- nsMemory::Clone --> moz_xmemdup
--HG--
extra : rebase_source : 7cba22879a2eec7ce4df01ab333f322e12cac8fd
2018-08-29 14:32:01 +10:00
aceman
50f240b5d5
Bug 1485820 - Port bug 1484496 to C-C: Changes to use of nsISimpleEnumerator - fix GetDirectoryEntries() calls. r=jorgk
2018-08-25 15:46:00 +02:00
Jorg K
51d3dc5060
Bug 1484388 - Silence clang-cl warnings. r=me
2018-08-18 02:11:50 +02:00
aceman
a21c2291fc
Bug 1481417 - Part 3: Fix warnings and replace AllowCompilerWarnings() with -Wno-error=switch in mailnews/import/. r=jorgk
2018-08-08 14:23:00 +02:00
Jorg K
550f7b4d73
Bug 1481326 - fix some clang-cl warnings and allow others. rs=bustage-fix
2018-08-07 09:47:31 +02:00
Jorg K
6228fe44af
Bug 1477960 - Port bug 1477579, part 3: changes to parameters of GetCategoryEntry(). rs=bustage-fix DONTBUILD
...
--HG--
extra : rebase_source : 6dc5d6a9ac9a9814d17fa605b07d9f5e70459f31
2018-07-24 12:30:48 +02:00
Geoff Lankow
d0eea04b11
Bug 1475817 - Part 11: Convert simple <listbox> to <richlistbox> in mailnews/import. r=Paenglab,jorgk
2018-07-18 20:59:35 +12:00
Richard Marti
48a2f519d7
Bug 1476520 - Fix address book import glitches caused by bug 1475817 and bug 1469642. r=jorgk DONTBUILD
2018-07-18 12:33:53 +02:00
Richard Marti
86b362d55b
Bug 1475817 - Convert simple <listbox> to <richlistbox>. r=jorgk
2018-07-15 09:28:50 +02:00
Jorg K
03b5a08db3
Bug 1474878 - fix compile errors found by clang-cl in Windows-only code. r=aceman
2018-07-12 00:38:57 +02:00
Jorg K
456b02decb
Bug 1471278 - Use GetSpecialSystemDirectory() for Win_Documents. r=froydnj
2018-06-27 12:46:40 +02:00
Jorg K
931ef24cae
Bug 1471278 - Tweak nsBeckyUtils.cpp so it compiles after removal of documents dir retrieval in bug 1449686. rs=bustage-fix
2018-06-26 20:06:37 +02:00
Jorg K
e972862209
Bug 1463266 - replace tabs with spaces in mailnews/addrbook+base+extensions+import+intl+local+test. rs=white-space-only
...
[skip-blame]
2018-05-27 15:58:50 +02:00
Jorg K
1918e4cd7b
Bug 1457713 - Port bug 1456035: Change XPCOMUtils.generateQI to ChromeUtils.generateQI in mailnews. r=aceman
2018-05-21 00:59:53 +02:00
aceman
1e162d135e
Bug 1447498 - remove some unneded includes from mailnews/import - part 2. r=jorgk
2018-05-06 22:27:00 +02:00
Jorg K
c07a05b54c
Bug 1459470 - Replace NS_PRECONDITION with NS_ASSERTION after removal in bug 1457813. r=aceman
2018-05-07 00:43:51 +02:00
aceman
e7260ad7f4
Bug 1447498 - remove some unneded includes from mailnews/import - part 1. r=jorgk
2018-03-25 01:20:00 +01:00
Jorg K
a4dc8c92d1
Bug 1454842 - Port bug 1453869: Replace use of nsIDOMParser (C++ part, follow-up). r=bz DONTBUILD
2018-04-22 09:19:00 +02:00
Jorg K
42eaac7d67
Bug 1454842 - Port bug 1453869: Replace use of nsIDOMParser (C++ part). rs=bustage-fix
...
--HG--
extra : rebase_source : 13bb34367df6bf9db9f7cb11a4fa98b31e66f7ab
2018-04-21 12:44:14 +02:00
Ruslan Bekenev
04e9bf7b0f
Bug 354204 - Fix click event for address book import items. r=aceman
2018-03-21 21:26:53 +03:00
Jorg K
40c49e90f9
Bug 1399756 - fix typos in mailnews/ using codespell. rs=comment-only,typo-fix
...
[skip-blame]
2018-03-20 11:54:29 +01:00
Jorg K
2643d122ad
Bug 1399756 - remove trailing spaces in mailnews/ (.xul, .xml, .css, .mm, .cpp). rs=white-space-only
...
[skip-blame]
2018-03-17 16:37:49 +01:00
Jorg K
813dfada7c
Bug 1445396 - remove unneeded includes of nsIDOMText.h, nsIDOMElement.h and nsIDOMNodeList.h. r=aceman
...
--HG--
extra : rebase_source : f648b15e8d0e85818fd41af8824e4a092f1ba2c9
2018-03-13 22:36:12 +01:00
Florian Quèze
6289b61981
Bug 1436605 - script generated patch to replace the Components.interface/Components.utils uses with Ci/Cu in C-C (without calendar). r=philipp
2018-02-28 18:33:34 +01:00
Masatoshi Kimura
7c66504eb9
Bug 1440278 - port bug 1428258 to mailnews: Stop using GetNativePath(). r=jorgk
2018-02-23 00:04:39 +09:00
Jorg K
fd8a65b0be
Bug 1399756 - remove trailing spaces in mailnews/import. rs=white-space-only
...
[skip-blame]
2018-02-12 23:37:06 +01:00