Closed
Bug 1123651
Opened 10 years ago
Closed 10 years ago
Use |StreamSocket| for NFC IPC
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.2 S4 (23jan)
People
(Reporter: tzimmermann, Assigned: tzimmermann)
References
Details
Attachments
(3 files, 2 obsolete files)
8.37 KB,
patch
|
allstars.chh
:
review+
|
Details | Diff | Splinter Review |
3.80 KB,
patch
|
allstars.chh
:
review+
|
Details | Diff | Splinter Review |
3.32 KB,
patch
|
allstars.chh
:
review+
|
Details | Diff | Splinter Review |
|UnixSocketConsumer| has reached its limits and is being replaced by a combination of |StreamSocket| and |ListenSocket|. NFC shall be converted to use |StreamSocket|.
The equivalent RIL patches are in bug 1110669.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8551761 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8551762 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8551763 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Thomas Zimmermann [:tzimmermann] [:tdz] from comment #3)
> Created attachment 8551763 [details] [diff] [review]
> [03] Bug 1123651: Inherit |NfcConsumer| from |StreamSocket|
|StreamSocket| works the same way as |UnixSocketConsumer|, but the listen functionality has been moved into |ListenSocket|.
Assignee | ||
Comment 5•10 years ago
|
||
Changes since v1:
- removed keyword virtual from classes with MOZ_FINAL
Attachment #8551762 -
Attachment is obsolete: true
Attachment #8551762 -
Flags: review?(allstars.chh)
Attachment #8551786 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 6•10 years ago
|
||
Changes since v1:
- rebased on [02](v2)
Attachment #8551763 -
Attachment is obsolete: true
Attachment #8551763 -
Flags: review?(allstars.chh)
Attachment #8551787 -
Flags: review?(allstars.chh)
Attachment #8551761 -
Flags: review?(allstars.chh) → review+
Attachment #8551786 -
Flags: review?(allstars.chh) → review+
Attachment #8551787 -
Flags: review?(allstars.chh) → review+
Blocks: b2g-nfc
Assignee | ||
Comment 7•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/84c24df5a060
https://hg.mozilla.org/mozilla-central/rev/7c33110665cd
https://hg.mozilla.org/mozilla-central/rev/3c0080d39c90
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S4 (23jan)
You need to log in
before you can comment on or make changes to this bug.
Description
•