Closed
Bug 859732
Opened 12 years ago
Closed 8 years ago
WebSMS: make getThreads accept a SmsFilter
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: julienw, Assigned: vicamo)
References
Details
Attachments
(4 files)
5.81 KB,
patch
|
Details | Diff | Splinter Review | |
5.41 KB,
patch
|
Details | Diff | Splinter Review | |
16.71 KB,
patch
|
Details | Diff | Splinter Review | |
950 bytes,
patch
|
Details | Diff | Splinter Review |
In Bug 859376 we want to display the threads only by groups of threads in the same day. So it would be good to be able to query the threads with a filter.
What we only need is filtering by timestamp, so that's the startDate and endDate properties in SmsFilter. So I'm ok with only implementing the filtering for these properties. Therefore it may be necessary to define another specific Filter type.
Reporter | ||
Comment 1•12 years ago
|
||
Sorry, this was bug 859730.
Assignee | ||
Updated•12 years ago
|
Summary: make getThreads accept a Filter → WebSMS: make getThreads accept a Filter
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
Assignee | ||
Comment 6•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → vyang
Assignee | ||
Comment 7•12 years ago
|
||
Will request for review only when this bug becomes necessary.
Assignee | ||
Updated•12 years ago
|
Summary: WebSMS: make getThreads accept a Filter → WebSMS: make getThreads accept a SmsFilter
Comment 8•8 years ago
|
||
Cleaning up Device Interfaces component, and mass-marking old FxOS bugs as incomplete.
If any of these bugs are still valid, please let me know.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•