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

9928 Коммитов

Автор SHA1 Сообщение Дата
Kai Engert 8c3e354f7b Bug 1595319 - Follow-up to fix eslint bustage. rs=bustage-fix DONTBUILD 2020-02-22 13:08:04 +01:00
Kai Engert 6b76874b31 Bug 1595319 - Fix a remaining eslint issue, changing indent. r=mkmelin DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D63729

--HG--
extra : rebase_source : 90e6bac7aab3cc0e71ae9c5fd5e5e1b3b2fac50b
extra : amend_source : 1f4c4621bf534d25f46497f297890c6fee13ff1f
2020-02-21 23:05:42 +01:00
Kai Engert f970e6c207 Bug 1595319 - Use new syntax for ChromeUtils.import. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D63727

--HG--
extra : rebase_source : 67e831464661e7d624ec4b9cbfce4b33d6a81785
2020-02-21 22:57:21 +01:00
Kai Engert cadae5b145 Bug 1595319 - enable eslint for mail/extensions/openpgp. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D63493

--HG--
extra : rebase_source : 148735f4fd00780d84fc01b61735a2ef6abedd5e
2020-02-20 16:37:31 +01:00
Kai Engert 301df9684d Bug 1616575, openpgp code should throw "new Error()", not string. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D63331

--HG--
extra : rebase_source : 638dbb072955d62c695b009a0d6b69ea56f7d762
2020-02-19 15:50:29 +01:00
Kai Engert 75eb1b1a91 Bug 1616558, remove code for gnupg subprocess execution and gpg-agent interaction. r=PatrickBrunschwig
Differential Revision: https://phabricator.services.mozilla.com/D63325

--HG--
extra : rebase_source : 9edebe121f8e78abf35e71efff86b89d9906b950
2020-02-19 15:06:36 +01:00
Geoff Lankow 631e8b5254 Bug 1617022 - Make compose.onBeforeSend listener actually change composed message. r=mkmelin DONTBUILD 2020-02-21 12:54:47 +02:00
Richard Marti c1a31dfb30 Bug 1616764 - Add a flex="1" to the subject header label to let it wrap when too long. r=mkmelin 2020-02-20 19:49:25 +01:00
Geoff Lankow 0b2ae9ec0a Bug 1616143 follow-up - In test browser_ext_browserAction_properties.js, open tabs before trying to use them. rs=bustage-fix
--HG--
extra : amend_source : e04fec7047f50400690cc1de6c39d62fb070daee
2020-02-21 09:52:56 +13:00
tbirdbld 908ce355c0 No Bug, comm-central repo-update blocklist - (DONTBUILD) - a=repo-update r=rjl
Differential Revision: https://phabricator.services.mozilla.com/D63455

--HG--
extra : moz-landing-system : lando
2020-02-20 20:02:09 +00:00
Rob Lemley 3f3ffce713 Bug 1614463 - Port bug 1527313: [mozharness] Checkout l10n-central next to mozilla-central. rs=bustage-fix
--HG--
extra : rebase_source : f9cad34489094911b1c577300f674ef65ff201d6
2020-02-11 20:21:20 -05:00
Magnus Melin 8bbc07c39b Bug 1589459 - allow context menu for Thunderbird's about:addons. r=darktrojan 2020-02-20 20:18:33 +02:00
Geoff Lankow 71f9fa4ccf Bug 1616143 - Allow setting of properties per tab on action buttons. r=mkmelin
--HG--
extra : rebase_source : 188814385f1072d4761fc6846e3e8d3bec47633c
extra : histedit_source : 8992fd666c41be66bb175d4cb5811d299d0a7ebb
2020-02-17 23:23:30 +13:00
Geoff Lankow 84ff495b42 Bug 1608626 - Fix browser.menus.overrideContext and add tests. r=mkmelin
--HG--
extra : rebase_source : 49275daffdcdc37a394e00cb60f5937b1e8f5c5c
extra : histedit_source : 850ad29b4510b077fbc2a0b88e3e76d6fd04dbe7
2020-02-14 14:25:37 +13:00
Geoff Lankow 85d0aa42f0 Bug 1616192 - Fix main context menu to work on shadow DOM elements, not their containers. r=mkmelin
--HG--
extra : rebase_source : d9fca778b3460eb800f5c70cb8573e564d43256c
extra : histedit_source : 49e71a3c2107b79e59a4e0222b95ea5c4a450056
2020-02-12 22:32:22 +13:00
Geoff Lankow f1c5b9dcc9 Bug 1614265 - Reinstate Mac OS, Outlook, and LDAP directory types. r=mkmelin
This required some adjustment in the C++ implementation of these types.

The Outlook directory factory interface has been repurposed to do the minimum
required - talk to the MAPI code and find directories.

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

--HG--
rename : mailnews/addrbook/src/nsAbOutlookDirFactory.cpp => mailnews/addrbook/src/nsAbOutlookInterface.cpp
rename : mailnews/addrbook/src/nsAbOutlookDirFactory.h => mailnews/addrbook/src/nsAbOutlookInterface.h
extra : moz-landing-system : lando
2020-02-18 08:27:05 +00:00
Geoff Lankow 781a1e03d5 Bug 1614265 - Move escapedVCardToAbCard from nsIAbManager to nsIMsgVCardService. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D62393

--HG--
extra : moz-landing-system : lando
2020-02-12 23:16:44 +00:00
Geoff Lankow f193f0ce07 Bug 1614265 - Implement nsIAbManager in javascript. r=mkmelin
This revision recreates the manager only for the JS directory type. Other types
will be added in later revisions. As such, a number of tests are marked as
failing. Other code has been adjusted due to XPCOM behaving differently when
not crossing from C++ to/from javascript.

Also deleting a directory now notifies listeners after the file (if any) has
been closed and removed, instead of immediately.

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

--HG--
extra : moz-landing-system : lando
2020-02-12 23:16:27 +00:00
Alessandro Castellani 7456b22298 Bug 1615839 - Improve salience of focused pill between multiple selected pills. r=Paenglab 2020-02-19 10:21:22 -08:00
Alessandro Castellani 2df77ebb5e Bug 1609894 - Prevent prematurely creating addressing pills when typing commas on invalid address. r=mkmelin 2020-02-19 09:08:05 -08:00
Alessandro Castellani 1618a91d2c Bug 1609928 - Fix pill colour of addresses retrieved via LDAP. r=mkmelin 2020-02-18 12:52:55 -08:00
Richard Marti 6e3eab6ebb Bug 1615417 - Implement the subdialogs in Account Manager. r=mkmelin DONTBUILD 2020-02-19 12:36:42 +02:00
Kai Engert f88bfa17ce Bug 1603813 - Key expiration is relative. r=PatrickBrunschwig
Differential Revision: https://phabricator.services.mozilla.com/D63032

--HG--
extra : rebase_source : ab742fbc2a7028986320e28361a6725d4cee9bd3
2020-02-16 23:15:52 +01:00
Kai Engert 24b9010ca5 Bug 1603813, pgp changes for composer. r=PatrickBrunschwig
Additional changes as requested by mkmelin

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

--HG--
extra : rebase_source : eab9259f9c7a8450352eeda653be6290bd9e0071
2020-02-16 13:25:57 +01:00
Kai Engert c4319af0c0 Bug 1603813, Unify general encryption options in composer window. r=mkmelin
--HG--
extra : rebase_source : dfe88442f9b7cc7ec4de1969f467ad41b92d5edd
2020-02-16 13:25:22 +01:00
Kai Engert 7b6f6400ce Bug 1615880, Remove duplicate Enigmail skin files. r=PatrickBrunschwig
--HG--
extra : rebase_source : 1cd66178e6f05148d6fdac8e284cbb4ea00f9091
2020-02-16 13:24:36 +01:00
Geoff Lankow b013a3e5eb Bug 1616142 - Wait for compose window to open before returning from compose API functions. r=mkmelin
--HG--
extra : rebase_source : c02368f7dfc0c3a6daac0fe60a0902e693d6c2d6
extra : histedit_source : 4b5f54e9248def816fda6abeee3bc0e3517116e9
2020-02-18 12:07:47 +13:00
Geoff Lankow aeb17b92ec Bug 1615934 - Send tab ID with composeAction.onClicked event. r=mkmelin
--HG--
extra : rebase_source : 170857d731223fe76b3e9c4de12e6e9593cc8c71
extra : histedit_source : c7b3309953db3904b2e7e47d73cf64e17db5a353
2020-02-17 15:55:31 +13:00
Geoff Lankow 5a49fc3f9c Bug 1615934 - Send tab ID with compose.onBeforeSend event. r=mkmelin
--HG--
extra : rebase_source : 02e5f10325533406fc6c8d9a18175884734e58bd
extra : histedit_source : e8e7f911b145dad19c3ae6a0313e05d81eb6e97c
2020-02-17 15:51:12 +13:00
Richard Marti d3bc61049a Bug 1615907 - Fix the searchbox focus with the default theme. r=aleca 2020-02-16 19:46:50 +01:00
Alessandro Castellani 0679539d04 Bug 1609647 - Add 'Move to To/Cc/Bcc' to recipient pill context menu. r=mkmelin 2020-02-18 12:03:52 -08:00
Magnus Melin 0f670b6839 Bug 1615714 - fix hiddenwindow errors on macOS - include the scrips and dtds that are in messenger.xhtml. r=pmorris 2020-02-18 19:15:44 +02:00
Magnus Melin 329e875e7e Bug 1579725 - about:profiles - Change "Launch profile in new browser" to "Launch profile" for Thunderbird. r=Paenglab DONTBUILD 2020-02-18 12:27:10 +02:00
Thomas Duellmann e5deb6aa52 Bug 1615917 - Allow incremental selection of recipient pills with Ctrl+A. ui-r=aleca, r=aleca
First Ctrl+A to select all in same field, second Ctrl+A to select all pills in all fields.
2020-02-18 11:33:49 +02:00
Paul Morris bc2662c006 Bug 1615453 - Fix calendar tabs when they are focused at startup. r=darktrojan 2020-02-14 11:18:46 -05:00
Richard Marti 1a200e95ec Bug 1615373 - Set browser.zoom.full to true to zoom images and text together as default. r=mkmelin
--HG--
extra : rebase_source : 875bd68f23ee794c37f42096316e69275bcb42c3
2020-02-17 19:11:36 +01:00
Richard Marti 6c92e847c4 Bug 1340927 - Remove the no more needed image-orientation: from-image; after landing of bug 167667. r=mkmelin
--HG--
extra : rebase_source : a1719398c7aec9b85f115a0aee7f3a78e67d0325
2020-02-17 19:30:06 +01:00
tbirdbld 40d5a2f363 No Bug, comm-central repo-update blocklist - (DONTBUILD) - a=repo-update r=rjl
Differential Revision: https://phabricator.services.mozilla.com/D63053

--HG--
extra : moz-landing-system : lando
2020-02-17 18:20:15 +00:00
Richard Marti b65f50c029 Bug 1615730 - Port bug 1613773: Merge devtools.inspector.showUserAgentShadowRoots into devtools.inspector.showAllAnonymousContent. r=mkmelin 2020-02-14 22:57:04 +01:00
Richard Marti 52e5713b01 Bug 1615679 - Fix the html:legend and html:fieldset styling in the Preferences and Account Manager Tab UI. r=aleca 2020-02-14 19:43:31 +01:00
Richard Marti 505f5146a8 Bug 1615688 - Use width instead of min-width for the menulist-dropmarker to fix dropdown menu buttons showing collapsed with no down arrows. r=mkmelin DONTBUILD 2020-02-16 12:58:31 +02:00
Ben Bucksch a0210d072d Bug 1615137 - Remove duplicate include of lightning-toolbar.dtd file. r=pmorris DONTBUILD 2020-02-15 12:54:00 +02:00
Richard Marti 25daad39b8 Bug 1614950 - Update the style of the Status Panel in order to respect the theme selection. r=aleca 2020-02-14 20:25:34 +02:00
Paul Morris bccfaf14ff Bug 1612190 - Improve the DIRS logic in calendar moz.build files. r=darktrojan DONTBUILD 2020-02-14 12:24:17 +02:00
Thomas Duellmann f0591dad59 Bug 1612765 - Make Extra Recipients Panel keyboard accessible. r=aleca, ui-r=Paenglab 2020-02-14 12:22:13 +02:00
Geoff Lankow 73ee0c418e Port bug 1605154 - Copy pref devtools.webconsole.input.context to Thunderbird. rs=me 2020-02-14 11:12:51 +13:00
Geoff Lankow 71366d7a5a Bug 1615132 - Copy static analysis tests from browser/base/content/test/static. r=mkmelin
--HG--
extra : rebase_source : 83b560acb9b461b853a944b3620d5088e62b60ec
extra : histedit_source : a948772c8ee559a1a4bf501078905b1f152d2114
2020-01-01 16:02:04 +13:00
Paul Morris 9e38602c05 Bug 1612166 - Move calendar skin files in 'lightning' directory into 'base' directory. r=Fallen,Paenglab
Eliminate the "chrome://lightning/skin/" and the
"chrome://lightning-common/skin/" paths.

--HG--
rename : calendar/lightning/themes/common/accountCentral.css => calendar/base/themes/common/accountCentral.css
rename : calendar/lightning/themes/common/html-item-editing.css => calendar/base/themes/common/html-item-editing.css
rename : calendar/lightning/themes/common/images/todayButton-arrow.svg => calendar/base/themes/common/images/todayButton-arrow.svg
rename : calendar/lightning/themes/common/imip.css => calendar/base/themes/common/imip.css
rename : calendar/lightning/themes/common/lightning-toolbar.css => calendar/base/themes/common/lightning-toolbar.css
rename : calendar/lightning/themes/common/lightning.css => calendar/base/themes/common/lightning.css
rename : calendar/lightning/themes/common/suite-accountCentral.css => calendar/base/themes/common/suite-accountCentral.css
rename : calendar/lightning/themes/linux/imip.css => calendar/base/themes/linux/imip.css
rename : calendar/lightning/themes/linux/lightning-toolbar.css => calendar/base/themes/linux/lightning-toolbar.css
rename : calendar/lightning/themes/linux/lightning.css => calendar/base/themes/linux/lightning.css
rename : calendar/lightning/themes/osx/imip.css => calendar/base/themes/osx/imip.css
rename : calendar/lightning/themes/osx/lightning-toolbar.css => calendar/base/themes/osx/lightning-toolbar.css
rename : calendar/lightning/themes/osx/lightning.css => calendar/base/themes/osx/lightning.css
rename : calendar/lightning/themes/windows/imip.css => calendar/base/themes/windows/imip.css
rename : calendar/lightning/themes/windows/lightning-toolbar.css => calendar/base/themes/windows/lightning-toolbar.css
rename : calendar/lightning/themes/windows/lightning.css => calendar/base/themes/windows/lightning.css
extra : rebase_source : 5a95c360872330fd1ec971c9af9844cac8e1a73f
extra : histedit_source : 376909b2d546d00d87490579ce373daa37015ef1
2020-02-10 15:36:59 -05:00
Paul Morris 5548c2cd73 Bug 1612166 - Remove 'chrome://calendar-common/skin/' path. r=Fallen
Use chrome://calendar/skin/shared/ instead, as in mail code.

--HG--
extra : rebase_source : 971ce66763f77dfdd7e117c5f764a3aacfde7e63
extra : histedit_source : 50bda5d021bc1882c196aae1efd9331d7451a079
2020-02-10 13:21:13 -05:00
Paul Morris 59803b5f75 Bug 1612166 - Remove duplicated calendar icons. r=darktrojan
Use the mail versions instead. The complete.svg file
does not appear to be duplicated, so removing it from
allowed-dupes.mn as well.

--HG--
extra : rebase_source : 9d78bf8092d2388b574dfa01ce8cab9f15dd59e7
extra : histedit_source : 94fc8bc656ed55fcf84d4500fcbbedb0df44fe64
2020-02-12 11:08:32 -05:00