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

24667 Коммитов

Автор SHA1 Сообщение Дата
Richard Marti 90938c9600 Bug 1495112 - Reference only one PNG file for the status icons in chat. r=jorgk DONTBUILD
--HG--
rename : mail/themes/osx/mail/icons/status@2x.png => mail/themes/linux/mail/icons/status@2x.png
rename : mail/themes/osx/mail/icons/status@2x.png => mail/themes/windows/mail/icons/status@2x.png
2018-09-29 10:58:45 +02:00
Jorg K cb15cbf519 Bug 1495184 - Port 1493563: Adapt to API changes in nsIWebProgressListener.onSecurityChange(), JS part. rs=bustage-fix 2018-09-29 10:50:34 +02:00
Jorg K 040e625397 Bug 1495184 - Port 1493563: Adapt to API changes in nsIWebProgressListener.onSecurityChange(), C++ part. rs=bustage-fix 2018-09-29 10:39:29 +02:00
aceman 6f7dc7e930 Bug 1495101 - remove interface nsISubscribeDataSource and related RDF code. r=jorgk 2018-09-28 17:22:00 +02:00
Richard Marti 855345295a Bug 1460392 - Port bug 1457027 to TB: Part 8 - Add a HandlerListItem class. r=aceman 2018-09-28 08:54:42 +02:00
Richard Marti 7dac15d499 Bug 1460392 - Port bug 1457027 to TB: Part 7 - Move action icon getters to HandlerInfoWrapper. r=aceman 2018-09-28 08:52:49 +02:00
Richard Marti 96acb16689 Bug 1460392 - Port bug 1457027 to TB: Part 6 - Move _describePreferredAction to HandlerInfoWrapper. r=aceman 2018-09-22 10:05:03 +02:00
Richard Marti 0c4f358f83 Bug 1460392 - Port bug 1457027 to TB: Part 5 - Move _describeType to HandlerInfoWrapper. r=aceman 2018-09-22 09:53:24 +02:00
Richard Marti cc57c3de34 Bug 1460392 - Port bug 1457027 to TB: Part 4 - Use class syntax for the HandlerInfoWrapper hierarchy. r=aceman 2018-09-22 09:48:48 +02:00
Richard Marti babde714cd Bug 1460392 - Port bug 1457027 to TB: Part 2 - Define services using defineLazyServiceGetters. r=aceman 2018-09-22 09:23:27 +02:00
Richard Marti 288efce7d5 Bug 1460392 - Port bug 1457027 to TB: Part 1 - Don't persist the last selected handler. r=aceman 2018-09-22 09:17:38 +02:00
Magnus Melin b521d1d964 Bug 537017 - fix crash in nsMsgFilterAfterTheFact::ApplyFilter() caused by async reset of 'm_curFolder'. r=jorgk
'm_curFolder' can be reset asynchronously by the copy service calling OnStopCopy().
So take a local copy here and use it throughout the function.
2018-09-28 23:01:22 +03:00
Magnus Melin 6ef572320d Bug 646901 - add error checking to fix crash in nsMsgXFVirtualFolderDBView::OnSearchHit(). r=jorgk
dbToUse was null
2018-09-28 14:35:12 +03:00
Richard Marti 7bc796e03e Bug 1494925 - Fix the squashed operator icons in chat. r=jorgk 2018-09-28 13:12:25 +02:00
Magnus Melin b713124749 Bug 1492472 - add error checking to avoid crash in nsNNTPProtocol::LoadUrlInternal. r=jorgk 2018-09-28 14:26:16 +03:00
Magnus Melin 3d73529de7 Bug 1444379 - add error checking to call sites of GetDefaultPrompt() to avoid crash in nsMsgComposeAndSend::NotifyListenerOnStopCopy() and elsewhere. r=jorgk
Especially for the shutdown case, it may not be possible to get a prompt
2018-09-28 15:42:29 +03:00
MakeMyDay 51b6883a79 Bug 1275400 - Porting upstream fixes for use-after-free vulnerability of libical. r=philipp DONTBUILD
https://github.com/libical/libical/

* Issue 253 / Commit 6b9438d746cec6e4e632d78c5244f4be6314d1c9
* Issue 251 / Commit 38757abb495ea6cb40faa5418052278bf75040f7
* Issue 251 / Commit 830d9530817516377c2bc3b532798ce2c6b4765a
2018-09-27 15:35:26 +02:00
Magnus Melin d4806c4b98 Bug 1494733 - make sure mail-headerfield and mail-urlfield are sectable. r=Paenglab 2018-09-27 22:52:01 +03:00
Geoff Lankow 430221e3dd Bug 1484636 - Improve reliability of testEventDialog.js; rs=bustage-fix DONTBUILD 2018-09-28 13:51:26 +12:00
Jorg K 9ff7d2de57 Bug 1494574 - Port bug 1494524 - Replace SelectionChanged() with SelectionChangedXPCOM() in mailnews/. r=bz 2018-09-27 23:44:42 +02:00
Jorg K e99f430651 Bug 1494742 - Port bug 1493276: Fix static assert errors 'don't use CallQueryInterface for compile-time-determinable casts'. r=mccr8 2018-09-27 23:44:19 +02:00
Jorg K 872102fb04 Bug 1494215 - temporarily disable parts of MozMill test content-tabs/test-install-xpi.js. rs=bustage-fix 2018-09-27 22:42:41 +02:00
Geoff Lankow 9f0f4874ad Bug 1459994 - Fix broken tab bindings so "the proper way" of switching tabs works. r=mkmelin,philipp 2018-09-25 12:59:43 +12:00
Jorg K 15e3c54d5c Bug 1459994 - Backed out changeset a1410381eac1 for being a temporary fix. a=backout 2018-09-27 22:40:29 +02:00
Richard Marti 52a0ecf617 Bug 1494672 - Fix tag selection in QFB by adding the toolbarbutton-1 class to the qfb-tag-button. r=jorgk DONTBUILD 2018-09-27 19:49:43 +02:00
Geoff Lankow 519fc0ddf4 Bug 1492735 - Port Bug 1486147: Provide Symbol.iterator for JS objects implementing nsIStringEnumerator, part 2. r=mkmelin,jorgk 2018-09-27 22:44:17 +12:00
Geoff Lankow 80a1837511 Bug 1480338 - Test event/task dialog is big enough for the iframe it contains; r=MakeMyDay 2018-09-27 22:33:43 +12:00
Geoff Lankow 67c9245705 Bug 1480338 - Prevent event/task dialog being too small for the iframe inside; r=MakeMyDay 2018-09-27 22:33:40 +12:00
Jorg K 8bb3512ab1 Bug 1494238 - Fix nsMsgIMAPFolderACL::GetOtherUsers() (missing addref) by replacing class AdoptUTF8StringEnumerator with using NS_NewAdoptingUTF8StringEnumerator(). r=aceman 2018-09-27 10:27:37 +02:00
Geoff Lankow 7c1867e7af Backed out changeset 4dbfa038c936 (bug 1469238) for causing test failures 2018-09-27 14:19:32 +12:00
Geoff Lankow 0277999718 Bug 1469238 - Address Book WebExtensions API; r=mkmelin 2018-09-27 12:01:32 +12:00
Geoff Lankow 2e16c9a551 Bug 1490626 - Add new notifications we need for WebExt address book API; r=mkmelin 2018-09-27 12:01:04 +12:00
Geoff Lankow 0696fde7d2 Bug 1482040 - Add UID property to address book interfaces; r=mkmelin 2018-09-27 12:00:15 +12:00
aceman 4a21811cdc Bug 1493513 - clean up migration of UI features. r=jorgk,mkmelin 2018-09-26 15:51:00 +02:00
Richard Marti ed7076b7c3 Bug 1494448 - Port bug 1493776 to TB: Update dark theme sidebar background and border color to match specification. r=jorgk 2018-09-26 22:47:01 +02:00
Jorg K 074e3e27a4 Backed out changeset 3bc0fb310b8a (bug 1492735) for causing test failures in four Xpcshell tests. a=backout CLOSED TREE DONTBUILD
--HG--
extra : amend_source : 02419de68cb01454d02223d942fbb3c47e1fb75a
2018-09-26 11:52:51 +02:00
Geoff Lankow ccbcfa57ce Bug 1492095 - Replace use of XPCOM 'embedcomp/appstartup-notifier' after its removal in bug 1491741. r=philipp
--HG--
extra : rebase_source : 5c4064e09c129439edbb9e9b18600065ec5239c0
2018-09-26 20:20:38 +12:00
Jorg K 2b0db583d8 Bug 1492095 - Backed out temporary fix from changeset 96176520c895. a=backout
--HG--
extra : rebase_source : 4a831c524adb7118b848ae86280e4f0c113c87da
2018-09-26 10:51:41 +02:00
Jorg K ac863f050c Bug 1492735 - Port Bug 1486147: Replace use of nsIUTF8StringEnumerator in msgIStructuredHeaders. r=mkmelin
--HG--
extra : rebase_source : 43f99a3d2838e4ed1d550481afaf7c47e2828833
2018-09-26 10:49:19 +02:00
Jorg K cf4762ba06 Bug 1360803 - switch nsMsgSearchValue to using nsCString and fix CTOR of nsMsgSearchValueImpl. r=mkmelin
--HG--
extra : rebase_source : c236b3bb9d5456e1a8a42bf9d5784aee4e117041
2018-09-26 10:27:43 +02:00
Magnus Melin 6e0fa6d477 Bug 1360803 - Add error checking to getting nsIMimeConverter service to avoid crash. r=jorgk
--HG--
extra : rebase_source : c7248aa422c59f2915f369e744a14d742872ded1
2018-09-24 18:21:21 +03:00
Neil Rashbrook 819dd0a75e Bug 1493662 - Bug 1475387 follow-up: Remove use of nsDocShellLoadInfo and make nsIMsgMailNewsUrl.loadURI scriptable again. r=jorgk
--HG--
extra : rebase_source : d822d8fd10427994c03fdb8d2e31d9152e6e95bb
2018-09-24 06:25:00 +02:00
Geoff Lankow ddcb64ae8b Bug 1478572 - Turn on ESLint in mail/components/compose, mass whitespace changes; rs=whitespace-only 2018-09-26 11:32:07 +12:00
Geoff Lankow f6d982550f Bug 1478572 - Turn on ESLint in mail/components/compose; r=jorgk, aceman 2018-09-26 11:32:06 +12:00
aceman a6daf2fcb9 Bug 706826 - update account name in the account tree when a new name is entered into the account name field and update the folder pane if the name change is saved. r=jorgk 2018-09-25 12:29:00 +02:00
aceman 2b332ca935 Bug 1493461 - consolidate main TB window size handling in MozMill tests. r=jorgk 2018-09-24 22:45:00 +02:00
Jorg K 4064a67648 Bug 1493934 - Don't Append(null) in nsMailboxUrl::GetNormalizedSpec(). rs=bustage-fix DONTBUILD 2018-09-25 15:19:12 +02:00
Tom Prince a5b17381e5 Bug 1493829: Cleanup routes in `.taskcluster.yml`; r=me 2018-09-24 19:48:32 -06:00
aceman d46d4967d4 Bug 1493807 - Wait for crash reporter dump file to become unlocked before deleting it in test-plugin-crashing.js. r=jorgk 2018-09-25 01:14:43 +02:00
Jorg K 925c7c3e39 Bug 1493718 - Clean-up use of __force_skip__ in two tests and re-enable test_view_source_reload. r=aceman 2018-09-24 11:40:00 +02:00