Граф коммитов

24743 Коммитов

Автор SHA1 Сообщение Дата
Geoff Lankow ca17f2d880 Bug 1478572 - Turn on ESLint in mail/components/activity. r=aceman
--HG--
rename : mail/components/activity/modules/activityModules.js => mail/components/activity/modules/activityModules.jsm
rename : mail/components/activity/modules/alertHook.js => mail/components/activity/modules/alertHook.jsm
rename : mail/components/activity/modules/autosync.js => mail/components/activity/modules/autosync.jsm
rename : mail/components/activity/modules/glodaIndexer.js => mail/components/activity/modules/glodaIndexer.jsm
rename : mail/components/activity/modules/moveCopy.js => mail/components/activity/modules/moveCopy.jsm
rename : mail/components/activity/modules/pop3Download.js => mail/components/activity/modules/pop3Download.jsm
rename : mail/components/activity/modules/sendLater.js => mail/components/activity/modules/sendLater.jsm
2018-09-20 11:11:55 +12:00
Jorg K cb144da856 Bug 1492522 - Port Bug 1465219: Replace MenuBoxObject with XULElement subclass in suite/. r=frg 2018-09-19 10:25:00 +02:00
Geoff Lankow 7eae78831c Bug 1481777 - Remove startup notification default pref from Thunderbird and SeaMonkey. r=mkmelin,frg,MakeMyDay 2018-08-13 21:54:38 +12:00
Geoff Lankow 613ba1b8cd Bug 1481777 - Remove "Thunderbird now contains calendaring functionality..." message at startup. r=MakeMyDay 2018-08-12 22:05:25 +12:00
Geoff Lankow ed66fac1ac Bug 1492735 - Port Bug 1486147: Provide Symbol.iterator for JS objects implementing nsIStringEnumerator; rs=bustage-fix DONTBUILD 2018-09-20 21:39:01 +12:00
Jorg K c607f6eab6 Bug 1492735 - Port Bug 1486147: Adapt inheritance of string enumerators in mailnews/ and add QIs(). rs=bustage-fix 2018-09-20 10:24:02 +02:00
Jorg K b75d34c75b No bug - Port https://hg.mozilla.org/mozilla-central/rev/41e787e7785f: remove update from mozharness actions. rs=bustage-fix 2018-09-20 00:49:53 +02:00
Richard Marti df089069f2 Bug 1492557 - Port bug 1490264, Part 1: Correct Windows installer SFX stub vendor and description. r=jorgk 2018-09-19 21:03:02 +02:00
Jorg K 857788c31c Bug 1463266 - Change nsPromiseFlat[C]String to PromiseFlat[C]String for consistency. r=aceman 2018-09-20 00:06:14 +02:00
Jorg K c27c1485ae Bug 1492522 - Port Bug 1465219: Replace MenuBoxObject with XULElement subclass. rs=bustage-fix 2018-09-19 20:41:50 +02:00
Richard Marti 0bcf9e2be2 Bug 1491689 - Fix menu buttons in summary dialog by adding bindings.css to calendar-summary-dialog.xul. r=MakeMyDay DONTBUILD 2018-09-16 19:41:36 +02:00
Jorg K 232a521480 Bug 1487082 - Backed out changeset 909cf6e1db3f to re-enable static analysis. a=backout 2018-09-19 08:36:51 +02:00
Jorg K 995c6b9f93 Bug 1487082 - fix 'cannot be captured by a lambda' error in nsLDAPURL.cpp. r=bcampbell 2018-09-19 08:36:50 +02:00
Jorg K 682912cfb9 Bug 1490094 - Follow-up: Correct balrog rule numbers for Thunderbird's 'staging'. r=me 2018-09-18 23:11:51 +02:00
Ben Campbell c9086a6b4a Bug 1487082 - fix 'Unused "kungFuDeathGrip"' errors. r=jorgk DONTBUILD
Some dead-code removal and some tactical mozilla::Unused usage
2018-09-04 11:31:52 +12:00
Jorg K 10df1f71d2 Port bug 1490145 - Keep TaskCluster configuration in sync. rs=bustage-fix 2018-09-18 16:58:04 +02:00
MakeMyDay 654f296078 Bug 1478375 - Restore Dragging for Calendar: call invokeDragService without a region argument. r=philipp 2018-09-10 18:59:03 +02:00
Jorg K 2aa9937426 Bug 1492095 - temporarily remove use of nsAppStartupNotifier after removal of its XPCOM interface in bug 1491741. rs=bustage-fix DONTBUILD 2018-09-18 14:09:21 +02:00
Jorg K 10fc09d16c Backed out changeset b656dcc776f9 (bug 1492095) for causing bustage. a=backout 2018-09-18 14:08:43 +02:00
Jorg K 7a764a4757 Bug 1492095 - Replace the XPCOM component registration for nsAppStartupNotifier removed in bug 1491741. rs=bustage-fix DONTBUILD 2018-09-18 12:58:11 +02:00
Jorg K 1afa31d6dd Bug 1492051 - Port bug 1491588: replace XPCOM creation of nsICommandParams with Cu.createCommandParams(). rs=bustage-fix 2018-09-18 12:53:49 +02:00
Jorg K 2211735559 Port changesets from bug 1490094 and bug 1487172. rs=bustage-fix 2018-09-18 11:13:37 +02:00
aceman 4ba7d83272 Bug 1490448 - fix problems found by JS strict mode in MozMill tests. r=jorgk CLOSED TREE
--HG--
extra : amend_source : 6471990c3bb331647900908d601dfc71c18b1103
2018-09-17 12:52:00 +02:00
aceman 5accbfe9b5 Bug 1490448 - force strict JS mode in MozMill tests. r=jorgk 2018-09-17 12:44:00 +02:00
Ben Campbell 975499f7bd Bug 1487082 - Fix unsafe use of NS_ConvertASCIItoUTF16(). r=jorgk 2018-09-17 16:38:28 +12:00
Ben Campbell 4171212e6b Bug 1487082 - fix a couple of double-mRefCnt declaration errors. r=jorgk 2018-09-17 11:56:22 +12: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
MakeMyDay 2a5f8d7cb0 Bug 1476736 - Allow printing even if some caldav calendar is not available. r=philipp 2018-07-23 09:57:21 +02:00
Geoff Lankow c8bcd4d2b6 Bug 1484636 - When testing with a callback, use assert instead of assertJS; fix testTimezones.js. r=philipp DONTBUILD 2018-09-17 12:35:31 +12:00
Richard Marti 4f3e40755e Bug 1491535 - Fix the warning icons after removal of Warning.png in bug 1457781. r=jorgk,MakeMyDay 2018-09-14 09:35:53 +02:00
Arshad Khan 25c4154947 Bug 1489791 - Remove calendar-caption binding. r=MakeMyDay 2018-09-08 22:12:36 +05:30
Alfred Peters 9d64fa41a0 Bug 1476788 - Reliably remove the "Re:" from an otherwise empty subject. r=jorgk DONTBUILD
--HG--
extra : amend_source : 2c48bfae2905e97fc7fd4fc621819db8623f8b15
2018-09-16 09:14:00 +02:00
Richard Marti 2ce7816f8b Bug 1491562 - Port bug 1488467 to TB: Support adding and removing installed languages in Alternatives subdialog. r=jorgk 2018-09-15 19:35:29 +02:00
Frank-Rainer Grahl 550fd4bd6d Bug 1489302 - Follow-up from Bug 1488084. Restore accidentally removed sourceDoc. r=IanN 2018-09-16 12:31:02 +02:00
Richard Marti 6d944478eb Bug 1491214 - Follow-up: Fixes for the tree theming. r=jorgk DONTBUILD 2018-09-16 11:29:25 +02:00
Edmund Wong bd263c7700 Bug 1491647 - Fix mozconfig.gtk and mozconfig.linux.common to detect pkgconfig. r=bustagefix 2018-09-16 16:43:45 +08:00
Bill Gianopoulos effdf86e55 Bug 1490867 - Hack SeaMonkey build until fallout from Bug 1490765 is properly fixed. r=frg 2018-09-15 06:58:45 -04:00
Nicholas Nethercote eb186f2b7e Bug 1490858 - Update comm-central for nsISHEntry changes. r=frg
nsISHEntry.{URI,isSubFrame} both lost an explicit setter, but became mutable.
2018-09-14 13:30:40 +10:00
Nicholas Nethercote e89d7544cf Bug 1490158 - Update comm-central for nsISHistoryListener changes. r=frg
This patch removes `OnLengthChanged` and `OnIndexChanged`, and the return
values from `OnHistoryGotoIndex` and `OnHistoryPurge`, as per the
mozilla-central changes in this bug.

This patch also cleans up some pre-existing inconsistencies: it removes the
unneeded `OnHistoryGoForward` and `OnHistoryGoBack`, and adds the needed
`OnHistoryReplaceEntry`.
2018-09-12 10:13:23 +10:00
Richard Marti 642719abdd Bug 1491526 - Port bug 1411707: Add the findbar.ftl link to the windows using the findbar. r=jorgk 2018-09-15 15:56:38 +02:00
Jorg K a53f8ebc1f Bug 1488084 - Follow-up: Restore over-zealously removed variable 'sourceDoc'. r=mkmelin DONTBUILD 2018-09-15 22:20:35 +02:00
Jorg K b5bc7939fa Port bug 1485224 - Update Windows builders to VS 2017 15.8.4 and Windows SDK 17134. rs=bustage-fix DONTBUILD 2018-09-15 12:44:18 +02:00
Geoff Lankow 802824e578 Bug 1478572 - Turn on ESLint by default in mail/components with some exceptions. r=aceman DONTBUILD 2018-09-15 10:45:41 +12:00
Richard Marti 27e3ebf17f Bug 1491214 - Allow theming trees (Port of bug 1418602, bug 1488000 and bug 1385518). r=jorgk
Bug 1418602: Allow theming sidebars
Bug 1488000: Allow theming sidebar border color
Bug 1385518: [Photon] Update sidebar styling for dark theme
2018-09-06 06:49:23 +02:00
Jorg K 5c5663a9f5 Bug 1491406 - Add URI_NORELATIVE to mailbox: and imap: URLs to avoid TLD base lookup. r=aceman 2018-09-15 00:10:48 +02:00
Geoff Lankow eb9de130cb Bug 1491275 - Remove no-longer-used DownloadsStartup.js. r=jorgk 2018-09-15 00:02:28 +12:00
Richard Marti 2b6ecc6d1c Bug 1490925 - Add list-style-image: none; back to .dropmarker-icon after its removal in toolkit bug 1489743. r=darktrojan 2018-09-13 19:22:25 +02:00
seabld a88731777d Updated rustc tooltool package. r=tooltool_update 2018-09-14 02:04:26 +00:00
Geoff Lankow f74c4e389c Bug 1484636 - Revive and enable all the mozmill tests in calendar/test/mozmill; r=Fallen
--HG--
rename : calendar/test/mozmill/timezoneTests/test2.js => calendar/test/mozmill/testTimezones.js
2018-09-14 11:40:11 +12:00
Magnus Melin 239e67fcd8 Bug 1490269 - enable Thunderbird specific custom element loading. r=arshad 2018-09-13 23:24:42 +03:00