Closed
Bug 928981
Opened 11 years ago
Closed 11 years ago
B2G Desktop should use a tcp socket
Categories
(Firefox OS Graveyard :: Simulator, defect, P1)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 942756
People
(Reporter: paul, Assigned: paul)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
2.14 KB,
patch
|
Details | Diff | Splinter Review |
Enabling the remote debugger in B2G Desktop will open a unix socket. The App Manager doesn't support unix sockets. And unix sockets don't work everywhere (Windows).
B2G Desktop should use a tcp socket.
Assignee | ||
Updated•11 years ago
|
Priority: -- → P1
Comment 1•11 years ago
|
||
That's a B2G bug, we should use a ifdef over here:
http://mxr.mozilla.org/mozilla-central/source/b2g/app/b2g.js#808
And set devtools.debugger.unix-domain-socket to 6000 ifndef MOZ_WIDGET_GONK
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → paul
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8340331 -
Flags: feedback?(poirot.alex)
Assignee | ||
Updated•11 years ago
|
Comment 3•11 years ago
|
||
Comment on attachment 8340331 [details] [diff] [review]
v1
Looks like it will be fixed in bug 942756
Attachment #8340331 -
Flags: feedback?(poirot.alex)
Assignee | ||
Updated•11 years ago
|
Component: Developer Tools: App Manager → Simulator
Product: Firefox → Firefox OS
Version: Trunk → unspecified
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•