Closed
Bug 1789697
Opened 3 years ago
Closed 3 years ago
use nsITransportSecurityInfo directly instead of serializing it in PWindowGlobal::GetSecurityInfo
Categories
(Core :: DOM: Content Processes, task)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
References
Details
Attachments
(2 files)
nsITransportSecurityInfo can be sent across IPC directly - it doesn't need to be serialized and deserialized to/from a string any longer.
![]() |
Assignee | |
Comment 1•3 years ago
|
||
nsITransportSecurityInfo can be sent across IPC directly - it doesn't need to
be serialized and deserialized to/from a string any longer.
Depends on D156607
![]() |
Assignee | |
Comment 2•3 years ago
|
||
Depends on D156718
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8f27b458d376
use nsITransportSecurityInfo directly instead of serializing it in PWindowGlobal::GetSecurityInfo r=nika
https://hg.mozilla.org/integration/autoland/rev/0665393f7bc1
use nsITransportSecurityInfo directly in PHttpTransaction::OnStartRequest r=kershaw,necko-reviewers
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8f27b458d376
https://hg.mozilla.org/mozilla-central/rev/0665393f7bc1
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•