Closed
Bug 1153908
Opened 10 years ago
Closed 10 years ago
Move Tab Queue Notification click logic off UI thread
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox40 fixed, fennec40+)
RESOLVED
FIXED
Firefox 40
People
(Reporter: mhaigh, Assigned: mhaigh)
References
Details
Attachments
(1 file)
2.00 KB,
patch
|
mcomella
:
review+
|
Details | Diff | Splinter Review |
Currently we deal with the Tab Queue notification handling logic on the UI thread, but at some point we've added an assert to make sure we're not doing that on the UI thread as it involves opening and reading a file. Offload this logic on to a background thread.
Assignee | ||
Comment 1•10 years ago
|
||
This adds a runnable to do file IO on a different thread, it also adds a runnable to do some View based work on the UI thread.
Attachment #8591748 -
Flags: review?(michael.l.comella)
Attachment #8591748 -
Flags: review?(michael.l.comella) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Updated•10 years ago
|
tracking-fennec: --- → ?
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
Updated•10 years ago
|
tracking-fennec: ? → 40+
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•