Closed
Bug 1716022
Opened 4 years ago
Closed 4 years ago
Return pages in the messages API as soon as they are ready, and not after the last page has been finished.
Categories
(Thunderbird :: Add-Ons: Extensions API, enhancement)
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
91 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | wontfix |
People
(Reporter: john, Assigned: john)
References
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
Example add-on to demonstrate a simple query.
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
Keywords: checkin-needed-tb
| Assignee | ||
Comment 3•4 years ago
•
|
||
Removing checkin-needed to discuss alternatives, as this still does not fix the issue for a search with a single match. Even with page size set to 1, all messages have to be checked, because the pagination system needs to know if there is a second page, in order to include the page id in the first page or not.
Keywords: checkin-needed-tb
| Assignee | ||
Comment 4•4 years ago
|
||
The remaining issues will be handled in bug 1716737.
Keywords: checkin-needed-tb
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/39a86b4a895e
Return message pages as soon as they are available. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•