Closed
Bug 1264748
Opened 9 years ago
Closed 9 years ago
Add main thread assertions to TabManager
Categories
(Firefox for iOS :: Browser, defect)
Tracking
()
RESOLVED
FIXED
4.0
People
(Reporter: bnicholson, Assigned: bnicholson)
Details
Attachments
(1 file)
Follow-up to https://bugzilla.mozilla.org/show_bug.cgi?id=1250153#c2.
TabManager isn't thread-safe, so we should enforce that it is used only on the main thread.
Assignee | ||
Comment 1•9 years ago
|
||
There's a chance that intermittent bugs like bug 1205975 are caused by threading issues. Hopefully this helps track them down!
Attachment #8741467 -
Flags: review?(sarentz)
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Comment 2•9 years ago
|
||
Comment on attachment 8741467 [details] [review]
Link to Github pull-request: https://github.com/mozilla/firefox-ios/pull/1719
LGTM
Attachment #8741467 -
Flags: review?(sarentz) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•