Closed
Bug 1363659
Opened 7 years ago
Closed 6 years ago
Prevent mozilla::ipc::FatalError from mozilla::net::PNeckoChild::SendP*Constructor
Categories
(Core :: Networking, enhancement)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: CuveeHsu, Assigned: CuveeHsu)
References
Details
(Whiteboard: [necko-active])
Attachments
(7 files)
1011 bytes,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
1.71 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
1.67 KB,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
1.50 KB,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
3.85 KB,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
1.38 KB,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
2.45 KB,
patch
|
u408661
:
review+
|
Details | Diff | Splinter Review |
We already have Bug 1363472, Bug 1277582 and Bug 1359951. Would like to handle SendP*Constructor under necko.
Assignee | ||
Comment 1•7 years ago
|
||
i.e., Handle all the cases https://searchfox.org/mozilla-central/search?q=SendP.*Constructor&case=false®exp=true&path=netwerk Only bugs in comment 0 are handled.
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Not to have a check in WebSocketEventService since it's only used for debug. https://searchfox.org/mozilla-central/rev/a14524a72de6f4ff738a5e784970f0730cea03d8/netwerk/protocol/websocket/WebSocketEventListenerParent.cpp#26
Assignee | ||
Comment 3•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1d1176a53df2c6491b360fc4e0e7739f1d862027
Assignee | ||
Comment 4•6 years ago
|
||
Attachment #8871656 -
Flags: review?(valentin.gosu)
Assignee | ||
Comment 5•6 years ago
|
||
Attachment #8871658 -
Flags: review?(ehsan)
Assignee | ||
Comment 6•6 years ago
|
||
Attachment #8871660 -
Flags: review?(valentin.gosu)
Assignee | ||
Comment 7•6 years ago
|
||
Attachment #8871661 -
Flags: review?(valentin.gosu)
Assignee | ||
Comment 8•6 years ago
|
||
Attachment #8871662 -
Flags: review?(valentin.gosu)
Assignee | ||
Comment 9•6 years ago
|
||
Attachment #8871663 -
Flags: review?(valentin.gosu)
Assignee | ||
Comment 10•6 years ago
|
||
Attachment #8871664 -
Flags: review?(hurley)
Updated•6 years ago
|
Attachment #8871658 -
Flags: review?(ehsan) → review+
Attachment #8871664 -
Flags: review?(hurley) → review+
Updated•6 years ago
|
Attachment #8871656 -
Flags: review?(valentin.gosu) → review+
Updated•6 years ago
|
Attachment #8871660 -
Flags: review?(valentin.gosu) → review+
Updated•6 years ago
|
Attachment #8871661 -
Flags: review?(valentin.gosu) → review+
Updated•6 years ago
|
Attachment #8871662 -
Flags: review?(valentin.gosu) → review+
Updated•6 years ago
|
Attachment #8871663 -
Flags: review?(valentin.gosu) → review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 11•6 years ago
|
||
Pushed by cbook@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/a2340b08f4f7 Ensure not sending necko IPC constructor when shutting down, r=valentin https://hg.mozilla.org/integration/mozilla-inbound/rev/e3b99c288e66 Ensure not sending cookie service constructor when shutting down, r=ehsan https://hg.mozilla.org/integration/mozilla-inbound/rev/ad232f31e5a0 Ensure not sending dns request constructor when shutting down, r=valentin https://hg.mozilla.org/integration/mozilla-inbound/rev/8806b294e566 Ensure not sending data channel constructor when shutting down, r=valentin https://hg.mozilla.org/integration/mozilla-inbound/rev/dcbaf5f542b6 Ensure not sending IPC constructor in FTP channel when shutting down, r=valentin https://hg.mozilla.org/integration/mozilla-inbound/rev/f5c6864de334 Ensure not sending file channel constructor when shutting down, r=valentin https://hg.mozilla.org/integration/mozilla-inbound/rev/4340666eb8e0 Ensure not sending IPC constructor in HTTP channel when shutting down, r=nwgh
Keywords: checkin-needed
Comment 12•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a2340b08f4f7 https://hg.mozilla.org/mozilla-central/rev/e3b99c288e66 https://hg.mozilla.org/mozilla-central/rev/ad232f31e5a0 https://hg.mozilla.org/mozilla-central/rev/8806b294e566 https://hg.mozilla.org/mozilla-central/rev/dcbaf5f542b6 https://hg.mozilla.org/mozilla-central/rev/f5c6864de334 https://hg.mozilla.org/mozilla-central/rev/4340666eb8e0
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•