Closed
Bug 1482668
Opened 4 years ago
Closed 4 years ago
Add some redirections for server connection APIs
Categories
(Core Graveyard :: Web Replay, enhancement)
Core Graveyard
Web Replay
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
1.21 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
dom/ipc/ContentChild.cpp has some calls to a couple methods, CGSShutdownServerConnections and CGSSetDenyWindowServerConnections, that need to be redirected. Right now these are gated on a pref, but bug 1481304 changes one to always be called. This patch has to redirect some other functions, SLSSetDenyWindowServerConnections and SLSShutdownServerConnections, because they are aliases for the above functions and we don't find the right entry point to patch if we redirect the above functions directly.
Attachment #8999404 -
Flags: review?(nfroyd)
![]() |
||
Updated•4 years ago
|
Attachment #8999404 -
Flags: review?(nfroyd) → review+
Pushed by bhackett@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/435db71c3e29 Add some redirections for server connection APIs, r=froydnj.
Comment 2•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/435db71c3e29
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•