Closed
Bug 1095322
Opened 10 years ago
Closed 10 years ago
Child process should know current rf state of NFC HW
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: allstars.chh, Assigned: dimi)
References
Details
(Whiteboard: [p=3])
Attachments
(1 file, 3 obsolete files)
11.21 KB,
patch
|
dimi
:
review+
|
Details | Diff | Splinter Review |
Right now only parent process knows the current power level of NFC HW. So if some app calls NFC API(like read/writeNDEF) we need one round-trip IPCs to notify the error situation.
We'd like to make this information also available on child side.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → dlee
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8520538 -
Flags: review?(allstars.chh)
Assignee | ||
Updated•10 years ago
|
Attachment #8520538 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 2•10 years ago
|
||
Discussed with yoshi, next patch will include following:
1.move some definition from nfc_const to idl
2.use DOMEvent instead of listener
Assignee | ||
Updated•10 years ago
|
Summary: Child process should know current power level of NFC HW → Child process should know current rf state of NFC HW
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8525194 -
Flags: review?(allstars.chh)
Assignee | ||
Updated•10 years ago
|
Attachment #8520538 -
Attachment is obsolete: true
Reporter | ||
Comment 4•10 years ago
|
||
Comment on attachment 8525194 [details] [diff] [review]
Patch v2
Review of attachment 8525194 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/nfc/nsINfcContentHelper.idl
@@ +69,5 @@
> + *
> + * @param rfState
> + * RF state received from parent process
> + */
> +
nit, extra line.
Attachment #8525194 -
Flags: review?(allstars.chh) → review+
Assignee | ||
Comment 5•10 years ago
|
||
- Fix nits
- rebase
Attachment #8525194 -
Attachment is obsolete: true
Attachment #8526589 -
Flags: review+
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8526589 -
Attachment is obsolete: true
Attachment #8528178 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Whiteboard: [p=3]
Reporter | ||
Comment 7•10 years ago
|
||
Keywords: checkin-needed
Comment 8•10 years ago
|
||
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
•