Closed
Bug 1019372
Opened 11 years ago
Closed 10 years ago
[bluetooth2] Avoid accessing static variables on different thread
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ben.tian, Assigned: ben.tian)
References
Details
(Whiteboard: [webbt-api])
Attachments
(6 files)
(deleted),
patch
|
echou
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
echou
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
echou
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
echou
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
echou
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
echou
:
review+
|
Details | Diff | Splinter Review |
Bug 1015826 avoids accessing static variables on different thread. The fix should be also applied on bluetooth2.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → btian
Attachment #8433018 -
Flags: review?(echou)
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8433019 -
Flags: review?(echou)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8433020 -
Flags: review?(echou)
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8433022 -
Flags: review?(echou)
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8433023 -
Flags: review?(echou)
Assignee | ||
Comment 6•11 years ago
|
||
Attachment #8433026 -
Flags: review?(echou)
Assignee | ||
Updated•11 years ago
|
Whiteboard: [webbt-api]
Updated•11 years ago
|
Attachment #8433018 -
Flags: review?(echou) → review+
Updated•11 years ago
|
Attachment #8433019 -
Flags: review?(echou) → review+
Updated•11 years ago
|
Attachment #8433020 -
Flags: review?(echou) → review+
Updated•11 years ago
|
Attachment #8433022 -
Flags: review?(echou) → review+
Updated•11 years ago
|
Attachment #8433023 -
Flags: review?(echou) → review+
Comment 7•11 years ago
|
||
Comment on attachment 8433026 [details] [diff] [review]
Patch 6/6 (v1): [bluetooth2] Dispatch part of DiscoveryChangedCallback to main thread
Review of attachment 8433026 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM.
Attachment #8433026 -
Flags: review?(echou) → review+
Comment 9•11 years ago
|
||
Do you have a link to a recent Try push handy by chance? :)
Keywords: checkin-needed
Assignee | ||
Comment 10•11 years ago
|
||
The patches don't affect tpbl result since the affected files are not built yet. They are WIP files for new bluetooth API.
Assignee | ||
Comment 11•11 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/d45fe00e7dcd
https://hg.mozilla.org/integration/b2g-inbound/rev/76fc983a3813
https://hg.mozilla.org/integration/b2g-inbound/rev/73b2cef37ebc
https://hg.mozilla.org/integration/b2g-inbound/rev/1949c7590771
https://hg.mozilla.org/integration/b2g-inbound/rev/97da7dcaf95b
https://hg.mozilla.org/integration/b2g-inbound/rev/39c24d61a1b8
Comment 12•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d45fe00e7dcd
https://hg.mozilla.org/mozilla-central/rev/76fc983a3813
https://hg.mozilla.org/mozilla-central/rev/73b2cef37ebc
https://hg.mozilla.org/mozilla-central/rev/1949c7590771
https://hg.mozilla.org/mozilla-central/rev/97da7dcaf95b
https://hg.mozilla.org/mozilla-central/rev/39c24d61a1b8
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•