Open
Bug 1302600
Opened 9 years ago
Updated 3 years ago
Implement a way to convert table name to protocol version in non-main thread
Categories
(Toolkit :: Safe Browsing, defect, P3)
Toolkit
Safe Browsing
Tracking
()
NEW
People
(Reporter: dimi, Unassigned)
References
Details
In some case, for example, non-main thread function in Classifier need to know if current table is v2 or v4.
Currently we are only able to know this from preference or listmanager but both of them require access in main-thread.
It would be good if we have a generic way to get this information in non-mainthread.
Reporter | ||
Comment 1•9 years ago
|
||
Henry has implemented a similar function - |GetProviderByTableName| in Classifier.cpp, this method dispatch task to mainthread and will be blocked until task is finished.
If we don't have a good way to get required information in non-main thread directly, then we can use this approach.
Updated•9 years ago
|
Priority: -- → P3
Updated•9 years ago
|
Blocks: safebrowsingv4
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → dlee
Status: NEW → ASSIGNED
Updated•8 years ago
|
Whiteboard: #sbv4-m8 → #sbv4-m9
Reporter | ||
Comment 2•8 years ago
|
||
I'll take PTO during M9, remove myself from assignee.
Assignee: dlee → nobody
Status: ASSIGNED → NEW
Updated•8 years ago
|
Whiteboard: #sbv4-m9
Updated•8 years ago
|
No longer blocks: safebrowsingv4
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•