Remove Necko IPC security
Categories
(Core :: Networking, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: omansfeld)
References
(Blocks 2 open bugs)
Details
(Keywords: good-first-bug, Whiteboard: [necko-triaged])
Attachments
(1 file)
Updated•8 years ago
|
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Reporter | ||
Comment 5•8 years ago
|
||
Comment 6•8 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
Reporter | ||
Comment 9•8 years ago
|
||
Comment 10•8 years ago
|
||
Comment 11•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 16•6 years ago
|
||
(In reply to Andrea Marchesini [:baku] from comment 15)
Is this bug already fixed?
No, because network.disable.ipc.security is still there.
(Valentin Gosu [:valentin] from bug 1507157 comment 3)
This pref is left over from B2G days. It is currently disabled for firefox
desktop, but not for Android. This didn't affect us until now because we
always ran Android tests in non-e10s mode.The pref ought to be removed in bug 1306801.
Comment 17•6 years ago
|
||
No, it's not fixed. I'll have to get to it at some point, unless someone else has the cycles to do it sooner.
Reporter | ||
Comment 18•6 years ago
|
||
Please note that this pref is actually used in the tests for UDPSocket, and replacing it with another pref with a different name for the same thing doesn't make much sense, so fixing this bug probably involves figuring out what to do about those tests first.
Updated•3 years ago
|
Updated•2 years ago
|
Updated•6 months ago
|
Updated•6 months ago
|
Comment 19•6 months ago
|
||
I am not sure if this is high impactful to move it to the queue or push it to tech debt.
Valentin any thoughts?
Updated•6 months ago
|
Comment 20•6 months ago
|
||
I think this was already removed in bug 1319881
There's still a reference to [UsingNeckoIPCSecurity]https://searchfox.org/mozilla-central/rev/4582d908c17fbf7924f5699609fe4a12c28ddc4a/netwerk/ipc/NeckoParent.cpp#145) which doesn't exist anymore and GetValidatedOriginAttributes always returns a null pointer, so we could clean it up to return void.
Otherwise this is fixed.
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 21•2 months ago
|
||
Also removed the now obsolete error checks and made CreateChannelLoadContext void as well, because it was now always returning a null pointer, too.
Comment 22•1 month ago
|
||
Comment 23•1 month ago
|
||
bugherder |
Description
•