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

12782 Коммитов

Автор SHA1 Сообщение Дата
Richard Marti b562c1e205 Bug 1735478 - Port bug 1730367: Consolidate about:support and about:profiles top section. r=mkmelin 2021-10-13 13:17:55 +03:00
Richard Marti f200f33368 Bug 1735337 - Port bug 1735083: Clean up GTK titlebar colors. r=aleca 2021-10-12 15:49:46 +02:00
Magnus Melin 7cb42bbb70 Bug 1733682 - fix saving of feed enclosures. r=henry
The cookieJarSettings addition from https://hg.mozilla.org/releases/mozilla-beta/rev/11f96ee5c8d9 (bug 1679325) was missing for this case

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

--HG--
extra : rebase_source : 51ec588aee0491df894cf3b0701e864436c3dae3
2021-10-11 14:31:17 +03:00
Magnus Melin ffb3d56dec Bug 1718411 - add search engine by url or discovery. r=henry
https://bugzilla.mozilla.org supports this so can be used for testing

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

--HG--
extra : rebase_source : 0bdbb7fc0f51abee65f6aa2ff30d7657cb999a09
extra : amend_source : b72cea63e39fc3f4fc4c224493f3464ad6bdac25
2021-10-12 13:42:51 +03:00
Henry Wilkes 1f631566bc Bug 1734413 - Add tests for closing tabs using the context menu. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D128107

--HG--
extra : amend_source : 8d95f4ddf1c7d46f7715b6dd9c1d884470ad2553
2021-10-12 13:35:15 +03:00
Magnus Melin 804459fdd4 Bug 1725122 - followup - fix accesskey. rs=me 2021-10-12 12:24:40 +03:00
Geoff Lankow b7178720a4 Bug 1725122 follow-up - Rename a string that was changed. rs=bustage-fix 2021-10-12 12:08:24 +13:00
Lasana Murray efc224b592 Bug 1725122 - Replace "Preferences" with "Settings" in various places. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D126787

--HG--
extra : moz-landing-system : lando
2021-10-11 21:46:25 +00:00
Geoff Lankow a47e2023ab Bug 1735080 - Avoid throwing an exception and failing test browser_newmailaccount.js. rs=bustage-fix DONTBUILD
--HG--
extra : rebase_source : 38e022568fb03fc8d039f12ab3ce718c527cfe8f
extra : amend_source : 2cf0599bc093c0f4bd73355b51642fd5772a5a68
2021-10-11 11:39:36 +13:00
Geoff Lankow 98cbe240d1 Bug 1734298 - Don't abandon changes to contacts being edited. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D127613

--HG--
extra : moz-landing-system : lando
2021-10-10 21:45:03 +00:00
Magnus Melin fb268ae384 Bug 1677088 - remove EnigmailDialog.promptValue. r=PatrickBrunschwig
Differential Revision: https://phabricator.services.mozilla.com/D127943

--HG--
extra : rebase_source : aa3698d4cbe5941735f82aead00b9d58020a75c6
extra : amend_source : 0d770f6ba6fc283b9bbf209090a74e52f1841147
2021-10-10 13:47:57 +03:00
Magnus Melin 903fe937eb Bug 1677088 - remove unused EnigmailDialog.longAlert. r=PatrickBrunschwig
Differential Revision: https://phabricator.services.mozilla.com/D127942

--HG--
extra : rebase_source : 787a29b023b22d06b126d26eaed529d293c60d8b
extra : amend_source : 20423234ac945362c45f60a4d560898c648b15de
2021-10-10 13:47:00 +03:00
Henry Wilkes 4bffb6191e Bug 1734586 - Drop document.popupNode. r=freaktechnik
Differential Revision: https://phabricator.services.mozilla.com/D127800

--HG--
extra : amend_source : ca0bae9081e611a960d1b116a75ce02eb0f4e6f0
2021-10-09 13:56:39 +03:00
Martin Giger b2054c589c Bug 1733638 - Fix chat conversation timestamp tooltips. r=clokep
Differential Revision: https://phabricator.services.mozilla.com/D127280

--HG--
extra : amend_source : 35ed18bf6c95f47d0ba79e7f214def3dd9f74a42
2021-10-09 13:55:32 +03:00
Henry Wilkes ebcc2795ec Bug 1734413 - Fix the tabContextMenu event handlers. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D127826

--HG--
extra : moz-landing-system : lando
2021-10-08 23:20:35 +00:00
Alessandro Castellani b0ec0ed803 Bug 1731008 - Hide all composition buttons and menu items when viewing saved messages if no account is defined. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D127745

--HG--
extra : moz-landing-system : lando
2021-10-08 23:20:34 +00:00
Magnus Melin c366b0db8a Bug 1668926 - coverity - fix unused value in nsNetscapeProfileMigratorBase::​RecursiveCopy. r=benc
CID 1361810 Unused value

An assigned value that is never used may represent unnecessary computation, an incorrect algorithm, or possibly the need for cleanup or refactoring.

In nsNetscapeProfileMigratorBase::​RecursiveCopy(nsIFile *, nsIFile *): A value assigned to a variable is never used.

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

--HG--
extra : rebase_source : c7bd5c0b67d922763c4d192df14c9f701398168d
2021-10-07 12:34:06 +03:00
Geoff Lankow ae592411fa Bug 1700487 follow-up - Stop redefining MailServices and Services in accountSetup.js. rs=bustage-fix
--HG--
extra : amend_source : 9e12ebad5fbe82336f17d93222f27352dad864b4
2021-10-08 20:20:47 +13:00
Alessandro Castellani c3de28b4e5 Bug 1700487 - Open Account Provisioner dialog in a Tab. r=mkmelin,Paenglab, ui-r=Paenglab
Differential Revision: https://phabricator.services.mozilla.com/D126154

--HG--
rename : mail/components/newmailaccount/content/accountProvisionerTab.js => mail/components/newmailaccount/content/provisionerCheckout.js
extra : moz-landing-system : lando
2021-10-08 05:11:58 +00:00
Geoff Lankow 780f009ce3 Bug 1728743 - Refresh the Today Pane agenda. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D126079

--HG--
extra : rebase_source : eff2e12ac79d2520bd7b194ae87d99ca8def349d
2021-09-24 17:09:07 +12:00
Geoff Lankow 963a508817 Bug 1733275 - Create new tab modes for 3-pane and message tabs. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D127016

--HG--
extra : rebase_source : eb43e27c1d49801727bd13496dddd9e5c656d5bd
extra : histedit_source : 7ee57617115bd95b751c74edde2b1871f6b445a7
2021-09-29 22:57:18 +13:00
Geoff Lankow e389b0cf57 Bug 1729380 - Create a basic 3-pane document. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D124724

--HG--
extra : rebase_source : c7fcc3cd4c84f2e28eb6b31b3d3b794e4fea4ea4
extra : histedit_source : 4f4f07212a380564b249f25581b938f861d21c2a%2Ccf64f3be9d0788b6964be4e08b09c5331cdf651c
2021-10-04 15:24:06 +13:00
Geoff Lankow baba37c5eb Bug 1729384 - Create message pane as a separate document. r=mkmelin
A cut-down copy of messageWindow.xhtml, just enough to display messages (including headers and attachments etc.) in a document.

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

--HG--
rename : mail/base/content/messageWindow.xhtml => mail/base/content/aboutMessage.xhtml
extra : rebase_source : 4d393cc60d92bae50f508b9170ca4ff01cb20b99
extra : histedit_source : 4c03067c2f16fa54887e23e4fcc4f8e7000425d7
2021-10-05 14:55:54 +13:00
Geoff Lankow 247aaacca4 Bug 1733887 - Make TreeViewListbox capable of handling nested rows. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D127392

--HG--
extra : rebase_source : 3bdbc1899c9b652bb391996b1bb0d3d5d2b2fb22
2021-10-01 16:40:13 +13:00
Henry Wilkes a31d75dbfd Bug 583572 - Always show vcard attachments in the attachment list. r=mkmelin
However, we still hide the vcard attachments for the purposes of the message thread attachment icon.

Differential Revision: https://phabricator.services.mozilla.com/D127537
2021-10-06 10:00:49 +00:00
Richard Marti 82a80c5a32 Bug 1733442 - Port bug 1698349: Change the .small selectors to .small-button. r=aleca
--HG--
extra : histedit_source : 24e4f5e4a035df10980ffa88614fff76afde11ce
2021-10-04 12:12:58 +02:00
Geoff Lankow 445a136095 Bug 1729608 - Show/hide "write" separator in Address Book card context menu. r=aleca
The separator should be hidden if there's no email addresses to write to.

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

--HG--
extra : rebase_source : 4d6749578a8424a27c9996aaf3d8fe4c2067581f
extra : histedit_source : 00383a9b9ae00f8ed2c1a5fc6826f818e3157556%2C9a734a534dcdf2120375b4664e6305a382e465db
2021-10-07 11:51:12 +13:00
Geoff Lankow 2e034be5de Bug 1729386 - Create a splitter custom element. r=mkmelin
This is, so far, a very basic splitter. It can resize the panes on either side, but doesn't yet handle minimum/maximum sizes or hiding a panel altogether.

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

--HG--
extra : rebase_source : 999c14bb949c0f5daf3097c0719db51bbaa86805
2021-08-19 22:18:19 +12:00
Alessandro Castellani 70cb211765 Bug 1732903 - Prevent the attachment overlay from showing if a text URL is dragged above the compose window. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D127010
2021-10-06 16:35:13 +00:00
Henry Wilkes fa10b306a3 Bug 1734360 - Use explicitOriginalTarget again in panelUI _onAttachmentViewShow. r=mkmelin
This reverts the changes to panelUI.js in rev 3d2b9c2c3285 since event.explicitOriginalTarget differs from event.target in this event handler.

Differential Revision: https://phabricator.services.mozilla.com/D127669
2021-10-06 14:56:00 +00:00
John Bieling 29c4c7bfb2 Bug 1704612 - remove usage of OS.* from ext-compose.js. r=freaktechnik
Differential Revision: https://phabricator.services.mozilla.com/D126786

--HG--
extra : amend_source : 28e749cf8f964e27d144871370d0391f8c0e270d
2021-10-05 23:18:22 +03:00
Magnus Melin 43bb14ba73 Bug 1707434 - followup - remove message-reference. rs=me DONTBUILD
--HG--
extra : amend_source : c0a4d7e9ffbe24307147761d23869abc5df67f13
2021-10-05 11:17:24 +03:00
Liscare 021efee79d Bug 1707434 - Add ellipsis to Save As > File menu label. r=ThomasD
Differential Revision: https://phabricator.services.mozilla.com/D120413
2021-10-04 17:15:45 +00:00
Mozilla Releng Treescript 118b2b9272 Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2021-10-04 20:40:47 +00:00
Andrei Hajdukewycz 04ad39925a Bug 1733548 - Change breakpad.reportURL to crash-stats.thunderbird.net. r=rjl DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D127245

--HG--
extra : histedit_source : c8d528d5a8d48e30997192518a514077c964a1b0
2021-10-01 09:49:17 +00:00
Magnus Melin 6d1e72626a Backed out changeset c29987652400 (landing prematurely) - bug 1733442. r=backout 2021-10-04 13:08:59 +03:00
Magnus Melin fa1186501c Backed out changeset 124392fd1645 (landing prematurely) - bug 1733442. r=backout 2021-10-04 13:08:18 +03:00
Martin Giger 55ec87bec4 Bug 1709325 - Don't show tooltip for chat search results. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D127269

--HG--
extra : amend_source : c8c1b0dc182e223d5bfaccb20dc34f0072e1fafc
2021-10-04 13:05:47 +03:00
Martin Giger f87826660f Bug 1716316 - Fix scrollbar in chat conversations list. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D127265

--HG--
extra : amend_source : 9157fd4bd87c6b37edfc8c45e20bab4ef82376f0
2021-10-04 13:04:57 +03:00
Geoff Lankow 5d49baed2e Bug 1733442 follow-up - Fix broken tests. rs=bustage-fix DONTBUILD 2021-10-04 15:04:03 +13:00
Geoff Lankow 0649f0c1a7 Bug 1732961 - Remove non-default value of network.trr.uri in Thunderbird. rs=bustage-fix
--HG--
extra : amend_source : 4c0a47e36ed0261a20247c4f3168b424dff5b587
2021-10-04 10:45:11 +13:00
Richard Marti 3d08814b80 Bug 1733442 - Port bug 1698349: Change the .small selectors to .small-button. r=aleca 2021-09-30 20:00:50 +02:00
Ben Campbell 7c3a61c344 Bug 1733504 - Remove unused aLocalOnly param from nsIMsgFolder.fetchMsgPreviewText(). r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D127189

--HG--
extra : amend_source : 8f265434f337a7ade95130b6c830a5529ba372b1
2021-10-03 13:52:15 +03:00
Magnus Melin d912abf0f9 Bug 1730847 - follow-up - fix Fluent linting. rs=fluent-lint DONTBUILD
--HG--
extra : amend_source : 0a6d5881e87606ca7f7fa74f7a75988a8288f628
2021-10-02 14:51:51 +03:00
Richard Marti 5dea1e2b21 Bug 1733271 - [Win 7 Classic] Set a better hover background color on composers autocomplete-richlistitem. r=aleca 2021-10-02 13:44:57 +03:00
Martin Giger 0fa304cb39 Bug 1730847 - Add UI to verify chat buddies. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D126266

--HG--
extra : amend_source : 134e46abf14904cc0707dae8fcc979e565508e26
2021-10-02 13:42:09 +03:00
Richard Marti 222918c812 Bug 1733210 - Port bug 1729738: Migrate usages of extension.(.*)@mozilla.org.* from properties to Fluent. r=mkmelin 2021-10-02 13:40:35 +03:00
Martin Giger d1c1e35fc5 Bug 1713786 - Do mime detection instead of charset override. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D126814

--HG--
extra : moz-landing-system : lando
2021-10-01 22:09:51 +00:00
Martin Giger a59c22fa2c Bug 1731899 - Resize chat account setup wizard to fit protocol options. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D127271

--HG--
extra : moz-landing-system : lando
2021-10-01 22:09:51 +00:00
Magnus Melin 5272e045c4 Bug 1733451 - followup - fix linting. rs=eslint DONTBUILD
--HG--
extra : amend_source : 1d4655d4453dfe694a7fe291141046aa4117dd9b
2021-10-01 13:18:14 +03:00