Closed
Bug 933141
Opened 11 years ago
Closed 10 years ago
[NFC] Move NFC files out of system/gonk
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(tracking-b2g:backlog)
RESOLVED
FIXED
tracking-b2g | backlog |
People
(Reporter: dgarnerlee, Assigned: allstars.chh)
References
Details
Attachments
(1 file)
4.23 KB,
patch
|
dimi
:
review+
gps
:
review+
|
Details | Diff | Splinter Review |
NFC is not strictly a FirefoxOS only feature, although it is currently developed as one.
This bug tracks moving NFC out of gecko/dom/system/gonk and into gecko/dom/nfc instead.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → allstars.chh
Assignee | ||
Comment 2•10 years ago
|
||
I'll ask r? for gps once Dimi reviewed this.
Attachment #8466104 -
Flags: review?(dlee)
Assignee | ||
Updated•10 years ago
|
Summary: [NFC] Move NFC Chromeworker out of system/gonk → [NFC] Move NFC files out of system/gonk
Assignee | ||
Updated•10 years ago
|
Attachment #8466104 -
Flags: review?(dlee)
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8466104 [details] [diff] [review]
Patch
Please note the rename part which isn't showed in Bugzilla
diff --git a/dom/system/gonk/NfcContentHelper.js b/dom/nfc/NfcContentHelper.js
rename from dom/system/gonk/NfcContentHelper.js
rename to dom/nfc/NfcContentHelper.js
diff --git a/dom/system/gonk/Nfc.js b/dom/nfc/gonk/Nfc.js
rename from dom/system/gonk/Nfc.js
rename to dom/nfc/gonk/Nfc.js
diff --git a/dom/system/gonk/Nfc.manifest b/dom/nfc/gonk/Nfc.manifest
rename from dom/system/gonk/Nfc.manifest
rename to dom/nfc/gonk/Nfc.manifest
diff --git a/dom/system/gonk/NfcGonkMessage.h b/dom/nfc/gonk/NfcGonkMessage.h
rename from dom/system/gonk/NfcGonkMessage.h
rename to dom/nfc/gonk/NfcGonkMessage.h
diff --git a/dom/system/gonk/NfcMessageHandler.cpp b/dom/nfc/gonk/NfcMessageHandler.cpp
rename from dom/system/gonk/NfcMessageHandler.cpp
rename to dom/nfc/gonk/NfcMessageHandler.cpp
diff --git a/dom/system/gonk/NfcMessageHandler.h b/dom/nfc/gonk/NfcMessageHandler.h
rename from dom/system/gonk/NfcMessageHandler.h
rename to dom/nfc/gonk/NfcMessageHandler.h
diff --git a/dom/system/gonk/NfcOptions.h b/dom/nfc/gonk/NfcOptions.h
rename from dom/system/gonk/NfcOptions.h
rename to dom/nfc/gonk/NfcOptions.h
diff --git a/dom/system/gonk/NfcService.cpp b/dom/nfc/gonk/NfcService.cpp
rename from dom/system/gonk/NfcService.cpp
rename to dom/nfc/gonk/NfcService.cpp
diff --git a/dom/system/gonk/NfcService.h b/dom/nfc/gonk/NfcService.h
rename from dom/system/gonk/NfcService.h
rename to dom/nfc/gonk/NfcService.h
diff --git a/dom/system/gonk/nfc_consts.js b/dom/nfc/gonk/nfc_consts.js
rename from dom/system/gonk/nfc_consts.js
rename to dom/nfc/gonk/nfc_consts.js
diff --git a/dom/system/gonk/nsINfcService.idl b/dom/nfc/gonk/nsINfcService.idl
rename from dom/system/gonk/nsINfcService.idl
rename to dom/nfc/gonk/nsINfcService.idl
diff --git a/dom/nfc/moz.build b/dom/nfc/moz.build
Attachment #8466104 -
Flags: review?(dlee)
Assignee | ||
Comment 4•10 years ago
|
||
Updated•10 years ago
|
Attachment #8466104 -
Flags: review?(dlee) → review+
Assignee | ||
Updated•10 years ago
|
Attachment #8466104 -
Flags: review?(gps)
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8466104 [details] [diff] [review]
Patch
r? to gps for the moz.build changes.
Updated•10 years ago
|
Attachment #8466104 -
Flags: review?(gps) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 8•10 years ago
|
||
For future reference, changes like this do need review from a DOM peer. Retrospective r=jst for this one.
Assignee | ||
Comment 9•10 years ago
|
||
(In reply to Johnny Stenback (:jst, jst@mozilla.com) from comment #8)
> For future reference, changes like this do need review from a DOM peer.
> Retrospective r=jst for this one.
Hi Johnny
Sorry I don't know I have to ask review from a DOM peer for this.
When these files are created they weren't reviewed by a DOM peer either.
https://hg.mozilla.org/mozilla-central/rev/0e930ae50509
Can you explain more detail why this also needs a DOM peer review?
Is it because this patch creates an extra folder 'dom/nfc/gonk'?
I just want to be sure what kinds of change should be reviewed by DOM peer, and what changes should be reviewed by a Build Peer.
BTW, is my patch causing any trouble?
if so, please tell me and I'll fix it.
Thanks
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•