Closed
Bug 895734
Opened 12 years ago
Closed 7 years ago
WebSMS: accept array for SmsFilter::threadId and make delete() accept a SmsFilter
Categories
(Core :: DOM: Device Interfaces, defect)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: vicamo, Unassigned)
References
Details
From bug 771458, we accept an array of message IDs in delete() call, and it accelerates message deletion of the same thread a lot. But when it comes to delete messages of many threads, Gaia has to call |getMessages()| for each of the target threads, extract message IDs and call |delete()|. Bug 890921 proposes a new |deleteThreads()| call to address this problem, but maybe we can reuse the existing API |delete()|.
Reporter | ||
Comment 1•12 years ago
|
||
Suddenly find this might be a bad idea for long term because W3C[1] has |deleteConversation(conversationID)| instead.
[1]: http://messaging.sysapps.org/#widl-MessagingManager-deleteConversation-Future-DOMString-conversationID
Comment 2•12 years ago
|
||
but if we find that "deleteConversation(conversationID)" is not good enough we should maybe contribute this ?
Comment 3•7 years ago
|
||
FxOS/Gonk has been removed from the codebase. Mass-invalidating FxOS related Device Interface bugs to clean up the component.
If I incorrectly invalidated something, please let me know.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Comment 4•7 years ago
|
||
Bulk correction of resolution of B2G bugs to INCOMPLETE.
Resolution: INVALID → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•