Test the many ways the UI triggers fetching new messages
Categories
(Thunderbird :: Mail Window Front End, task)
Tracking
(thunderbird_esr115 wontfix)
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | wontfix |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Depends on 1 open bug)
Details
(Keywords: leave-open)
Attachments
(8 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
I've decided to break this patch out into its own bug, so I can add further tests of the same features, and link to all of the bugs I've discovered along the way.
Assignee | ||
Comment 1•1 year ago
|
||
… and some ways in which they could go wrong.
Assignee | ||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
I think this is now causing this specific test failure.
https://treeherder.mozilla.org/logviewer?job_id=445926094&repo=comm-central&lineNumber=3111
Assignee | ||
Comment 4•1 year ago
|
||
Assignee | ||
Comment 5•1 year ago
|
||
Primarily this removes a redundant alert dialog when a POP3 server rejects a password, but it also
posts server error responses to the console and tidies up some of the code that launches password
prompt dialogs.
Assignee | ||
Updated•1 year ago
|
Pushed by vineet@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/f1e2570fe013
Test getting messages with no password or a bad password. r=mkmelin
https://hg.mozilla.org/comm-central/rev/efbd903181ee
Fix several issues with password prompts. r=mkmelin
Assignee | ||
Comment 7•1 year ago
|
||
This test just does not want to co-operate. I think it's possibly something to do with the password prompt, but I don't really know.
Assignee | ||
Updated•1 year ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/8463e51db7ed
Disable browser_getMessages_badPassword.js on Mac debug builds. r=mkmelin
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 10•1 year ago
|
||
Assignee | ||
Comment 11•1 year ago
|
||
Assignee | ||
Comment 12•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 13•1 year ago
|
||
Assignee | ||
Comment 14•1 year ago
|
||
Includes fixing the POP3 client code to show a notification on failure.
Assignee | ||
Updated•1 year ago
|
Comment 15•1 year ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/aed12f731999
Test getting messages with an expired or bad OAuth access token. r=mkmelin
Comment 16•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Description
•