Closed
Bug 933635
Opened 12 years ago
Closed 12 years ago
B2G NFC: Move ipc code in SystemWorkerManager to ipc/nfc
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.2 C4(Nov8)
People
(Reporter: allstars.chh, Assigned: dgarnerlee)
References
Details
Attachments
(3 files, 1 obsolete file)
1.24 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
1.05 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
11.22 KB,
patch
|
Details | Diff | Splinter Review |
In Bug 674741 we have those IPC code (talks to daemon) in SystemWorkerManager.cpp, however in Bug 920551 those ipc code has been moved to ipc/ folder.
So file this bug to follow up these changes to move ipc code to ipc/nfc.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #825760 -
Flags: review?(khuey)
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #825763 -
Flags: review?(allstars.chh)
Assignee | ||
Updated•12 years ago
|
Attachment #825761 -
Flags: review?(khuey)
Attachment #825760 -
Flags: review?(khuey) → review+
Attachment #825761 -
Flags: review?(khuey) → review+
Reporter | ||
Comment 4•12 years ago
|
||
Comment on attachment 825763 [details] [diff] [review]
Patch 3 (v1) NFC IPC Sources
Review of attachment 825763 [details] [diff] [review]:
-----------------------------------------------------------------
Please update the title of Patch name and add r=me
::: ipc/nfc/Nfc.cpp
@@ +12,3 @@
> #include <sys/socket.h>
> #include <sys/un.h>
> +#include <netdb.h> // For gethostbyname.
Why this?
@@ +22,4 @@
> #endif
>
> #include "jsfriendapi.h"
> +#include "nsTArray.h"
remove this if no needed.
@@ +153,3 @@
>
> private:
> + nsAutoPtr<UnixSocketRawData> mMessage;
nit, indent.
Attachment #825763 -
Flags: review?(allstars.chh) → review+
Updated•12 years ago
|
Assignee: nobody → dgarnerlee
Assignee | ||
Updated•12 years ago
|
Attachment #825760 -
Attachment description: Patch 1 (v1) NFC IPC Makefiles → Patch 1 (v1) NFC IPC Makefiles r=khuey
Assignee | ||
Updated•12 years ago
|
Attachment #825761 -
Attachment description: Patch 2 (v1) SystemWorkerManagager IDL changes → Patch 2 (v1) SystemWorkerManagager IDL changes r=khuey
Assignee | ||
Updated•12 years ago
|
Attachment #825812 -
Attachment description: Patch 3 (v2) NFC IPC Sources → Patch 3 (v2) NFC IPC Sources r=allstars.chh
Assignee | ||
Comment 6•12 years ago
|
||
Try output (NFC IPC only), mostly green.
https://tbpl.mozilla.org/?tree=Try&rev=33dd611e4752
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 7•12 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/38ed1b74a242
https://hg.mozilla.org/integration/b2g-inbound/rev/4708172b8925
https://hg.mozilla.org/integration/b2g-inbound/rev/d7ee85336570
Flags: in-testsuite-
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/38ed1b74a242
https://hg.mozilla.org/mozilla-central/rev/4708172b8925
https://hg.mozilla.org/mozilla-central/rev/d7ee85336570
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.2 C4(Nov8)
You need to log in
before you can comment on or make changes to this bug.
Description
•