Closed
Bug 1285662
Opened 9 years ago
Closed 8 years ago
NUWA looks broken
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gerard-majax, Assigned: gerard-majax)
References
Details
Attachments
(4 files, 1 obsolete file)
13.80 KB,
patch
|
Details | Diff | Splinter Review | |
1.27 KB,
text/plain
|
Details | |
1.27 KB,
text/plain
|
Details | |
1.13 KB,
patch
|
Details | Diff | Splinter Review |
Consequence of bug 1285157
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
It would looks like we are getting called into ContentChild::Init() later when it is broken, according to the "HELLO NUWA"
Assignee | ||
Comment 5•9 years ago
|
||
Well the change really introducing the problem seems to be bug 1283744
Depends on: 1283744
Assignee | ||
Comment 6•9 years ago
|
||
(In reply to Alexandre LISSY :gerard-majax from comment #4)
> It would looks like we are getting called into ContentChild::Init() later
> when it is broken, according to the "HELLO NUWA"
As much as I can tell, we get blocked when doing GetFileDescriptor() at https://dxr.mozilla.org/mozilla-central/source/ipc/chromium/src/chrome/common/ipc_channel_posix.cc#929 from GetProtoFdInfos(), at |content->GetTransport()->GetFileDescriptor()|: https://dxr.mozilla.org/mozilla-central/source/dom/ipc/NuwaChild.cpp?q=content-%3EGetTransport%28%29-%3EGetFileDescriptor%28%29%3B&redirect_type=single#165
Comment 7•9 years ago
|
||
Assignee | ||
Comment 8•8 years ago
|
||
Let's just remove NUWA completely.
Comment 9•8 years ago
|
||
Note that we're still interested in doing something along the lines in desktop Firefox (see bug 876173). Doing it across four different OSes is going to be much tougher than NUWA though.
Comment 10•8 years ago
|
||
(In reply to Gabriele Svelto [:gsvelto] from comment #9)
> Note that we're still interested in doing something along the lines in
> desktop Firefox (see bug 876173). Doing it across four different OSes is
> going to be much tougher than NUWA though.
We can add the code again if we need to. Right now its just a feature thats neither tested nor used.
Assignee | ||
Comment 11•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/68554/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/68554/
Assignee | ||
Comment 12•8 years ago
|
||
Comment on attachment 8776920 [details]
Bug 1285662 - Remove NUWA r?
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/68554/diff/1-2/
Assignee | ||
Comment 13•8 years ago
|
||
Comment on attachment 8776920 [details]
Bug 1285662 - Remove NUWA r?
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/68554/diff/2-3/
Assignee | ||
Comment 14•8 years ago
|
||
Comment on attachment 8776920 [details]
Bug 1285662 - Remove NUWA r?
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/68554/diff/3-4/
Comment 15•8 years ago
|
||
I guess this patch should actually be in bug 1284674, and this one should be closed.
Assignee | ||
Comment 16•8 years ago
|
||
Comment on attachment 8776920 [details]
Bug 1285662 - Remove NUWA r?
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/68554/diff/4-5/
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•8 years ago
|
Attachment #8776920 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•