https://hg.mozilla.org/comm-central/rev/00d90bfe6500#l3.13 - bug 1860867 - added totalCol
The test is long so frequently timed out, not noticing the actual problem
Differential Revision: https://phabricator.services.mozilla.com/D196687
--HG--
extra : rebase_source : 72edd41f052126c85829ca5bace7ac7bd38225ee
extra : amend_source : 5829c909b2cd7ddeec1aca4277004864899a8824
extra : absorb_source : 62652f8d436559ef04ddc9b5a0cdfadf77efb8db
- The twisty button is the expand/collapse thread button.
- Display number of replies in button and update button styling.
Differential Revision: https://phabricator.services.mozilla.com/D191782
--HG--
extra : moz-landing-system : lando
- Let the density changes affect the main spacing of the multi message list and header.
- Use templates to more easily generate list items.
- Clean up old JS and CSS code.
Differential Revision: https://phabricator.services.mozilla.com/D195836
--HG--
extra : moz-landing-system : lando
This is the first of at least two patches testing GuessConfig.
In this patch I'll test only plain-text connections to servers.
Future patches will test full TLS connections and hopefully startTLS connections.
Differential Revision: https://phabricator.services.mozilla.com/D196264
--HG--
extra : amend_source : 20241bbbc22c873b3b2d775db5d7cd68552e3d70
Allows user to cancel an SMTP message send while transfer to server
is in progress. This restores functionality that was present with
ESR 102 and earlier. All associated unit tests pass with no modifications.
Betterbird project found the root cause of the bug and contributed
code to prevent unit tests from timing out.
Differential Revision: https://phabricator.services.mozilla.com/D195729
--HG--
extra : amend_source : e89bbf1f66d31b2edfe726f29b1c928ded7c806c
Compose | Insert | Horizontal Line. Then double click on the line to bring up the horizontal line properties.
Differential Revision: https://phabricator.services.mozilla.com/D194853
--HG--
extra : rebase_source : a4ac81b6d65f9c8e0f0a9b8bfc0c4695cf4cc958
extra : amend_source : 0c11b6904a52769c041b5bf89187d65df11aae42
Compose | Format | Text Color...
Differential Revision: https://phabricator.services.mozilla.com/D194852
--HG--
extra : rebase_source : 866bd0d9d6c38b16b27279660b77cd6d032b297b
extra : amend_source : d67df10bb5950589e2e0daeb065a39f86a98a34e
Compose | (add text and select it) | Format | Table | Crate Table From Selection
Differential Revision: https://phabricator.services.mozilla.com/D194851
--HG--
extra : rebase_source : 4405b6b48dec1b8806dbf4d820eb6ed0bfc8ef9e
extra : amend_source : c225c30e12bf66218a61339b1d70c8ee35919a79
Note: esr115 verbump won't work until bug 1864901 is in production.
Note: pushing with the stage-tbbuild-merge user won't work (try jobs) until the
account is restored to active state.
Differential Revision: https://phabricator.services.mozilla.com/D195173
--HG--
extra : moz-landing-system : lando
https://hg.mozilla.org/mozilla-central/rev/722156e33a15 made lower-case target_cpu unavailable. Looks like we should've been using upper-case TARGET_CPU anyway.
--HG--
extra : amend_source : 23e2de96ef1469a0ee32ea09b8cbe7bc5637e0f9
I don't really understand why this broke. There must be other things on the event queue when `scrollToIndex` is called.
Also removed the opening of a different menu which doesn't test what it was originally intended for, and is called badly anyway.
Differential Revision: https://phabricator.services.mozilla.com/D196369
--HG--
extra : rebase_source : 8613a8663c07faee57c44722dc74652662060287
extra : amend_source : 6c1dc109a8a19089a7c9c67ff2d2a22f3a0d5721
It'll be removed and `nsIEditor.insertNode()` and `nsIEditor.deleteNode()`
have new optional parameter which if you set to true, selection won't be
modified by the editor (except `beforeinput` and `input` event listeners).
Differential Revision: https://phabricator.services.mozilla.com/D196006
--HG--
extra : amend_source : 4ac61cde6cdb49db4b77406c55442b762faee442
The fix for bug 1860322 opens a Grouped By view directly with the most specific sort, as the groups
themselves are always sorted by date. As a follow-up to that, this patch skips applying other sorts
immediately afterwards.
Differential Revision: https://phabricator.services.mozilla.com/D195792
--HG--
extra : amend_source : fce2cf8e2121242ba773f67b6a520088364a5252
This is used internally by EnigmailMsgBox. Can be tested in the console e.g. by
```
var { EnigmailDialog } = ChromeUtils.import("chrome://openpgp/content/modules/dialog.jsm");
EnigmailDialog.alert(null, "hey hey hey!");
```
Most/all of this usage should be removed to use standard prompts. But I'm leaving that for now.
On trunk (and sadly I think 115 too) many of the dialogs have their buttons cut off or out of view. This patch fixes that by removing the custom broken dialog resizing.
Differential Revision: https://phabricator.services.mozilla.com/D196167
--HG--
extra : rebase_source : f6d8d3e2cdcd4a680b6edb4f482fbce6b667c6c6
extra : amend_source : fad9f453275a78400c44ab707eebc99ed58b9ac6